[java-shib-shared] 01/01: JPAR-245 - Track Spring Framework 7.1

Codeberg noreply at shibboleth.net
Fri Sep 11 13:38:04 UTC 2026


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

codeberg pushed a commit to branch dev/JPAR-245
in repository java-shib-shared.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/dba221f9ec468d5f7967b915e7f992527430ce6b

commit dba221f9ec468d5f7967b915e7f992527430ce6b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Sep 11 14:37:49 2026 +0100

    JPAR-245 - Track Spring Framework 7.1
---
 .../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 0309aa4d..54a5a23d 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
@@ -152,6 +152,11 @@ public class MockApplicationContext implements ConfigurableApplicationContext {
         throw new IllegalStateException();
     }
 
+    /** {@inheritDoc} */
+    public <T> T getBean(String name, ParameterizedTypeReference<T> typeReference) throws BeansException {
+        throw new IllegalStateException();
+    }
+
     /** {@inheritDoc} */
     public @Nonnull Object getBean(@Nonnull final String name, @Nonnull final Object... args) throws BeansException {
         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