Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-12407

Add analyser to check correct type of service ranking

    XMLWordPrintableJSON

Details

    Description

      The service.ranking property must be of type Integer, otherwise it is ignored.
      Unfortunately if the property is defined in JSON without the type, like
      "service.ranking": 100
      then this results in a Long - which is then ignored.
      An analyser is needed to error when this happens and force to use
      "service:ranking:Integer": 100
      instead.

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            cziegeler Carsten Ziegeler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: