Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.11.0
-
None
-
Windows 7
-
Unknown
Description
Some work has been done in order to make BridgePropertyPlaceholderConfigurer work with nested spring-style properties (see CAMEL-6233).
However, the fix does not allow using nested spring-style properties for system variables; here only camel-style is supported. For example:
inCamelSystem=${${environment}.inCamelSystem} does not work when "environment" has been set as a system variable (e.g. set to "junit").
inCamelSystem={{environment.inCamelSystem}} works, however.
Camel test case is attached.
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-5978 Enhancement of BridgePropertyPlaceholderConfigurer
- Resolved