[java-shib-shared] 04/05: JPAR-234 - Track Spring Framework 7.0

Ian Young ian at iay.org.uk
Thu Oct 16 16:00:43 UTC 2025


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

iay pushed a commit to branch dev/JPAR-234
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=6796183bb94dc936ef25e8824b1299387d35d6d9

commit 6796183bb94dc936ef25e8824b1299387d35d6d9
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Aug 18 15:26:06 2025 +0100

    JPAR-234 - Track Spring Framework 7.0
    
    Add pause method to MockApplicationContext for 7.0.0-M8.
    
    https://shibboleth.atlassian.net/browse/JPAR-234
---
 .../java/net/shibboleth/shared/testing/MockApplicationContext.java   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/shib-testing/src/main/java/net/shibboleth/shared/testing/MockApplicationContext.java b/shib-testing/src/main/java/net/shibboleth/shared/testing/MockApplicationContext.java
index 65996b09..ae33b0f2 100644
--- a/shib-testing/src/main/java/net/shibboleth/shared/testing/MockApplicationContext.java
+++ b/shib-testing/src/main/java/net/shibboleth/shared/testing/MockApplicationContext.java
@@ -326,6 +326,11 @@ public class MockApplicationContext implements ConfigurableApplicationContext {
         throw new IllegalStateException();
     }
 
+    /** {@inheritDoc} */
+    public void pause() {
+        throw new IllegalStateException();
+    }
+
     /** {@inheritDoc} */
     public void registerShutdownHook() {
         throw new IllegalStateException();

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


More information about the commits mailing list