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

Ian Young ian at iay.org.uk
Thu Sep 11 15:55:14 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=9319e231736bf65266b7730802c98a49b375ddff

commit 9319e231736bf65266b7730802c98a49b375ddff
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