[java-identity-provider] branch main updated: Staged memcache storage bean.
Scott Cantor
cantor.2 at osu.edu
Fri Apr 4 16:31:17 UTC 2025
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=a37da503fba4e08381a23e65252f71527122c68c
The following commit(s) were added to refs/heads/main by this push:
new a37da503f Staged memcache storage bean.
a37da503f is described below
commit a37da503fba4e08381a23e65252f71527122c68c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 4 12:31:14 2025 -0400
Staged memcache storage bean.
---
.../net/shibboleth/idp/module/conf/global.xml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/global.xml b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/global.xml
index 45648cb74..98c13a1bc 100644
--- a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/global.xml
+++ b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/global.xml
@@ -88,6 +88,27 @@
<jdbc:script location="classpath:/test/test-jdbc.sql"/>
</jdbc:initialize-database>
+ <!--
+ <bean id="testbed.MemcachedStorageService"
+ class="org.opensaml.storage.impl.memcached.MemcachedStorageService"
+ c:timeout="2">
+ <constructor-arg name="client">
+ <bean class="net.spy.memcached.spring.MemcachedClientFactoryBean"
+ p:servers="localhost:11211"
+ p:protocol="BINARY"
+ p:locatorType="CONSISTENT"
+ p:failureMode="Redistribute">
+ <property name="hashAlg">
+ <util:constant static-field="net.spy.memcached.DefaultHashAlgorithm.FNV1_64_HASH" />
+ </property>
+ <property name="transcoder">
+ <bean class="org.opensaml.storage.impl.memcached.StorageRecordTranscoder" />
+ </property>
+ </bean>
+ </constructor-arg>
+ </bean>
+ -->
+
<!--
<util:map id="shibboleth.CorsConfigurations" value-type="org.springframework.web.cors.CorsConfiguration">
<entry key="/admin/mdquery">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list