-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Compatibility with JCache 1.1 [SPR-13574] #18150
Comments
Juergen Hoeller commented It'll be JCache 1.1, apparently coming up soon as per Greg's recent comment: |
Juergen Hoeller commented Let's target this for 5.0 GA still, doing the best we can to make our caching support compatible with the clarifications in the JCache 1.1 API (e.g. in terms of annotation configuration exceptions)... even if no cache providers may have been updated yet. |
Juergen Hoeller commented JCache 1.1 finally has been submitted to the JCP... Let's target our compliance checks for Spring Framework 5.1. |
Juergen Hoeller commented JCache 1.1 is officially released now, with Caffeine 2.6.1 declaring support for it already. Let's target our compliance checks for the Spring Framework 5.0.3 release that goes into Boot 2.0 RC1. |
Juergen Hoeller commented I've upgraded our build to JCache 1.1 and Caffeine 2.6.1, and as expected everything passes fine. The only remaining part is to double-check the JCache 1.1 changelog whether there is anything to adapt (or document) on our side. |
Juergen Hoeller opened SPR-13574 and commented
Initial discussions towards a JCache spec revision have started: https://groups.google.com/forum/#!topic/jsr107/r6W8W2m8h4I
Issue Links:
Referenced from: commits dd4f915
The text was updated successfully, but these errors were encountered: