-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
efa068a
commit 542ffb5
Showing
47 changed files
with
187 additions
and
1,875 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
172 changes: 0 additions & 172 deletions
172
...-utils/src/main/java/org/apache/camel/kamelets/utils/format/AnnotationDataTypeLoader.java
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
...amelets-utils/src/main/java/org/apache/camel/kamelets/utils/format/DataTypeProcessor.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.