[java-idp-oidc] branch main updated: Patch a call to Guava's compose.

Scott Cantor cantor.2 at osu.edu
Thu Dec 17 00:49:26 UTC 2020


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

scantor pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=f767a998a7fdb1a49b89f65a6a49547e85e8635d

The following commit(s) were added to refs/heads/main by this push:
       new  f767a998  Patch a call to Guava's compose.
f767a998 is described below

commit f767a998a7fdb1a49b89f65a6a49547e85e8635d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 16 19:49:23 2020 -0500

    Patch a call to Guava's compose.
---
 .../idp/flows/oidc/metadata-lookup/metadata-lookup-beans.xml          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/metadata-lookup/metadata-lookup-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/metadata-lookup/metadata-lookup-beans.xml
index dda76686..4298a5fa 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/metadata-lookup/metadata-lookup-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/metadata-lookup/metadata-lookup-beans.xml
@@ -46,11 +46,11 @@
         </constructor-arg>
     </bean>
 
-    <bean id="LookupSAMLPeerEntityContext" class="com.google.common.base.Functions" factory-method="compose"
+    <bean id="LookupSAMLPeerEntityContext" parent="shibboleth.Functions.Compose"
         c:g-ref="shibboleth.ChildLookup.SAMLPeerEntityContext"
         c:f-ref="shibboleth.MessageContextLookup.Inbound"/>
 
-    <bean id="LookupSAMLMetadataContext" class="com.google.common.base.Functions" factory-method="compose"
+    <bean id="LookupSAMLMetadataContext" parent="shibboleth.Functions.Compose"
         c:g-ref="shibboleth.ChildLookup.SAMLMetadataContext"
         c:f-ref="LookupSAMLPeerEntityContext"/>
 

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


More information about the commits mailing list