[java-identity-provider] branch main updated: Update ref to relocated class.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 3 22:25:45 UTC 2023
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=0069e68dedffc128a4f6f2149a0a41f545fdb688
The following commit(s) were added to refs/heads/main by this push:
new 0069e68de Update ref to relocated class.
0069e68de is described below
commit 0069e68dedffc128a4f6f2149a0a41f545fdb688
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 3 17:25:42 2023 -0500
Update ref to relocated class.
---
.../resources/net/shibboleth/idp/flows/authn/authn-abstract-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/authn-abstract-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/authn-abstract-beans.xml
index bae3e1900..25dcb9403 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/authn-abstract-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/authn-abstract-beans.xml
@@ -17,7 +17,7 @@
<bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
p:placeholderPrefix="%{" p:placeholderSuffix="}" />
- <bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />
+ <bean class="net.shibboleth.shared.spring.config.IdentifiableBeanPostProcessor" />
<bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
<!-- Most/all of this is for login flow auditing right now. -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list