[java-shib-profile] branch main updated: Revert "Tighten annotation."
Codeberg
noreply at shibboleth.net
Wed Sep 16 16:10:19 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-profile.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-profile/commit/1fe0ebdc9710b589cdc6c716c70d73f073a2d5fe
The following commit(s) were added to refs/heads/main by this push:
new 1fe0ebd Revert "Tighten annotation."
1fe0ebd is described below
commit 1fe0ebdc9710b589cdc6c716c70d73f073a2d5fe
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Sep 16 12:09:52 2026 -0400
Revert "Tighten annotation."
This reverts commit 6a363c123658d3242aee79c1f001a3784c5a83fb.
---
.../config/navigate/IdentifierGenerationStrategyLookupFunction.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/shib-profile-api/src/main/java/net/shibboleth/profile/config/navigate/IdentifierGenerationStrategyLookupFunction.java b/shib-profile-api/src/main/java/net/shibboleth/profile/config/navigate/IdentifierGenerationStrategyLookupFunction.java
index 7eabe91..3ea9bcc 100644
--- a/shib-profile-api/src/main/java/net/shibboleth/profile/config/navigate/IdentifierGenerationStrategyLookupFunction.java
+++ b/shib-profile-api/src/main/java/net/shibboleth/profile/config/navigate/IdentifierGenerationStrategyLookupFunction.java
@@ -14,7 +14,6 @@
package net.shibboleth.profile.config.navigate;
-import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import net.shibboleth.profile.config.ProfileConfiguration;
@@ -46,7 +45,7 @@ public class IdentifierGenerationStrategyLookupFunction
}
/** {@inheritDoc} */
- @Nonnull public IdentifierGenerationStrategy apply(@Nullable final ProfileRequestContext input) {
+ @Nullable public IdentifierGenerationStrategy apply(@Nullable final ProfileRequestContext input) {
final RelyingPartyContext rpc = getRelyingPartyContextLookupStrategy().apply(input);
if (rpc != null) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list