[java-identity-provider] branch main updated: IDP-1939 - shibboleth.MemcachedStorageService broken after upgrade

Scott Cantor cantor.2 at osu.edu
Mon Apr 18 12:18:19 UTC 2022


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3d3e21935669f9a0f40392ea0f219a07dfc30775

The following commit(s) were added to refs/heads/main by this push:
     new 3d3e21935 IDP-1939 - shibboleth.MemcachedStorageService broken after upgrade
3d3e21935 is described below

commit 3d3e21935669f9a0f40392ea0f219a07dfc30775
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 18 08:17:49 2022 -0400

    IDP-1939 - shibboleth.MemcachedStorageService broken after upgrade
    
    https://shibboleth.atlassian.net/browse/IDP-1939
---
 idp-war-distribution/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index cb26f31b5..27cbef3dc 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -82,6 +82,12 @@
             <artifactId>spring-orm</artifactId>
             <scope>runtime</scope>
         </dependency>
+        <!-- Needed for Memcache storage plugin. -->
+        <dependency>
+            <groupId>net.spy</groupId>
+            <artifactId>spymemcached</artifactId>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
 
     <scm>

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


More information about the commits mailing list