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

Use Data Type Transformer API provided by Camel 4.0 #1607

Merged
merged 1 commit into from
Sep 1, 2023

Commits on Aug 31, 2023

  1. Use Data Type Transformer API provided by Camel 4.0

    - Camel 4.0 introduces a data type support based on the transformer API. Use this instead of the interim implementation in utils
    - Remove data type transformers that are now provided by Camel core
    - Remove interim data type processor implementation in this repository and use data type processor implementation provided by Camel 4
    - Refactor data type action Kamelet to use new Camel 4 data type processor
    - Keep those data type transformer implementations (Avro, Json Struct, ...) that have not been ported to Camel core yet
    - Update to YAKS 0.16.0 as it allows to explicitly set the camel-kamelets version in Camel JBang
    - Update aws-ddb-sink Kamelet to use new data type transform API
    christophd committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ab2aec9 View commit details
    Browse the repository at this point in the history