Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-720

JS7 Java Jobs API - more support for declared arguments that use a collection type

    XMLWordPrintable

Details

    • Feature
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 2.0.0
    • 2.5.6, 2.6.3
    • None

    Description

      Current Situation

      • JS7 Java Jobs API supports declared arguments of type:
        • java.util.List<java.lang.String> and
        • java.util.List<extends java.lang.Enum>
      • All not supported types e.g. java.util.List<java.lang.Integer> will be internally converted to java.util.List<java.lang.String>

      Desired Behavior

      • The JS7 Java Jobs API should be extended to support the following types:
        • java.util.List<T>:
          • java.util.List<java.lang.String>
          • java.util.List<Boolean>
          • java.util.List<java.lang.Integer>,java.util.List<java.lang.Long>,java.util.List<java.math.BigDecimal>
          • java.util.List<extends java.lang.Enum>
          • java.util.List<java.net.URI>
          • java.util.List<java.nio.charset.Charset>
          • java.util.List<java.nio.file.Path>
          • java.util.List<java.io.File>
        • java.util.Set<T>:
          • the same types as for java.util.List<T>

      Attachments

        Issue Links

          Activity

            People

              re Robert Ehrlich
              re Robert Ehrlich
              Robert Ehrlich Robert Ehrlich
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: