[java-identity-provider] branch main updated: IDP-1624 IDP-1804 Fix parser to reflect changed factory method.

Rod Widdowson rdw at steadingsoftware.com
Thu Apr 22 18:40:31 UTC 2021


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

rdw 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=1452b36c911bd8ebdecb3a57d07f8b537501ddeb

The following commit(s) were added to refs/heads/main by this push:
       new  1452b36c9 IDP-1624 IDP-1804 Fix parser to reflect changed factory method.
1452b36c9 is described below

commit 1452b36c911bd8ebdecb3a57d07f8b537501ddeb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Apr 22 19:33:01 2021 +0100

    IDP-1624 IDP-1804 Fix parser to reflect changed factory method.
---
 .../idp/attribute/resolver/spring/BaseResolverPluginParser.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java
index b947e4a0e..cb1ddbadc 100644
--- a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java
+++ b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java
@@ -160,7 +160,7 @@ public abstract class BaseResolverPluginParser extends AbstractCustomBeanDefinit
         } else if (config.hasAttributeNS(null, "excludeResolutionPhases")) {
             final BeanDefinitionBuilder unnegated =
                     BeanDefinitionBuilder.genericBeanDefinition(ResolutionLabelPredicate.class);
-            unnegated.setFactoryMethod("ofList");
+            unnegated.setFactoryMethod("byList");
             unnegated.addConstructorArgValue(
                     SpringSupport.getAttributeValueAsList(
                             config.getAttributeNodeNS(null, "excludeResolutionPhases")));

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


More information about the commits mailing list