[java-shib-shared] 01/04: Add clarifying annotation.

Scott Cantor cantor.2 at osu.edu
Thu Mar 13 17:28:54 UTC 2025


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

scantor pushed a commit to branch maint-9.1
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=5aea257efcbe09f694cb147203ed1dfc14c06c97

commit 5aea257efcbe09f694cb147203ed1dfc14c06c97
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 23 13:50:08 2024 -0400

    Add clarifying annotation.
---
 .../src/main/java/net/shibboleth/shared/spring/util/SpringSupport.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shib-spring/src/main/java/net/shibboleth/shared/spring/util/SpringSupport.java b/shib-spring/src/main/java/net/shibboleth/shared/spring/util/SpringSupport.java
index 94bacae1..87a75e76 100644
--- a/shib-spring/src/main/java/net/shibboleth/shared/spring/util/SpringSupport.java
+++ b/shib-spring/src/main/java/net/shibboleth/shared/spring/util/SpringSupport.java
@@ -47,6 +47,7 @@ import org.xml.sax.InputSource;
 import com.google.common.base.Strings;
 
 import jakarta.servlet.http.HttpServletRequest;
+import net.shibboleth.shared.annotation.constraint.Live;
 import net.shibboleth.shared.annotation.constraint.NotLive;
 import net.shibboleth.shared.annotation.constraint.Unmodifiable;
 import net.shibboleth.shared.collection.CollectionSupport;
@@ -103,7 +104,7 @@ public final class SpringSupport {
      * 
      * @return list of bean definitions
      */
-    @Nullable public static ManagedList<BeanDefinition> parseCustomElements(
+    @Nullable @Live public static ManagedList<BeanDefinition> parseCustomElements(
             @Nullable final Collection<Element> elements, @Nonnull final ParserContext parserContext,
             @Nonnull final BeanDefinitionBuilder parentBuilder) {
 

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


More information about the commits mailing list