]
Will Burns updated ISPN-11534:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Deprecate DefaultCacheManager constructors with default
configuration
---------------------------------------------------------------------
Key: ISPN-11534
URL:
https://issues.redhat.com/browse/ISPN-11534
Project: Infinispan
Issue Type: Bug
Components: API, Core
Affects Versions: 11.0.0.Dev03
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 11.0.0.Dev05
{{DefaultCacheManager}} no longer has a default cache by default. In order to use the
constructors with a default {{Configuration}} parameter, the user also has to define a
default cache name in the {{GlobalConfiguration}}, but that is surprising.
We should remove these constructors, as the user can use the
{{ConfigurationBuilderHolder}} constructor to define a default cache (and other caches as
well) before starting the cache manager.