You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/25 16:06:33 UTC

(camel) branch unmarshal updated (f3f5fbb8f02 -> d25e5e762c9)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch unmarshal
in repository https://gitbox.apache.org/repos/asf/camel.git


    from f3f5fbb8f02 CAMEL-14028: Allow DataFormats to unmarshal known data formats without first converting to bytes
     add a543d9cdc56 Polished
     add 841c6e16d36 CAMEL-14028: Allow DataFormats to unmarshal known data formats without first converting to bytes
     add 3936581fba0 CAMEL-14028: Allow DataFormats to unmarshal known data formats without first converting to bytes
     add d25e5e762c9 CAMEL-14028: Allow DataFormats to unmarshal known data formats without first converting to bytes

No new revisions were added by this update.

Summary of changes:
 .../camel-asn1/src/main/docs/asn1-dataformat.adoc  |  9 +++--
 .../camel/dataformat/asn1/ASN1DataFormat.java      | 25 ++++----------
 .../camel/component/cbor/CBORDataFormat.java       | 39 +++++++++++++++++++--
 .../jackson/AbstractJacksonDataFormat.java         |  1 -
 .../camel/component/jsonapi/JsonApiDataFormat.java | 26 +++++++-------
 .../camel/component/jsonb/JsonbDataFormat.java     | 40 +++++++++++++++++-----
 6 files changed, 95 insertions(+), 45 deletions(-)