[java-identity-provider] branch main updated: IDP-2433 - Spring bean dependency omissions and loops
Codeberg
noreply at shibboleth.net
Fri Feb 13 17:00:44 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/3f8d6386c9c0aef5755b2c2cd36e8f804eb2b514
The following commit(s) were added to refs/heads/main by this push:
new 3f8d6386c IDP-2433 - Spring bean dependency omissions and loops
3f8d6386c is described below
commit 3f8d6386c9c0aef5755b2c2cd36e8f804eb2b514
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 13 12:00:33 2026 -0500
IDP-2433 - Spring bean dependency omissions and loops
https://shibboleth.atlassian.net/browse/IDP-2433
AttributeResolver also requires OpenSAML dependency due to new
connector.
---
.../src/main/resources/net/shibboleth/idp/conf/services-system.xml | 2 +-
1 file changed, 1 insertion(+), 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 1bb0c3880..95cdda65d 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
@@ -61,7 +61,7 @@
</bean>
<bean id="shibboleth.AttributeResolverService" parent="shibboleth.ReloadableService"
- depends-on="shibboleth.VelocityEngine"
+ depends-on="shibboleth.VelocityEngine,shibboleth.OpenSAMLConfig"
p:serviceConfigurations-ref="ExtendedAttributeResolverResources"
p:failFast="%{idp.service.attribute.resolver.failFast:%{idp.service.failFast:false}}"
p:reloadCheckDelay="%{idp.service.attribute.resolver.checkInterval:PT0S}">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list