[java-shib-shared] branch dev/JPAR-234 updated: JPAR-234 - Track Spring Framework 7.0
Ian Young
ian at iay.org.uk
Mon Aug 18 14:26:10 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=d819a3db312145bc5bde26c132eebfb4891d4449
The following commit(s) were added to refs/heads/dev/JPAR-234 by this push:
new d819a3db JPAR-234 - Track Spring Framework 7.0
d819a3db is described below
commit d819a3db312145bc5bde26c132eebfb4891d4449
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 7a8bd8ea..e066a849 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