[java-idp-testbed] branch main updated: Update bean class.
Scott Cantor
cantor.2 at osu.edu
Wed Apr 19 13:24:22 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=3b08494e2e2963e54382954a7900a5a0e6a66716
The following commit(s) were added to refs/heads/main by this push:
new 3b08494 Update bean class.
3b08494 is described below
commit 3b08494e2e2963e54382954a7900a5a0e6a66716
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 19 09:24:19 2023 -0400
Update bean class.
---
src/main/resources/system/conf/testbed-opensaml.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/system/conf/testbed-opensaml.xml b/src/main/resources/system/conf/testbed-opensaml.xml
index 285b501..fc4a623 100644
--- a/src/main/resources/system/conf/testbed-opensaml.xml
+++ b/src/main/resources/system/conf/testbed-opensaml.xml
@@ -14,7 +14,7 @@
<context:property-placeholder />
- <bean id="shibboleth.OpenSAMLConfig" class="net.shibboleth.idp.spring.OpenSAMLConfigBean"
+ <bean id="shibboleth.OpenSAMLConfig" class="net.shibboleth.profile.spring.impl.OpenSAMLConfigBean"
depends-on="shibboleth.ParserPool" p:parserPool-ref="shibboleth.ParserPool" />
<bean id="shibboleth.ParserPool" class="net.shibboleth.shared.xml.impl.BasicParserPool"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list