We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Camel 4.9 now includes global data format configuration in the yaml DSL (similar to beans).
There is a new top level
- dataFormats
which is an array of DataFormatDefinition that are the same as in the DSL when using marshal and unmarshal.
See for example this tiny unit test https://github.com/apache/camel/blob/main/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/DataFormatsTest.groovy
Both
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the solution you'd like
Camel 4.9 now includes global data format configuration in the yaml DSL (similar to beans).
There is a new top level
which is an array of DataFormatDefinition that are the same as in the DSL when using marshal and unmarshal.
See for example this tiny unit test
https://github.com/apache/camel/blob/main/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/DataFormatsTest.groovy
Variant
Both
Container Management (if applicable)
None
Operating System (for VS Code Extension)
None
The text was updated successfully, but these errors were encountered: