Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camel-kamelets-utils - Reduce dependencies in use #1146

Open
davsclaus opened this issue Nov 9, 2022 · 2 comments
Open

camel-kamelets-utils - Reduce dependencies in use #1146

davsclaus opened this issue Nov 9, 2022 · 2 comments
Assignees

Comments

@davsclaus
Copy link
Contributor

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

@oscerd oscerd self-assigned this Nov 9, 2022
@oscerd oscerd added this to the 0.10.0 milestone Nov 9, 2022
@davsclaus
Copy link
Contributor Author

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

@oscerd
Copy link
Contributor

oscerd commented Nov 9, 2022

There is this draft which is somewhat related apache/camel#8694

@oscerd oscerd removed this from the 0.10.0 milestone Nov 9, 2022
@oscerd oscerd modified the milestone: 4.0.0 Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants