[java-identity-provider] branch master updated: Fix bean definition for tests.

Scott Cantor cantor.2 at osu.edu
Mon Feb 17 16:52:09 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e95359a16289aa5d4a1f53dbd14a095ef43ca45a

The following commit(s) were added to refs/heads/master by this push:
       new  e95359a   Fix bean definition for tests.
e95359a is described below

commit e95359a16289aa5d4a1f53dbd14a095ef43ca45a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 17 16:51:35 2020 -0500

    Fix bean definition for tests.
---
 idp-cas-impl/src/test/resources/spring/test-flow-beans.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml b/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
index be597a5..7abd561 100644
--- a/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
+++ b/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
@@ -144,7 +144,7 @@
         </property>
     </bean>
 
-    <bean id="shibboleth.InternalHttpClient" parent="shibboleth.HttpClientFactory" lazy-init="true"
+    <bean id="shibboleth.InternalHttpClient" class="net.shibboleth.idp.profile.spring.relyingparty.metadata.HttpClientFactoryBean"
           p:connectionDisregardTLSCertificate="false"
           p:connectionTimeout="PT1M"
           p:connectionRequestTimeout="PT1M"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list