-
Notifications
You must be signed in to change notification settings - Fork 1
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
JCache should be part of Java EE 8 #3
Comments
Probably an additional JSR for JCache is needed, to bridge the gap between the current spec and Java EE. It is unlikely that current JCache spec leads would be interested to lead a new version of the JSR, therefore the questions are:
|
Which are the steps to start a new JSR? How many people or companies are needed? |
1 similar comment
Which are the steps to start a new JSR? How many people or companies are needed? |
Thanks for the support, @eolivelli . Is your company a member of the JCP? Would you join an EG in case we need to file a new JSR? |
Yes. My company Diennea is a JCP and I am the primary contact. We will support the new JSR and join the EG |
JCache was always intended to be part of Java EE as you may have read, but somehow it missed the boat for inclusion in EE 7, and now that it could be added to EE 8 it just doesn't happen, despite various people at some time actively working on this.
JCache could be used in other JSRs, like in JSF for Facelet Cache, or in JPA for 2nd level cache. But that requires that JCache is officially included in Java EE 8 JSR. The latest JSR draft still does not include it.
The text was updated successfully, but these errors were encountered: