[java-identity-provider] branch maint-4 updated: Add a couple of factory beans for classes on the move.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 14 17:29:20 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=45ac0e75f2b6b9587c34dee8888f1d936eee0b10
The following commit(s) were added to refs/heads/maint-4 by this push:
new 45ac0e75f Add a couple of factory beans for classes on the move.
45ac0e75f is described below
commit 45ac0e75f2b6b9587c34dee8888f1d936eee0b10
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 14 13:29:17 2022 -0400
Add a couple of factory beans for classes on the move.
---
.../src/main/resources/net/shibboleth/idp/conf/primitives.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/primitives.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/primitives.xml
index 541656d42..1cf52fb0c 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/primitives.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/primitives.xml
@@ -25,6 +25,16 @@
class="net.shibboleth.ext.spring.factory.ProxiedFactoryBean"
c:service-ref="shibboleth.ManagedBeanService" />
+ <!-- List combiner factory bean. -->
+
+ <bean id="shibboleth.ListCombiner" abstract="true"
+ class="net.shibboleth.ext.spring.factory.CombiningListFactoryBean" />
+
+ <!-- Resource beans. -->
+
+ <bean id="shibboleth.RunnableFileSystemResource" abstract="true"
+ class="net.shibboleth.ext.spring.resource.RunnableFileSystemResource" />
+
<!-- TrustEngine helpers. -->
<bean id="shibboleth.StaticExplicitTrustEngine" abstract="true"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list