[java-shib-metadata] branch main updated: Fix broken class name, pending redesign.
Scott Cantor
cantor.2 at osu.edu
Thu Aug 3 13:34:05 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=b42015c408398beb20fbeabce08725b827b30751
The following commit(s) were added to refs/heads/main by this push:
new b42015c4 Fix broken class name, pending redesign.
b42015c4 is described below
commit b42015c408398beb20fbeabce08725b827b30751
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 3 09:34:02 2023 -0400
Fix broken class name, pending redesign.
---
.../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 2631d9c7..1bdd3bdb 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
@@ -56,7 +56,7 @@ public class PredicateFilterParser extends AbstractMetadataFilterParser {
/** Name of class to attempt to instantiate to handle mapped attribute predicate. */
@Nonnull @NotEmpty private static final String MAPPED_PREDICATE_CLASS =
- "net.shibboleth.saml.profile.logic.MappedEntityAttributesPredicate";
+ "net.shibboleth.saml.profile.context.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