Uploaded image for project: 'Synapse'
  1. Synapse
  2. SYNAPSE-772

Change order of endpoint property serialization

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • NIGHTLY
    • 2.1
    • Core
    • None

    Description

      Currently, properties of endpoints gets serialize before definition of endpoint
      like:
      <endpoint>
      <property name="a" value="x"/>
      <property name="b" value="y"/>
      <address url="http://localhost:9000"/>
      </endpoint>

      Ideally properties should serialized after endpoint definition.
      like:
      <endpoint>
      <address url="http://localhost:9000"/>
      <property name="a" value="x"/>
      <property name="b" value="y"/>
      </endpoint>

      Attachments

        1. SYNAPSE-772.diff
          7 kB
          Miyuru

        Activity

          People

            hiranya Hiranya Kasub Jayathilaka
            miyuru Miyuru
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: