This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
omit dccffe92700 Regen for commit 2f3f70c20a22ad7c47ac438a11725ee263b53535
add fdd7d9b9d87 CAMEL-18165: camel-jackson - Add out of the box type
converters for converting to/from JSonNode
add 7669be51529 Polished
add 1ffa6444a5d Regen for commit 7669be515297756642bc55b617603013f350fe6d
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (dccffe92700)
\
N -- N -- N refs/heads/regen_bot (1ffa6444a5d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
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