[java-identity-provider] branch main updated: Fix some class references.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 29 12:56:22 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=d63d77e5a94aaadb5cccb1073876c14a11e15432
The following commit(s) were added to refs/heads/main by this push:
new d63d77e5a Fix some class references.
d63d77e5a is described below
commit d63d77e5a94aaadb5cccb1073876c14a11e15432
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 29 08:56:19 2022 -0400
Fix some class references.
---
idp-conf/src/test/resources/test/test-beans.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-conf/src/test/resources/test/test-beans.xml b/idp-conf/src/test/resources/test/test-beans.xml
index 791073f11..201cffece 100644
--- a/idp-conf/src/test/resources/test/test-beans.xml
+++ b/idp-conf/src/test/resources/test/test-beans.xml
@@ -9,10 +9,10 @@
default-init-method="initialize" default-destroy-method="destroy">
- <bean id="test.sp.X509Certificate" class="net.shibboleth.ext.spring.factory.X509CertificateFactoryBean"
+ <bean id="test.sp.X509Certificate" class="net.shibboleth.shared.spring.security.factory.X509CertificateFactoryBean"
p:resource="classpath:/credentials/sp.crt" />
- <bean id="test.sp.PrivateKey" class="net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean"
+ <bean id="test.sp.PrivateKey" class="net.shibboleth.shared.spring.security.factory.PrivateKeyFactoryBean"
p:resource="classpath:/credentials/sp.key" />
<bean id="test.sp.Credential" class="org.opensaml.security.x509.BasicX509Credential"
@@ -20,7 +20,7 @@
c:privateKey-ref="test.sp.PrivateKey"
p:entityId="https://sp.example.org" />
- <bean id="test.idp.X509Certificate" class="net.shibboleth.ext.spring.factory.X509CertificateFactoryBean"
+ <bean id="test.idp.X509Certificate" class="net.shibboleth.shared.spring.security.factory.X509CertificateFactoryBean"
p:resource="classpath:/credentials/idp-encryption.crt" />
<bean id="test.idp.Credential" class="org.opensaml.security.x509.BasicX509Credential"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list