Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10417

camel-properties: Support adding location using child nodes of propertyPlaceholder element

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.19.0
    • Component/s: camel-core
    • Labels:
      None
    • Estimated Complexity:
      Unknown

      Description

      As today to define a list of locations you should separate them with a comma:

      <propertyPlaceholder id="properties" location="com/mycompany/myprop.properties,ref:myProperties"/>
      

      It would be nice to have a way to set the locations also with a child nodes of propertyPlaceholder element, like:

      <propertyPlaceholder id="properties">
        <propertiesLocation location="com/mycompany/myprop.properties/>
        <propertiesLocation location="ref:myProperties/>
      </propertyPlaceholder>
      

      These locations will be added to the locations defined in the propertyPlaceholder element.

        Attachments

          Activity

            People

            • Assignee:
              lb Luca Burgazzoli
              Reporter:
              lb Luca Burgazzoli
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: