This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
omit 2f9c505843f [create-pull-request] automated change
add abecf83a021 [create-pull-request] automated change (#1632)
add 448dc0cf1b1 Regen
add c0e01582d3f CAMEL-22905 - Camel-Spring-Boot: Add OCSF dataformat
starter (#1633)
add 00707776bec Regen
add 3e30ddbd34a Regen
add d9407783018 Regen
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 (2f9c505843f)
\
N -- N -- N refs/heads/automatic-periodic-sync (d9407783018)
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:
.../springboot/catalog/components/flowable.json | 2 +-
.../springboot/catalog/components/smooks.json | 2 +-
.../springboot/catalog/dataformats.properties | 1 +
.../camel/springboot/catalog/dataformats/fory.json | 2 +-
.../catalog/dataformats/{cbor.json => ocsf.json} | 35 +++++-----
.../springboot/catalog/dataformats/smooks.json | 2 +-
.../camel/springboot/catalog/languages/simple.json | 13 ++--
.../pom.xml | 6 +-
.../camel-ocsf-starter/src/main/docs/ocsf.json | 78 ++++++++++++++++++++++
.../OcsfDataFormatAutoConfiguration.java} | 20 +++---
.../springboot/OcsfDataFormatConfiguration.java} | 78 +++++-----------------
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
...rk.boot.autoconfigure.AutoConfiguration.imports | 3 +-
components-starter/pom.xml | 1 +
tooling/camel-spring-boot-bom/pom.xml | 5 ++
tooling/camel-spring-boot-dependencies/pom.xml | 12 +++-
17 files changed, 152 insertions(+), 108 deletions(-)
copy
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{cbor.json
=> ocsf.json} (50%)
copy components-starter/{camel-dfdl-starter => camel-ocsf-starter}/pom.xml
(93%)
create mode 100644
components-starter/camel-ocsf-starter/src/main/docs/ocsf.json
copy
components-starter/{camel-asn1-starter/src/main/java/org/apache/camel/dataformat/asn1/springboot/ASN1DataFormatAutoConfiguration.java
=>
camel-ocsf-starter/src/main/java/org/apache/camel/dataformat/ocsf/springboot/OcsfDataFormatAutoConfiguration.java}
(86%)
copy
components-starter/{camel-cbor-starter/src/main/java/org/apache/camel/component/cbor/springboot/CBORDataFormatConfiguration.java
=>
camel-ocsf-starter/src/main/java/org/apache/camel/dataformat/ocsf/springboot/OcsfDataFormatConfiguration.java}
(57%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-ocsf-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-ocsf-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-asn1-starter =>
camel-ocsf-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
(92%)