lburgazzoli opened a new issue #480:
URL: https://github.com/apache/camel-k-runtime/issues/480
As today, the runtime supports loading configuration classes written in Java
so as example:
```java
class MyBeans {
@BindToRegistry
Processor myProcessor() {
return ...;
}
}
```
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.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]