Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11878

Embedded configuration builders should automatically be enabled when attributes configured

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • 11.0.0.Dev05
    • Configuration
    • None

    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);

      Attachments

        Activity

          People

            remerson@redhat.com Ryan Emerson
            remerson@redhat.com Ryan Emerson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: