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

Yaml parser should allow empty elements to be expressed as 'null' or '{}'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 13.0.0.CR1
    • 13.0.0.Dev04
    • Configuration
    • None

    Description

      According to the Yaml "spec" null objects can be specified as:

       null | Null | NULL | ~	 tag:yaml.org,2002:null
       /* Empty */	 tag:yaml.org,2002:null
      

      Currently only ~ is supported.

      This causes issues if the Infinispan yaml is transformed by a 3rd party resource, e.g. Helm Charts or K8s, and ~ is replaced with any of the other values.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: