Luca Burgazzoli created CAMEL-11752:
---------------------------------------
Summary: camel-spring-boot : improve handling classic spring xml
with spring-boot
Key: CAMEL-11752
URL: https://issues.apache.org/jira/browse/CAMEL-11752
Project: Camel
Issue Type: Improvement
Components: camel-spring, camel-spring-boot
Reporter: Luca Burgazzoli
Fix For: 2.20.0
Within a spring-boot based application it is possible to load spring xml based
camel context but that's may cause issues as spring boot won't create and
configure a camel context but it will be created by the camel-spring based on
the xml file so any context configuration one may expect to tweak via
spring-boot properties won't be taken into account.
An example can be found here: https://github.com/lburgazzoli/camel-spring-xml
were as example, the set the camel context name with the property
camel.springboot.name does not work but the camel context will be named
according to the spring-xml file.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)