Releases: ragnor/simple-spring-memcached
Releases · ragnor/simple-spring-memcached
SSM 3.2.0
Changes in version 3.2.0 (2013-06-26)
- extend spymemcached provider to support more settings from ConnectionFactoryBuilder
- extend xmemcached provider to support more settings from XMemcachedClientBuilder
- add connect timeout from CacheClientFactory for xmemcached
- update spymemcached to 2.9.0 and switch to official artifact that is now available in central repository in net.spy group
- update xmemcached to 1.4.1
- remove deprecated classes
- allow to disable jackson
- fix key generation for method annotated with @ReturnValueKeyProvider and @UpdateSingleCache
SSM 3.1.0
Changes in version 3.1.0 (2012-10-08)
- ability to order the cache advice
- instead of default toString() use @CacheKeyMethod from superclass
- update spymemcached to version 2.8.4 and deploy to central repository
- improve quality of SSM using Continuous Integration Jenkins at CloudBees: https://ragnor.ci.cloudbees.com/
- maven plugin to run embedded memcached (jmemcached) in integration tests on Jenkins