GitHub user astefanutti opened a pull request: https://github.com/apache/camel/pull/673
CAMEL-9305: PropertiesComponent.isDefaultCreated method only check th⦠â¦e absence of defined locations The method now returns 'false' except but for the default properties component that gets created at start time when no component named 'properties' exists. The implementation intentionally doesn't introduce any member nor setter in order to avoid any unintended usage of the isDefaultCreated semantic. The default properties component that gets created extends PropertiesComponent and overrides the default implementation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/astefanutti/camel CAMEL-9305 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/673.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #673 ---- commit 30a2163a8eed5d4f741ae7efc8852acb1f4c0026 Author: Antonin Stefanutti <anto...@stefanutti.fr> Date: 2015-11-10T14:00:17Z CAMEL-9305: PropertiesComponent.isDefaultCreated method only check the absence of defined locations The method now returns 'false' except but for the default properties component that gets created at start time when no component named 'properties' exists. The implementation intentionally doesn't introduce any member nor setter in order to avoid any unintended usage of the isDefaultCreated semantic. The default properties component that gets created extends PropertiesComponent and overrides the default implementation. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---