1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Deprecate EhCache2 support

Since EhCache 3 is fully JSR-107 compliant, we should remove EhCache2 support and provide JCache implementations

Closes gh-10362
This commit is contained in:
Marcus Da Coregio
2021-10-14 14:50:39 -03:00
parent 64e9ac995a
commit 7fa39c8807
3 changed files with 6 additions and 0 deletions
@@ -32,7 +32,9 @@ import org.springframework.util.Assert;
* <A HREF="https://www.ehcache.org/">EHCACHE</a>.
*
* @author Ben Alex
* @deprecated since 5.6. In favor of JCache based implementations
*/
@Deprecated
public class EhCacheBasedUserCache implements UserCache, InitializingBean {
private static final Log logger = LogFactory.getLog(EhCacheBasedUserCache.class);