[infinispan-issues] [JBoss JIRA] (ISPN-11878) Embedded configuration builders should automatically be enabled when attributes configured
Ryan Emerson (Jira)
issues at jboss.org
Thu May 21 07:46:36 EDT 2020
[ https://issues.redhat.com/browse/ISPN-11878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ryan Emerson updated ISPN-11878:
--------------------------------
Description:
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);}}
was:
Currently it's neccessary for a user to do the following to configure the global state:
{{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);}}
> Embedded configuration builders should automatically be enabled when attributes configured
> ------------------------------------------------------------------------------------------
>
> Key: ISPN-11878
> URL: https://issues.redhat.com/browse/ISPN-11878
> Project: Infinispan
> Issue Type: Enhancement
> Components: Configuration
> Affects Versions: 11.0.0.Dev05
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 11.0.0.CR1
>
>
> 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);}}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list