-
Bug
-
Resolution: Done
-
Major
-
11.0.4.Final, 12.0.0.Final
-
None
Our JCache annotation interceptors (e.g. CacheResultInterceptor for @CacheResult cache a reference to the default cache manager in DefaultCacheResolver.
This reference becomes invalid when the application closes the default CacheManager or the CachingProvider. But the JCache specification says after the cache manager or caching provider is closed, the CachingProvider.getCacheManager() method should return a new manager instance, and the TCK tests rely on this.
- relates to
-
ISPN-10804 JCache tck-runner does not run interception tests
- Closed