Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-22486

Change arrays in configuration to objects (key-value pairs)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0-beta1
    • 3.0.0-beta2
    • configuration
    • Docs Required, Release Notes Required

    Description

      Change this:

      profiles=[
             {
                 engine=aipersist
                 memoryAllocator {
                     type=unsafe
                 }
                 name=default
                 replacementMode=CLOCK
                 size=6672981196
             }
         ]
      

      to this:

      profiles=[
             default = {
                 engine=aipersist
                 memoryAllocator {
                     type=unsafe
                 }
                 replacementMode=CLOCK
                 size=6672981196
             }
         ]
      

      Review all configuration roots and apply this approach (profiles, attributes, etc)

      Attachments

        Activity

          People

            Unassigned Unassigned
            ptupitsyn Pavel Tupitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: