[java-shib-shared] branch main updated: JPAR-245 - Track Spring Framework 7.1
Codeberg
noreply at shibboleth.net
Thu Sep 24 14:00:39 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/ed6351957434611a7bfdb366eb3f1ef21d3d8663
The following commit(s) were added to refs/heads/main by this push:
new ed635195 JPAR-245 - Track Spring Framework 7.1
ed635195 is described below
commit ed6351957434611a7bfdb366eb3f1ef21d3d8663
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