You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those kind of classes may be sometime useful but given that we want to focus on the routes and that if needed such classes can be provided by a jar and referenced through camel-main's configuration properties, I'm proposing to drop them which has the nice side effect to dramatically simplify the code and allow to contribute the source loading mechanics to Camel.
Using @BindToRegistry and other annotations will of course be possible on RouteBuilder classes.
The text was updated successfully, but these errors were encountered:
As today, the runtime supports loading configuration classes written in Java so as example:
Those kind of classes may be sometime useful but given that we want to focus on the routes and that if needed such classes can be provided by a jar and referenced through camel-main's configuration properties, I'm proposing to drop them which has the nice side effect to dramatically simplify the code and allow to contribute the source loading mechanics to Camel.
Using
@BindToRegistry
and other annotations will of course be possible onRouteBuilder
classes.The text was updated successfully, but these errors were encountered: