Skip to content

Yaml: Flatten list objects (Idea) #2739

@christiangoerdes

Description

@christiangoerdes

We could flatten the configuraiton of list elements.
E.g.

properties:
  - property:
      name: driverClassName
      value: org.h2.Driver
  - property:
      name: url
      value: jdbc:h2:./membranedb;AUTO_SERVER=TRUE

could look like this:

properties:
  - name: driverClassName
    value: org.h2.Driver
  - name: url
    value: jdbc:h2:./membranedb;AUTO_SERVER=TRUE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions