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
from 9efc262675e CAMEL-22748: camel-jbang - camel debug to do remote attach
to existing running Camel
add 5ece2a962a6 Regen
add 86b9b2778bb CAMEL-22748: camel-jbang - camel debug to do remote attach
to existing running Camel
add 62cbc50fcd8 CAMEL-22756 - Create a Camel Stripe Starter for Spring
Boot (#1587)
add 8acff60a452 Regen
No new revisions were added by this update.
Summary of changes:
.../camel/springboot/catalog/components.properties | 1 +
.../springboot/catalog/components/braintree.json | 2 +-
.../springboot/catalog/components/stripe.json | 43 ++++++++++++++++
.../camel/springboot/catalog/components/tika.json | 2 +-
.../pom.xml | 6 +--
.../src/main/docs/stripe.json} | 44 +++++++++-------
.../StripeComponentAutoConfiguration.java} | 20 ++++----
.../springboot/StripeComponentConfiguration.java} | 58 +++++++++-------------
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
...rk.boot.autoconfigure.AutoConfiguration.imports | 2 +-
components-starter/pom.xml | 3 +-
.../boot/CamelSpringBootApplicationListener.java | 44 ++++++++++++++++
tooling/camel-spring-boot-bom/pom.xml | 5 ++
tooling/camel-spring-boot-dependencies/pom.xml | 22 +++++++-
15 files changed, 180 insertions(+), 72 deletions(-)
create mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
copy components-starter/{camel-beanio-starter => camel-stripe-starter}/pom.xml
(93%)
copy components-starter/{camel-geocoder-starter/src/main/docs/geocoder.json =>
camel-stripe-starter/src/main/docs/stripe.json} (53%)
copy
components-starter/{camel-bean-starter/src/main/java/org/apache/camel/component/beanclass/springboot/ClassComponentAutoConfiguration.java
=>
camel-stripe-starter/src/main/java/org/apache/camel/component/stripe/springboot/StripeComponentAutoConfiguration.java}
(85%)
copy
components-starter/{camel-openai-starter/src/main/java/org/apache/camel/component/openai/springboot/OpenAIComponentConfiguration.java
=>
camel-stripe-starter/src/main/java/org/apache/camel/component/stripe/springboot/StripeComponentConfiguration.java}
(80%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-stripe-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-stripe-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-asn1-starter =>
camel-stripe-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
(92%)