[java-shib-attribute] branch main updated: Fix relocated class name reference.

Scott Cantor cantor.2 at osu.edu
Wed May 24 12:13:41 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-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=55c2be64d0b5048723030413b8ad515f9ccd6dd2

The following commit(s) were added to refs/heads/main by this push:
     new 55c2be64d Fix relocated class name reference.
55c2be64d is described below

commit 55c2be64d0b5048723030413b8ad515f9ccd6dd2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 24 08:13:38 2023 -0400

    Fix relocated class name reference.
---
 .../idp/attribute/resolver/spring/BaseResolverPluginParser.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java
index 33eb6fef1..a11440fd0 100644
--- a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java
+++ b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java
@@ -47,7 +47,7 @@ public abstract class BaseResolverPluginParser extends AbstractCustomBeanDefinit
 
     /** Name of class to attempt to instantiate to handle relying party predicates. */
     @Nonnull @NotEmpty private static final String RELYING_PARTIES_PREDICATE_CLASS =
-            "net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate";
+            "net.shibboleth.profile.context.logic.RelyingPartyIdPredicate";
 
     /** Name of factory method to handle relying party predicates. */
     @Nonnull @NotEmpty private static final String RELYING_PARTIES_PREDICATE_METHOD = "fromCandidates";

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


More information about the commits mailing list