This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 2f3f70c20a2 [CAMEL-18159] SendDynamicAware of several components
parses uri that starts with schema:// incorectly (#7713)
new fdd7d9b9d87 CAMEL-18165: camel-jackson - Add out of the box type
converters for converting to/from JSonNode
new 7669be51529 Polished
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../converter/JacksonTypeConvertersLoader.java | 30 +++++
.../src/main/docs/jackson-dataformat.adoc | 12 +-
.../jackson/converter/JacksonTypeConverters.java | 72 +++++++++++
.../converter/JacksonJSonNodeConverterTest.java | 139 +++++++++++++++++++++
.../src/main/docs/jacksonXml-dataformat.adoc | 88 ++++++-------
5 files changed, 294 insertions(+), 47 deletions(-)
create mode 100644
components/camel-jackson/src/test/java/org/apache/camel/component/jackson/converter/JacksonJSonNodeConverterTest.java