You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "christophd (via GitHub)" <gi...@apache.org> on 2023/05/25 20:18:38 UTC

[GitHub] [camel-kamelets] christophd opened a new pull request, #1489: chore: Enhance Kamelet data type implementations

christophd opened a new pull request, #1489:
URL: https://github.com/apache/camel-kamelets/pull/1489

   - 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
   - Add new YAKS tests for avro data type and serialize/deserialize actions


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] christophd merged pull request #1489: chore: Enhance Kamelet data type implementations

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd merged PR #1489:
URL: https://github.com/apache/camel-kamelets/pull/1489


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org