[java-identity-provider] branch main updated: Add relocated factory bean class.

Scott Cantor cantor.2 at osu.edu
Tue Sep 13 17:28:29 UTC 2022


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=6b10b4f896bfca8a025a94d7eb24215a2f6aa49f

The following commit(s) were added to refs/heads/main by this push:
     new 6b10b4f89 Add relocated factory bean class.
6b10b4f89 is described below

commit 6b10b4f896bfca8a025a94d7eb24215a2f6aa49f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 13 13:28:26 2022 -0400

    Add relocated factory bean class.
---
 .../src/main/resources/net/shibboleth/idp/conf/global-system.xml        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index c6e7b246b..bbbdb4726 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -44,6 +44,8 @@
             class="net.shibboleth.ext.spring.util.RelocatedBeanFactoryPostProcessor">
         <property name="classes">
             <map>
+                <entry key="net.shibboleth.ext.spring.factory.KeyStoreFactoryBean"
+                    value="net.shibboleth.shared.spring.security.factory.KeyStoreFactoryBean" />
                 <entry key="net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean"
                     value="net.shibboleth.shared.spring.security.factory.PKCS11PrivateKeyFactoryBean" />
                 <entry key="net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean"

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


More information about the commits mailing list