You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/18 17:13:56 UTC

[GitHub] [camel-k-runtime] lburgazzoli opened a new issue #480: Remove suport for "configuration" classes

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:
users@infra.apache.org



[GitHub] [camel-k-runtime] lburgazzoli closed issue #480: Remove suport for "configuration" classes

Posted by GitBox <gi...@apache.org>.
lburgazzoli closed issue #480:
URL: https://github.com/apache/camel-k-runtime/issues/480


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-k-runtime] lburgazzoli closed issue #480: Remove suport for "configuration" classes

Posted by GitBox <gi...@apache.org>.
lburgazzoli closed issue #480:
URL: https://github.com/apache/camel-k-runtime/issues/480


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-k-runtime] lburgazzoli commented on issue #480: Remove suport for "configuration" classes

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #480:
URL: https://github.com/apache/camel-k-runtime/issues/480#issuecomment-694985350


   @nicolaferraro @davsclaus what do you think ?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-k-runtime] davsclaus commented on issue #480: Remove suport for "configuration" classes

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #480:
URL: https://github.com/apache/camel-k-runtime/issues/480#issuecomment-694998798


   Fine with me, less special camel-k then maybe better


----------------------------------------------------------------
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:
users@infra.apache.org