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 4594bdeb9b7 [create-pull-request] automated change
add 71c2bb23253 [create-pull-request] automated change (#1678)
add 88c8f930ed5 Remove comment specifying Jolokia issue around
spring-boot-actuator-autoconfigure - jolokia issue is now closed, we need to
keep this dependency (#1675)
add 1e915b6b043 archetype: create mvnw as post script
add 8d4209ebe40 CAMEL-22891: make the mvn command configurable
add 7ea29bf3cd3 CAMEL-23032: camel-nats - Add AckPolicy so messages can be
retried when NACK due to routing failure. Fix infra-nats to run nats broker
with jetstream enabled.
add f256d59d3ee CAMEL-22891: fix Corrupted channel error on junit
reporting (#1681)
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 (4594bdeb9b7)
\
N -- N -- N refs/heads/automatic-periodic-sync (f256d59d3ee)
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:
.../META-INF/maven/archetype-metadata.xml | 6 +-
.../META-INF/archetype-post-generate.groovy | 28 ++
.../{readme.adoc => README.adoc} | 6 +-
.../camel/springboot/catalog/components/kafka.json | 394 +++++++++---------
.../springboot/catalog/components/milo-browse.json | 22 +-
.../springboot/catalog/components/milo-client.json | 22 +-
.../camel/springboot/catalog/components/nats.json | 95 +++--
.../springboot/catalog/components/openai.json | 65 +--
.../camel-google-pubsub-starter/pom.xml | 8 +
components-starter/camel-jolokia-starter/pom.xml | 2 -
.../camel-kafka-starter/src/main/docs/kafka.json | 15 +-
.../springboot/KafkaComponentConfiguration.java | 31 +-
.../camel-milo-starter/src/main/docs/milo.json | 14 +
.../MiloBrowseComponentConfiguration.java | 13 +
.../MiloClientComponentConfiguration.java | 13 +
components-starter/camel-nats-starter/pom.xml | 3 +-
.../camel-nats-starter/src/main/docs/nats.json | 229 +++++++++-
.../springboot/NatsComponentConfiguration.java | 459 ++++++++++++++++++++-
.../nats/springboot/NatsComponentConverter.java | 8 +
...rk.boot.autoconfigure.AutoConfiguration.imports | 1 -
tests/camel-itest-spring-boot/pom.xml | 15 +-
.../common/AbstractSpringBootBaseTestSupport.java | 23 +-
.../common/ArchetypeGenerationExtension.java | 92 +++--
23 files changed, 1220 insertions(+), 344 deletions(-)
create mode 100644
archetypes/camel-archetype-spring-boot/src/main/resources/META-INF/archetype-post-generate.groovy
rename
archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/{readme.adoc
=> README.adoc} (90%)