[java-identity-provider] branch main updated: Move new BFPP into config package.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 14 20:37:46 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=c12151c5f9dfd8309402c5f14c25c8957decd408
The following commit(s) were added to refs/heads/main by this push:
new c12151c5f Move new BFPP into config package.
c12151c5f is described below
commit c12151c5f9dfd8309402c5f14c25c8957decd408
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 14 16:37:43 2022 -0400
Move new BFPP into config package.
---
.../src/main/resources/net/shibboleth/idp/conf/global-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 a3e2646f0..fa34dd240 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
@@ -41,7 +41,7 @@
<!-- This BeanFactoryPostProcessor rewrites class and parent references to relocated classes or beans. -->
<bean id="shibboleth.RelocatedBeanFactoryPostProcessor"
- class="net.shibboleth.ext.spring.util.RelocatedBeanFactoryPostProcessor">
+ class="net.shibboleth.shared.spring.config.RelocatedBeanFactoryPostProcessor">
<property name="classes">
<map>
<!-- At present all of these are being added for V5 and would be removable for V6. -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list