[spring-extensions] branch main updated: Track interface change in Spring Framework 5.2.7

Ian Young ian at iay.org.uk
Tue Aug 18 15:10:35 UTC 2020


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

iay pushed a commit to branch main
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=2256b8ceaa7cfdd93089589559836cdc6fca5c78

The following commit(s) were added to refs/heads/main by this push:
       new  2256b8c   Track interface change in Spring Framework 5.2.7
2256b8c is described below

commit 2256b8ceaa7cfdd93089589559836cdc6fca5c78
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 18 16:10:31 2020 +0100

    Track interface change in Spring Framework 5.2.7
---
 .../net/shibboleth/ext/spring/service/MockApplicationContext.java    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/test/java/net/shibboleth/ext/spring/service/MockApplicationContext.java b/src/test/java/net/shibboleth/ext/spring/service/MockApplicationContext.java
index b215f06..5a69cb1 100644
--- a/src/test/java/net/shibboleth/ext/spring/service/MockApplicationContext.java
+++ b/src/test/java/net/shibboleth/ext/spring/service/MockApplicationContext.java
@@ -377,4 +377,9 @@ public class MockApplicationContext implements ConfigurableApplicationContext {
         fail();
         return null;
     }
+
+    /** {@inheritDoc} */
+    public void setClassLoader(ClassLoader classLoader) {
+        fail();
+    }
 }

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


More information about the commits mailing list