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 2022/11/09 09:00:24 UTC

[GitHub] [camel-kamelets] davsclaus opened a new issue, #1146: camel-kamelets-utils - Reduce dependencies in use

davsclaus opened a new issue, #1146:
URL: https://github.com/apache/camel-kamelets/issues/1146

   The reuse of kamelets are more limited due to kamelets-utils are bringing in a number of depedencies that are for a specific Camel version.
   
   We should try to reduce the number of dependencies if we can, and try to use only generic camel apis that does not change as much. This allows kamelets to be used across multiple Camel versions.
   
   For example camel-kafka we only use some constant names for headers. Instead of we just use the String value instead and remove camel-kafka. 
   https://github.com/apache/camel-kamelets/blob/main/library/camel-kamelets-utils/pom.xml
   


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] davsclaus commented on issue #1146: camel-kamelets-utils - Reduce dependencies in use

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #1146:
URL: https://github.com/apache/camel-kamelets/issues/1146#issuecomment-1308451414

   Some of the util code could maybe also be moved to camel core project / components


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] oscerd commented on issue #1146: camel-kamelets-utils - Reduce dependencies in use

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1146:
URL: https://github.com/apache/camel-kamelets/issues/1146#issuecomment-1308464060

   There is this draft which is somewhat related https://github.com/apache/camel/pull/8694


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org