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

chore: Enhance Kamelet data type implementations #1489

Merged
merged 1 commit into from
May 26, 2023

Commits on May 25, 2023

  1. chore: Enhance Kamelet data type implementations

    - Refactor existing data type converter names to align with respective mime type (e.g. application/json -> application-json, plain/text -> plain-text)
    - Add data type converter implementations for avro-binary, avro-x-struct, application-x-struct, application-json, application-x-java-object
    - Enhance Avro/Protobuf schema resolver to resolve schemas from given exchange property, content class, schema file classpath reference or explicit schema content
    - Add Json schema resolver
    - Add resolve-pojo-schema-action.kamelet to resolve either Json, Avro or Protobuf schemas delegating to respective schema resolver implementations
    - Use new schema resolver in avro/protobuf serialize/deserialize action Kamelets
    christophd committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2d963e0 View commit details
    Browse the repository at this point in the history