[java-shib-shared] 02/03: JPAR-234 - Track Spring Framework 7.0
Ian Young
ian at iay.org.uk
Mon Aug 18 14:10:13 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=5044d7b8bf7434e3791bb46e708a9ffdedd24e9b
commit 5044d7b8bf7434e3791bb46e708a9ffdedd24e9b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 23 15:55:20 2025 +0100
JPAR-234 - Track Spring Framework 7.0
Add restart method to MockApplicationContext for 7.0.0-M5.
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 d8e2dfce..7a8bd8ea 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
@@ -321,6 +321,11 @@ public class MockApplicationContext implements ConfigurableApplicationContext {
throw new IllegalStateException();
}
+ /** {@inheritDoc} */
+ public void restart() {
+ 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