Skip to content

Compatibility with EhCache 3.0 (as a JCache provider) [SPR-12847] #17445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Mar 24, 2015 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Mar 24, 2015

Juergen Hoeller opened SPR-12847 and commented

EhCache 3.0 lives in a different package namespace and has a quite different API from classic EhCache. Due to its redesign and repurposing as a JCache provider (which is built into EhCache 3.0 out of the box now), it's probably best to focus on compatibility with it as a provider behind Spring's JCache support. This means that there won't be an org.springframework.cache.ehcache equivalent for it.

This issue tracks our efforts to provide compatibility with it, optionally running parts of our test suite against it etc.


Issue Links:

Referenced from: commits 26d4f91

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

As of Spring Framework master in late March 2015, a basic note has been added to the package javadoc of org.springframework.cache.ehcache, and JCacheEhCacheTests has been fine-tuned to work with either the traditional ehcache-jcache module or ehcache-3.0.0.m1 (through a simple switch in our build script).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants