[java-oidc-common] branch dev/JCOMOIDC-139 updated: Add since tag

Codeberg noreply at shibboleth.net
Thu Feb 19 12:49:37 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch dev/JCOMOIDC-139
in repository java-oidc-common.

View the commit online:
https://codeberg.org/Shibboleth/java-oidc-common/commit/d434a8ecb88c86f43b14795ff50cfceed6aae1c0

The following commit(s) were added to refs/heads/dev/JCOMOIDC-139 by this push:
     new d434a8ec Add since tag
d434a8ec is described below

commit d434a8ecb88c86f43b14795ff50cfceed6aae1c0
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Feb 19 12:49:31 2026 +0000

    Add since tag
---
 .../net/shibboleth/oidc/profile/core/OIDCAuthenticationRequest.java   | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OIDCAuthenticationRequest.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OIDCAuthenticationRequest.java
index 5de7d971..5dbd4b0e 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OIDCAuthenticationRequest.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OIDCAuthenticationRequest.java
@@ -395,6 +395,8 @@ public class OIDCAuthenticationRequest extends OAuthAuthorizationRequest {
     * user interface.
     *  
     * @param locales The uiLocales to set.
+    * 
+    * @since 3.4.0
     */
    public void setUiLocales(@Nullable @NonnullElements final List<LangTag> locales) {
        if (locales != null) {
@@ -408,6 +410,8 @@ public class OIDCAuthenticationRequest extends OAuthAuthorizationRequest {
     * user interface.
     * 
     * @return the uiLocales.
+    * 
+    * @since 3.4.0
     */
    @Nonnull @NotLive @Unmodifiable public List<LangTag> getUiLocales() {
        return CollectionSupport.copyToList(uiLocales);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list