[java-shib-shared] branch main updated: JPAR-230 - Track Spring Framework 6.2

Ian Young ian at iay.org.uk
Thu Jul 11 10:21:55 UTC 2024


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

iay pushed a commit to branch main
in repository java-shib-shared.

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

The following commit(s) were added to refs/heads/main by this push:
     new 65912db9 JPAR-230 - Track Spring Framework 6.2
65912db9 is described below

commit 65912db99bb3db5fe2478fbec2c955f4c61b0b9a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jul 11 11:21:50 2024 +0100

    JPAR-230 - Track Spring Framework 6.2
    
    Add isClosed for 6.2.0-M5.
        https://shibboleth.atlassian.net/browse/JPAR-230
---
 .../java/net/shibboleth/shared/testing/MockApplicationContext.java | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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 2f64a2d2..d8e2dfce 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
@@ -330,6 +330,11 @@ public class MockApplicationContext implements ConfigurableApplicationContext {
     public void close() {
     }
 
+    /** {@inheritDoc} */
+    public boolean isClosed() {
+        throw new IllegalStateException();
+    }
+
     /** {@inheritDoc} */
     public boolean isActive() {
         throw new IllegalStateException();
@@ -384,4 +389,4 @@ public class MockApplicationContext implements ConfigurableApplicationContext {
         throw new IllegalStateException();
     }
     
-}
\ No newline at end of file
+}

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


More information about the commits mailing list