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

Only include CloudEvents transformer service pattern if camel-quarkus-cloudevents is on the classpath #5853

Closed
jamesnetherton opened this issue Mar 8, 2024 · 0 comments
Assignees
Milestone

Comments

@jamesnetherton
Copy link
Contributor

jamesnetherton commented Mar 8, 2024

At the moment there is a service inclusion pattern set in the CQ core like META-INF/services/org/apache/camel/transformer/*.

This means that all transformers provided by Camel components will get discovered. We should exclude any CloudEvents transformers by default unless camel-quarkus-cloudevents is on the classpath.

Otherwise we have to keep on explicitly adding camel-cloudevents in a bunch of places, where it should be optional.

@jamesnetherton jamesnetherton self-assigned this Mar 8, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Mar 12, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Mar 12, 2024
@github-actions github-actions bot added this to the 3.9.0 milestone Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant