tim08 commented on issue #596: URL: https://github.com/apache/camel-karaf/issues/596#issuecomment-3547668589
@tranchida I don't know if this will work for you, but as an alternative you can do the following: - rewrite all routes to Java DSL - use `<routeBuilder ref="routeBuilderBean"/>` in your blueprints - replace CamelBlueprintTestSupport tests with CamelTestSupport (add createRouteBuilder method, remove getBlueprintDescriptor) Disclaimer: if you have complex routes with many nested choice statements, try-catch and etc. - Rewriting it to Java-DSL can be very painful) https://camel.apache.org/components/4.14.x/eips/choice-eip.html#_why_can_i_not_use_otherwise_in_java_dsl -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
