[java-identity-provider] branch main updated: Add back a dummy bean used as extension point.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 30 17:26:40 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=56cc95d1530cf50532274083a0dacbf7e8bc2e44
The following commit(s) were added to refs/heads/main by this push:
new 56cc95d15 Add back a dummy bean used as extension point.
56cc95d15 is described below
commit 56cc95d1530cf50532274083a0dacbf7e8bc2e44
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 30 12:26:36 2020 -0500
Add back a dummy bean used as extension point.
---
.../src/main/resources/net/shibboleth/idp/conf/authn-system.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
index 55cbd99f4..375d0f81b 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
@@ -284,6 +284,14 @@
c:_0-ref="shibboleth.PrincipalServiceManager"
c:_1-ref="shibboleth.GenericPrincipalSerializer" />
+ <!-- Dummy bean for compatibility, this is no longer a support extensions point. -->
+ <bean id="shibboleth.DefaultPrincipalSerializers" class="org.springframework.beans.factory.config.ListFactoryBean"
+ lazy-init="true">
+ <property name="sourceList">
+ <list/>
+ </property>
+ </bean>
+
<!-- PrincipalServiceManager for auto-registration of PrincipalService beans. -->
<bean id="shibboleth.PrincipalServiceManager" class="net.shibboleth.idp.authn.principal.PrincipalServiceManager" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list