This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 6c1186e CAMEL-13618: camel3 - Move FileWatcherReloadStrategy out of camel-core new 523017a CAMEL-13619 - Camel-CBOR: Align options of the dataformat as the other Jackson dataformat, since CBORMapper extends ObjectMapper new f703f82 CAMEL-13619 - Fixed CS new 7701da0 CAMEL-13619 - Regen The 3 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: .../camel-cbor/src/main/docs/cbor-dataformat.adoc | 12 +- .../camel/component/cbor/CBORDataFormat.java | 190 +++++++++++++++++++++ .../camel/model/dataformat/CBORDataFormat.java | 71 ++++++++ .../reifier/dataformat/CBORDataFormatReifier.java | 12 ++ .../modules/ROOT/pages/cbor-dataformat.adoc | 12 +- .../springboot/CBORDataFormatConfiguration.java | 61 +++++++ .../camel-spring-boot-dependencies/pom.xml | 2 +- 7 files changed, 355 insertions(+), 5 deletions(-)