-
Bug
-
Resolution: Done
-
Major
-
9.0.0.Final
-
None
Calling getCache(String, String) on CacheManager will apply the template irrespective if the configuration is already defined. This can cause an issue where the cache doesn't have the desired configuration. We need to do something to either stop this or behave better.
Discussed at http://lists.jboss.org/pipermail/infinispan-dev/2017-February/017245.html
- causes
-
ISPN-11918 org.infinispan.jcache.embedded.JCacheManager#create always throw CacheConfigurationException if create cache with template
- To Do