https://github.com/jsr107/jsr107spec/issues/333 Clarified that the Spec API is released under Apache version 2.0 license. We had wrongly used the JPA license for the API in the 1.0 release.
https://github.com/jsr107/jsr107spec/issues/350 Add to CacheManager.createCache further description on the name parameter to note legal and illegal names per this deployment specification.
https://github.com/jsr107/jsr107spec/issues/340 Relaxation to allow CacheManager.getCache() to return caches where runtime type enforcement is enabled in order to further interoperabiltiy with frameworks using JCache.
https://github.com/jsr107/jsr107spec/issues/362 Clarified the behaviour in listeners of CacheEntryEvent.getValue(), CacheEntryEvent.getOldValue() and CacheEntryEvent.isOldValueAvailable().