[java-identity-provider] branch main updated: IDP-2433 - AttributeRegistryService missing OpenSAML bean dependency

Codeberg noreply at shibboleth.net
Thu Feb 12 13:27:47 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/6ba0cdca45e93b3fe0427043973b56399b1330de

The following commit(s) were added to refs/heads/main by this push:
     new 6ba0cdca4 IDP-2433 - AttributeRegistryService missing OpenSAML bean dependency
6ba0cdca4 is described below

commit 6ba0cdca45e93b3fe0427043973b56399b1330de
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 12 08:27:31 2026 -0500

    IDP-2433 - AttributeRegistryService missing OpenSAML bean dependency
    
    https://shibboleth.atlassian.net/browse/IDP-2433
    
    Added depends-on to the registry service to init OpenSAML layer
---
 .../src/main/resources/net/shibboleth/idp/conf/services-system.xml     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
index d65066287..e38a35b45 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
@@ -82,7 +82,8 @@
         </property>
     </bean>
 
-    <bean id="shibboleth.AttributeRegistryService" parent="shibboleth.ReloadableService" 
+    <bean id="shibboleth.AttributeRegistryService" parent="shibboleth.ReloadableService"
+            depends-on="shibboleth.OpenSAMLConfig" 
             p:serviceConfigurations-ref="ExtendedAttributeRegistryResources"
 	        p:failFast="%{idp.service.attribute.registry.failFast:%{idp.service.failFast:false}}"
 	        p:reloadCheckDelay="%{idp.service.attribute.registry.checkInterval:PT0S}">

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


More information about the commits mailing list