[java-shib-metadata] branch main updated: Move Spring expression support to new module.

Scott Cantor cantor.2 at osu.edu
Wed Sep 14 16:48:14 UTC 2022


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

scantor pushed a commit to branch main
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=76480b7011064cf604e397756bbeb80da3bec207

The following commit(s) were added to refs/heads/main by this push:
     new 76480b701 Move Spring expression support to new module.
76480b701 is described below

commit 76480b7011064cf604e397756bbeb80da3bec207
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 14 12:48:11 2022 -0400

    Move Spring expression support to new module.
---
 .../net/shibboleth/spring/metadata/filter/entityAttributesBeans.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/filter/entityAttributesBeans.xml b/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/filter/entityAttributesBeans.xml
index fb93c8aa4..2461995b8 100644
--- a/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/filter/entityAttributesBeans.xml
+++ b/shib-metadata-spring/src/test/resources/net/shibboleth/spring/metadata/filter/entityAttributesBeans.xml
@@ -10,7 +10,7 @@
     default-init-method="initialize" default-destroy-method="destroy" default-lazy-init="true">
                 
     <bean id="predicate.NotRandS" destroy-method=""
-        class="net.shibboleth.ext.spring.util.SpringExpressionPredicate"
+        class="net.shibboleth.shared.spring.expression.SpringExpressionPredicate"
         c:_0="!#input.getName().equals('http://macedir.org/entity-category')" />
                 
     <bean id="MetadataResource" destroy-method=""

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


More information about the commits mailing list