[java-identity-provider] branch main updated: JSSH-23 - Removal of Guava Predicate/Function Spring converters

Scott Cantor cantor.2 at osu.edu
Tue Jan 24 15:15: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-identity-provider.

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

The following commit(s) were added to refs/heads/main by this push:
     new 698a92ea9 JSSH-23 - Removal of Guava Predicate/Function Spring converters
698a92ea9 is described below

commit 698a92ea9992a01e5b6bd974c9250dcd27c9ff22
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 24 10:14:57 2023 -0500

    JSSH-23 - Removal of Guava Predicate/Function Spring converters
    
    https://shibboleth.atlassian.net/browse/JSSH-23
    
    Remove wiring from IdP.
---
 .../src/main/resources/net/shibboleth/idp/conf/global-system.xml        | 2 --
 1 file changed, 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index 159ce9e3f..070947345 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -27,8 +27,6 @@
                 <bean class="net.shibboleth.shared.spring.config.BooleanToPredicateConverter" />
                 <bean class="net.shibboleth.shared.spring.config.StringBooleanToPredicateConverter" />
                 <bean class="net.shibboleth.shared.spring.config.StringToResourceConverter" />
-                <bean class="net.shibboleth.shared.spring.config.FunctionToFunctionConverter" />
-                <bean class="net.shibboleth.shared.spring.config.PredicateToPredicateConverter" />
                 <bean class="net.shibboleth.shared.spring.config.StringToDurationConverter" />
                 <bean class="net.shibboleth.shared.spring.config.StringToPeriodConverter" />
             </set>

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


More information about the commits mailing list