This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
from 8a5a9079020 [create-pull-request] automated change
new 121594cfff9 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot
new 0bcbf014b80 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot
new a38db993f8e CAMEL-18970 - Camel-Any23: Remove component in Spring Boot
new df637254b67 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot
new 60abedef7c7 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot
new ea26ce73a26 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot
The 6 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/dataformats.properties | 3 +-
.../springboot/catalog/dataformats/any23.json | 25 ---
components-starter/camel-any23-starter/pom.xml | 61 -------
.../camel-any23-starter/src/main/docs/any23.json | 53 ------
.../Any23DataFormatAutoConfiguration.java | 78 --------
.../springboot/Any23DataFormatConfiguration.java | 95 ----------
.../src/main/resources/META-INF/LICENSE.txt | 203 ---------------------
.../src/main/resources/META-INF/NOTICE.txt | 11 --
.../src/main/resources/META-INF/spring.provides | 17 --
...rk.boot.autoconfigure.AutoConfiguration.imports | 18 --
components-starter/pom.xml | 1 -
.../camel/itest/springboot/CamelAny23Test.java | 49 -----
tooling/camel-spring-boot-bom/pom.xml | 5 -
tooling/camel-spring-boot-dependencies/pom.xml | 10 -
14 files changed, 1 insertion(+), 628 deletions(-)
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/any23.json
delete mode 100644 components-starter/camel-any23-starter/pom.xml
delete mode 100644
components-starter/camel-any23-starter/src/main/docs/any23.json
delete mode 100644
components-starter/camel-any23-starter/src/main/java/org/apache/camel/dataformat/any23/springboot/Any23DataFormatAutoConfiguration.java
delete mode 100644
components-starter/camel-any23-starter/src/main/java/org/apache/camel/dataformat/any23/springboot/Any23DataFormatConfiguration.java
delete mode 100644
components-starter/camel-any23-starter/src/main/resources/META-INF/LICENSE.txt
delete mode 100644
components-starter/camel-any23-starter/src/main/resources/META-INF/NOTICE.txt
delete mode 100644
components-starter/camel-any23-starter/src/main/resources/META-INF/spring.provides
delete mode 100644
components-starter/camel-any23-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
delete mode 100644
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAny23Test.java