[java-shib-shared] branch main updated: Add TODO for next version.

Codeberg noreply at shibboleth.net
Thu Aug 20 17:28:01 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-shared.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/cc27dfe4ee3076d5c3d4740bfc78af7614a20e7a

The following commit(s) were added to refs/heads/main by this push:
     new cc27dfe4 Add TODO for next version.
cc27dfe4 is described below

commit cc27dfe4ee3076d5c3d4740bfc78af7614a20e7a
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Aug 20 13:27:49 2026 -0400

    Add TODO for next version.
---
 .../shared/spring/factory/AbstractComponentAwareFactoryBean.java        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shib-spring/src/main/java/net/shibboleth/shared/spring/factory/AbstractComponentAwareFactoryBean.java b/shib-spring/src/main/java/net/shibboleth/shared/spring/factory/AbstractComponentAwareFactoryBean.java
index d009e315..ed2c60d8 100644
--- a/shib-spring/src/main/java/net/shibboleth/shared/spring/factory/AbstractComponentAwareFactoryBean.java
+++ b/shib-spring/src/main/java/net/shibboleth/shared/spring/factory/AbstractComponentAwareFactoryBean.java
@@ -71,6 +71,8 @@ public abstract class AbstractComponentAwareFactoryBean<T> extends AbstractFacto
      * <p>Call the parent class to create the object, then initialize it aposite.</p>
      * 
      * {@inheritDoc}.
+     * 
+     * TODO: Needs to be made @Nonnull to align to Spring.
      */
     @Override
     @Nullable protected final T createInstance() throws Exception {

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


More information about the commits mailing list