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

Embedded configuration builders should automatically be enabled when attributes configured

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 11.0.0.Final
    • Configuration
    • None

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

            [ISPN-11878] Embedded configuration builders should automatically be enabled when attributes configured

            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.

            Tristan Tarrant added a comment - 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.

              remerson@redhat.com Ryan Emerson
              remerson@redhat.com Ryan Emerson
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: