[java-oidc-common] branch main updated: Fix since tag
Phil Smart
philip.smart at jisc.ac.uk
Mon Apr 8 16:01:42 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=4cb7637cf3a148b090e6b2936e8be6959c8a8e62
The following commit(s) were added to refs/heads/main by this push:
new 4cb7637 Fix since tag
4cb7637 is described below
commit 4cb7637cf3a148b090e6b2936e8be6959c8a8e62
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Apr 8 17:01:39 2024 +0100
Fix since tag
---
.../oidc/profile/config/impl/DefaultOIDCAuthorizationConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/config/impl/DefaultOIDCAuthorizationConfiguration.java b/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/config/impl/DefaultOIDCAuthorizationConfiguration.java
index 58abba0..05d4931 100644
--- a/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/config/impl/DefaultOIDCAuthorizationConfiguration.java
+++ b/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/config/impl/DefaultOIDCAuthorizationConfiguration.java
@@ -893,7 +893,7 @@ public class DefaultOIDCAuthorizationConfiguration extends AbstractOIDCSSOConfig
*
* @param strategy the strategy to use
*
- * @since 2.2.0
+ * @since 3.1.0
*/
public void setDisplayLookupStrategy(@Nonnull final Function<ProfileRequestContext, String> strategy) {
displayLookupStrategy = Constraint.isNotNull(strategy, "Display lookup strategy can not be null");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list