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

Commits on Jan 11, 2024

  1. fix(apache#5047): Update Quarkus service discovery setting for data t…

    …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 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    567e33e View commit details
    Browse the repository at this point in the history