-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
11.0.0.Final
-
None
-
DataGrid Sprint #44, DataGrid Sprint #45
Currently it's neccessary for a user to do the following to configure the global state, as well serveral other configuration elements:
globalBuilder.globalState().enable().persistentLocation(location)
However the configuration of persistentLocation should be sufficient to enable the global state, i.e. the following should result in enabled(true) being called:
globalBuilder.globalState().persistentLocation(location);
Infinispan issue tracking has been migrated to GitHub issues: https://github.com/infinispan/infinispan/issues
If you still want this issue to be worked on, create a new issue on GitHub and link this issue.