This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
from 749a495 CAMEL-16192: camel-spring-boot-engine-starter
new 8c19971 Add caffeine-lrucache starter
new ffeefbf Add missing docs
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:
.../apache/camel/springboot/catalog/others.properties | 1 +
.../springboot/catalog/others/caffeine-lrucache.json | 16 ++++++++++++++++
.../pom.xml | 6 +++---
.../src/main/docs/caffeine-lrucache-starter.adoc | 19 +++++++++++++++++++
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
.../src/main/resources/META-INF/spring.provides | 2 +-
.../camel-jfr-starter/src/main/docs/jfr-starter.adoc | 19 +++++++++++++++++++
components-starter/pom.xml | 1 +
.../src/main/docs/spring-xml.adoc | 19 +++++++++++++++++++
10 files changed, 79 insertions(+), 4 deletions(-)
create mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/caffeine-lrucache.json
copy components-starter/{camel-huaweicloud-smn-starter =>
camel-caffeine-lrucache-starter}/pom.xml (91%)
create mode 100644
components-starter/camel-caffeine-lrucache-starter/src/main/docs/caffeine-lrucache-starter.adoc
copy {tooling/camel-spring-boot-docs-maven-plugin =>
components-starter/camel-caffeine-lrucache-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {tooling/camel-spring-boot-docs-maven-plugin =>
components-starter/camel-caffeine-lrucache-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-ahc-ws-starter =>
camel-caffeine-lrucache-starter}/src/main/resources/META-INF/spring.provides
(96%)
create mode 100644
components-starter/camel-jfr-starter/src/main/docs/jfr-starter.adoc
create mode 100644
core-starter/camel-spring-boot-xml-starter/src/main/docs/spring-xml.adoc