Uploaded image for project: 'Tamaya'
  1. Tamaya
  2. TAMAYA-309

Provide collection types for apache-commons

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.4-incubating
    • None
    • Sandbox
    • None

    Description

      Currently it seems that the CommonsConfigPropertySource doesn't provide collections because it gets the property by getString(key) from commons configuration:

      public PropertyValue get(String key) {
      return PropertyValue.of(key, commonsConfig.getString(key), getName());
      }

      So for a list like [Value1,Value2,Value3] this will only return Value1.

      Would be great if also collections (at least lists) would be supported.

      Attachments

        Activity

          People

            anatole Anatole Tresch
            cniehues Christian Niehues
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: