[java-identity-provider] branch main updated: Remove deprecated/removed bean.
Scott Cantor
cantor.2 at osu.edu
Wed May 3 17:21:48 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=71421d81bc8ef5f5176be6883bf974cd9d3c92c9
The following commit(s) were added to refs/heads/main by this push:
new 71421d81b Remove deprecated/removed bean.
71421d81b is described below
commit 71421d81bc8ef5f5176be6883bf974cd9d3c92c9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 3 13:21:44 2023 -0400
Remove deprecated/removed bean.
---
.../src/main/resources/net/shibboleth/idp/conf/global-system.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
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 e641e05eb..8e2498497 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
@@ -347,10 +347,7 @@
p:httpServletRequestSupplier-ref="shibboleth.HttpServletRequestSupplier" />
</property>
</bean>
-
- <bean id="shibboleth.NonFailFastValidator"
- class="net.shibboleth.idp.attribute.resolver.dc.NonFailFastValidator" lazy-init="true" />
-
+
<bean class="net.shibboleth.shared.spring.config.DeprecatedBeanDetector" c:_1="global.xml">
<constructor-arg index="0">
<map>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list