[java-shib-metadata] branch main updated: Update renamed class (emphasizing why this was a bad approach...)

Scott Cantor cantor.2 at osu.edu
Thu Apr 27 20:09:44 UTC 2023


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=dd4d1468bbc687dd54848742dd153d77df0ba8ab

The following commit(s) were added to refs/heads/main by this push:
     new dd4d1468 Update renamed class (emphasizing why this was a bad approach...)
dd4d1468 is described below

commit dd4d1468bbc687dd54848742dd153d77df0ba8ab
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 27 16:09:41 2023 -0400

    Update renamed class (emphasizing why this was a bad approach...)
---
 .../net/shibboleth/spring/metadata/filter/PredicateFilterParser.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-metadata-spring/src/main/java/net/shibboleth/spring/metadata/filter/PredicateFilterParser.java b/shib-metadata-spring/src/main/java/net/shibboleth/spring/metadata/filter/PredicateFilterParser.java
index 4df1f197..8e88289f 100644
--- a/shib-metadata-spring/src/main/java/net/shibboleth/spring/metadata/filter/PredicateFilterParser.java
+++ b/shib-metadata-spring/src/main/java/net/shibboleth/spring/metadata/filter/PredicateFilterParser.java
@@ -60,7 +60,7 @@ public class PredicateFilterParser extends AbstractCustomBeanDefinitionParser {
 
     /** Name of class to attempt to instantiate to handle mapped attribute predicate. */
     @Nonnull @NotEmpty private static final String MAPPED_PREDICATE_CLASS =
-            "net.shibboleth.idp.saml.profile.logic.MappedEntityAttributesPredicate";
+            "net.shibboleth.saml.profile.logic.MappedEntityAttributesPredicate";
 
     /** Class logger. */
     @Nonnull private final Logger log = LoggerFactory.getLogger(PredicateFilterParser.class);

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


More information about the commits mailing list