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 090304d52c3 Align to Camel test-infra changes - test-jar removal
new f46411af31b CAMEL-22943: Remove deprecated camel-google-pubsub-lite
component
new 39b31bde4e4 Regen
new d06f22a90b3 Spring Boot v4 migration
The 3 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/docling.json | 43 +++--
.../camel/springboot/catalog/components/git.json | 47 ++---
.../catalog/components/google-pubsub-lite.json | 61 -------
.../src/main/docs/docling.json | 33 ++++
.../springboot/DoclingComponentConfiguration.java | 61 +++++++
.../camel-google-pubsub-lite-starter/pom.xml | 48 -----
.../src/main/docs/google-pubsub-lite.json | 94 ----------
...GooglePubsubLiteComponentAutoConfiguration.java | 77 --------
.../GooglePubsubLiteComponentConfiguration.java | 173 ------------------
.../src/main/resources/META-INF/LICENSE.txt | 203 ---------------------
.../src/main/resources/META-INF/NOTICE.txt | 11 --
...rk.boot.autoconfigure.AutoConfiguration.imports | 18 --
components-starter/camel-undertow-starter/pom.xml | 4 +-
components-starter/pom.xml | 1 -
tooling/camel-spring-boot-bom/pom.xml | 5 -
tooling/camel-spring-boot-dependencies/pom.xml | 10 -
16 files changed, 148 insertions(+), 741 deletions(-)
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-pubsub-lite.json
delete mode 100644 components-starter/camel-google-pubsub-lite-starter/pom.xml
delete mode 100644
components-starter/camel-google-pubsub-lite-starter/src/main/docs/google-pubsub-lite.json
delete mode 100644
components-starter/camel-google-pubsub-lite-starter/src/main/java/org/apache/camel/component/google/pubsublite/springboot/GooglePubsubLiteComponentAutoConfiguration.java
delete mode 100644
components-starter/camel-google-pubsub-lite-starter/src/main/java/org/apache/camel/component/google/pubsublite/springboot/GooglePubsubLiteComponentConfiguration.java
delete mode 100644
components-starter/camel-google-pubsub-lite-starter/src/main/resources/META-INF/LICENSE.txt
delete mode 100644
components-starter/camel-google-pubsub-lite-starter/src/main/resources/META-INF/NOTICE.txt
delete mode 100644
components-starter/camel-google-pubsub-lite-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports