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

Adding initial properties to PropertiesComponent

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.13.3, 2.14.1, 2.15.0
    • camel-core
    • None
    • Unknown

    Description

      Added setInitialProperties(Properties initialProperties) and getInitialProperties() public methods to PropertiesComponent. These methods allow us to add properties to PropertiesComponent when we can't/won't use external properties (locations).

      In SCR bundle, for example, properties are passed to our program as a Map and the only way to get them into PropertiesComponent was setOverrideProperties method. Override properties are however not used if they are the only properties, so we were forced to use a dummy properties file in the bundle.

      In addition to the new methods, this pull request changes the override properties handling so that they are always used if they exist (which is the logical thing to do).

      Here is pull request for it.
      https://github.com/apache/camel/pull/295.patch

      Attachments

        Activity

          People

            njiang Willem Jiang
            njiang Willem Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: