-
Notifications
You must be signed in to change notification settings - Fork 233
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
Decouple ehcache dependency from kundera-core #450
Milestone
Comments
ghost
assigned mevivs
Nov 19, 2013
+1 |
1 similar comment
+1 |
Looks like current ehcache support is broken. Targeting to fix it with 2.10 as well. -Vivek |
+1 |
@mrniko -Vivek |
mevivs
added a commit
that referenced
this issue
Jan 9, 2014
Decoupled ehcache and lucene from core.
mevivs
added a commit
that referenced
this issue
Jan 9, 2014
Fixed. Releasing with 2.9.1 -Vivek Note: Group artifactId has been changed. Please refer https://github.com/impetus-opensource/Kundera/blob/trunk/src/README.md#note for the same. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently ehcache is in tight coupling with kundera-core. Decouple and make second level cache framework extensible to bind other cache frameworks at runtime.
-Vivek
The text was updated successfully, but these errors were encountered: