[java-idp-plugin-duo] branch main updated: Fix deprecation warning.
Scott Cantor
cantor.2 at osu.edu
Mon Apr 1 22:14:56 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=d4c590417f9f841d565f982c8ed697674f939967
The following commit(s) were added to refs/heads/main by this push:
new d4c59041 Fix deprecation warning.
d4c59041 is described below
commit d4c590417f9f841d565f982c8ed697674f939967
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 1 18:14:54 2024 -0400
Fix deprecation warning.
---
.../idp/plugin/authn/duo/impl/AbstractAuthnXmlFlowExecutionTests.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/AbstractAuthnXmlFlowExecutionTests.java b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/AbstractAuthnXmlFlowExecutionTests.java
index 2bddd262..84daa41b 100644
--- a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/AbstractAuthnXmlFlowExecutionTests.java
+++ b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/AbstractAuthnXmlFlowExecutionTests.java
@@ -471,7 +471,7 @@ public abstract class AbstractAuthnXmlFlowExecutionTests extends CustomAbstractX
// Add function
addBeanDefinition(builderContext, "shibboleth.Functions.Compose",BeanDefinitionBuilder.
- genericBeanDefinition(net.shibboleth.utilities.java.support.logic.FunctionSupport.class)
+ genericBeanDefinition(FunctionSupport.class)
.setFactoryMethod("compose").setAbstract(true).getBeanDefinition());
addBeanDefinition(builderContext, "shibboleth.ChildLookup.AuthenticationContext",BeanDefinitionBuilder.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list