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-spring-boot.git
from 50475c03548 CAMEL-24367: Add camel-rest-postman component
new 602a1632008 Regen
new e718164c193 Regen
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:
.../springboot/catalog/components/ai-tool.json | 28 +++++++++-------
.../springboot/catalog/dataformats.properties | 1 +
.../dataformats/{groovyJson.json => ubl.json} | 22 ++++++------
.../src/main/docs/ai-tool.json | 12 +++++++
.../springboot/AiToolComponentConfiguration.java | 31 +++++++++++++++++
.../pom.xml | 6 ++--
.../camel-ubl-starter/src/main/docs/ubl.json | 39 ++++++++++++++++++++++
.../UblDataFormatAutoConfiguration.java} | 22 ++++++------
.../springboot/UblDataFormatConfiguration.java} | 16 ++++-----
.../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 +
docs/spring-boot/modules/ROOT/nav.adoc | 1 +
.../modules/ROOT/pages/starters/ai-tool.adoc | 4 ++-
.../ROOT/pages/starters/{lzf.adoc => ubl.adoc} | 14 ++++----
tooling/camel-spring-boot-bom/pom.xml | 5 +++
tooling/camel-spring-boot-dependencies/pom.xml | 18 +++++++---
18 files changed, 164 insertions(+), 59 deletions(-)
copy
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/{groovyJson.json
=> ubl.json} (50%)
copy components-starter/{camel-jcr-starter => camel-ubl-starter}/pom.xml (93%)
create mode 100644 components-starter/camel-ubl-starter/src/main/docs/ubl.json
copy
components-starter/{camel-hl7-starter/src/main/java/org/apache/camel/component/hl7/springboot/HL7DataFormatAutoConfiguration.java
=>
camel-ubl-starter/src/main/java/org/apache/camel/component/ubl/springboot/UblDataFormatAutoConfiguration.java}
(85%)
copy
components-starter/{camel-groovy-starter/src/main/java/org/apache/camel/groovy/json/springboot/GroovyJSonlDataFormatConfiguration.java
=>
camel-ubl-starter/src/main/java/org/apache/camel/component/ubl/springboot/UblDataFormatConfiguration.java}
(75%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-ubl-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-ubl-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-debug-starter =>
camel-ubl-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
(92%)
copy docs/spring-boot/modules/ROOT/pages/starters/{lzf.adoc => ubl.adoc} (53%)