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

fix(#5047): Update Quarkus service discovery setting for data type transformer #5055

Merged

Conversation

christophd
Copy link
Contributor

@christophd christophd commented Jan 11, 2024

  • Make sure to support factory finder service discovery resource paths for data type transformers in different Camel runtimes
  • Enables Pipes to use data type transformers that get resolved during runtime with service discovery
  • Camel 3.x uses META-INF/services/org/apache/camel/datatype/converter/*
  • Camel 4.0 uses META-INF/services/org/apache/camel/datatype/transformer/*
  • Camel 4.2 uses META-INF/services/org/apache/camel/transformer/*

Release Note

fix(#5047): Update Quarkus service discovery setting for data type transformer

…ype transformer

- Make sure to support factory finder service discovery resource paths for data type transformers in different Camel runtimes
- Enables Pipes to use data type transformers that get resolved during runtime with service discovery
- Camel 3.x uses 'META-INF/services/org/apache/camel/datatype/converter/*'
- Camel 4.0 uses `META-INF/services/org/apache/camel/datatype/transformer/*`
- Camel 4.2 uses `META-INF/services/org/apache/camel/transformer/*`
@christophd
Copy link
Contributor Author

Fixes #5047

@squakez squakez merged commit d0a27dd into apache:main Jan 11, 2024
15 checks passed
@christophd
Copy link
Contributor Author

christophd commented Jan 19, 2024

Fixes camel-kamelets#1785 and camel-kamelets#1777

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

Successfully merging this pull request may close these issues.

None yet

3 participants