[java-plugin-shibd-saml] branch main updated: Adjust name of AgentResolver service in tests.

Codeberg noreply at shibboleth.net
Wed Jun 3 13:38:33 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd-saml.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/a5ba88e10614ae86fb6ca54a58976ed2f8047184

The following commit(s) were added to refs/heads/main by this push:
     new a5ba88e  Adjust name of AgentResolver service in tests.
a5ba88e is described below

commit a5ba88e10614ae86fb6ca54a58976ed2f8047184
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Jun 3 09:38:23 2026 -0400

    Adjust name of AgentResolver service in tests.
---
 .../net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java | 2 +-
 .../sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java           | 2 +-
 .../net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java
index e1e07e6..f81bb09 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java
@@ -145,7 +145,7 @@ public class SAML2LogoutConsumerFlowTest extends AbstractSPFlowTest {
     protected DataSealer dataSealer;
     
     @Autowired
-    @Qualifier("shibboleth.sp.AgentResolver")
+    @Qualifier("shibboleth.sp.AgentResolverService")
     protected ReloadableService<AgentResolver> agentResolver;
     
     @Autowired
diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java
index 922877c..53a25f4 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java
@@ -110,7 +110,7 @@ public class SAML2LogoutConsumerTokenFlowTest extends AbstractSPFlowTest {
     protected DataSealer dataSealer;
     
     @Autowired
-    @Qualifier("shibboleth.sp.AgentResolver")
+    @Qualifier("shibboleth.sp.AgentResolverService")
     protected ReloadableService<AgentResolver> agentResolver;
     
     // Used to produce "token" expected by flow.
diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java
index 9426acc..69a4390 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java
@@ -141,7 +141,7 @@ public class SAML2TokenConsumerFlowTest extends AbstractSPFlowTest {
     @Nonnull public static final String RESOURCE_URL = "https://sp.example.org/secure";
 
     @Autowired
-    @Qualifier("shibboleth.sp.AgentResolver")
+    @Qualifier("shibboleth.sp.AgentResolverService")
     protected ReloadableService<AgentResolver> agentResolver;
     
     @Autowired

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


More information about the commits mailing list