The current code defaults to a local cache if the default cache is not defined
configuration = cacheManager.getDefaultCacheConfiguration(); if (configuration == null) { configuration = new ConfigurationBuilder().build(); }
which is very unlikely it would be the intended configuration. This should rather fail fast.
- relates to
-
ISPN-11367 getCache(name) should never use the default cache's configuration
-
- Closed
-