Spring-boot runner #1335
-
Ask a questionCould you exmplain, please, why exactly camel.jbang.runtime=spring-boot option is disabled in Karavan? Are there any specific design limitations for it? As I've checked, Camel-Jbang added quite a lot of support features for it in May in 4.6.0 version of Apache Camel. Is the direction of adding spring-boot runner perspective for this project? If so, would you accept contributions? VariantWeb Application Container Management (if applicable)Docker Operating System (if applicable)Windows Version4.7.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Karavan running application with camel-jbang and camel-main in developer mode. To avoid confusing and having unpredictable difference in dev-mode and build application, |
Beta Was this translation helpful? Give feedback.
Karavan running application with camel-jbang and camel-main in developer mode.
And camel-main exposes control, console, metrics and health api that is different than in sprong-boot and quarkus.
In addition to that bean configuration and properties are different in these three runtime.
To avoid confusing and having unpredictable difference in dev-mode and build application,
we mostly focus on camel-main runtime support.