[java-identity-provider] branch main updated: Test file doesn't need access to legacy bean.
Codeberg
noreply at shibboleth.net
Mon Jan 12 14:57:14 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/eb9d23d0494ff898ed4577e9ae2573feb9ba6031
The following commit(s) were added to refs/heads/main by this push:
new eb9d23d04 Test file doesn't need access to legacy bean.
eb9d23d04 is described below
commit eb9d23d0494ff898ed4577e9ae2573feb9ba6031
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 12 09:57:04 2026 -0500
Test file doesn't need access to legacy bean.
---
.../net/shibboleth/idp/module/conf/intercept/profile-intercept.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/intercept/profile-intercept.xml b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/intercept/profile-intercept.xml
index 901133a73..5c0217b0e 100644
--- a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/intercept/profile-intercept.xml
+++ b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/intercept/profile-intercept.xml
@@ -14,11 +14,6 @@
<!-- The tests rely on this bean being available. -->
- <bean id="shibboleth.AvailableInterceptFlows" parent="shibboleth.DefaultInterceptFlows" lazy-init="true">
- <property name="sourceList">
- <list merge="true">
- </list>
- </property>
- </bean>
+ <util:list id="shibboleth.AvailableInterceptFlows" />
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list