Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Property placeholders used in attributes of <camelContext> element don't get replaced when being set on the CamelContextFactoryBean.
For example:
<camelContext autoStartup="{{autoStartup}}" xmlns="http://camel.apache.org/schema/spring"> ... </camelContext>
the autoStartup property of CamelContextFactoryBean will be set to the literal value of "{{autoStartup}}" and not replaced with property value with the key of autoStartup.
Attachments
Issue Links
- is related to
-
CAMEL-6313 Property placeholder optimization broke placeholders in Spring camelContext configuration
- Resolved
- links to