[java-identity-provider] branch master updated: Fix a few remaining Predicate deprecation warnings.
Scott Cantor
cantor.2 at osu.edu
Tue May 21 12:37:24 EDT 2019
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=be67012164fd0caf5228e7540bce8fcb5c2d722c
The following commit(s) were added to refs/heads/master by this push:
new be67012 Fix a few remaining Predicate deprecation warnings.
be67012 is described below
commit be67012164fd0caf5228e7540bce8fcb5c2d722c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 21 12:37:21 2019 -0400
Fix a few remaining Predicate deprecation warnings.
---
idp-conf/src/main/resources/system/conf/audit-system.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-conf/src/main/resources/system/conf/audit-system.xml b/idp-conf/src/main/resources/system/conf/audit-system.xml
index 9dc7df3..b515ccb 100644
--- a/idp-conf/src/main/resources/system/conf/audit-system.xml
+++ b/idp-conf/src/main/resources/system/conf/audit-system.xml
@@ -320,9 +320,9 @@
<key>
<util:constant static-field="net.shibboleth.idp.saml.profile.SAMLAuditFields.ENCRYPTION"/>
</key>
- <bean class="com.google.common.base.Functions" factory-method="compose">
+ <bean parent="shibboleth.Functions.Compose">
<constructor-arg name="g">
- <bean class="com.google.common.base.Functions" factory-method="forPredicate">
+ <bean class="net.shibboleth.utilities.java.support.logic.FunctionSupport" factory-method="forPredicate">
<constructor-arg>
<bean class="net.shibboleth.ext.spring.util.SpringExpressionPredicate"
c:_0="#input != null and #input.getAssertionEncryptionParameters() != null" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list