This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
from ff8de41cac4 Replaces deprecated camel.springboot.name property new afa425b06e2 (chores) Fixed incorrect option for deleting a starter new 9a317b3c433 CAMEL-21866: removed etcd3 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: components-starter/camel-etcd3-starter/pom.xml | 49 --- .../camel-etcd3-starter/src/main/docs/etcd3.json | 190 ----------- .../Etcd3ComponentAutoConfiguration.java | 77 ----- .../springboot/Etcd3ComponentConfiguration.java | 368 --------------------- .../etcd3/springboot/Etcd3ComponentConverter.java | 65 ---- .../src/main/resources/META-INF/LICENSE.txt | 203 ------------ .../src/main/resources/META-INF/NOTICE.txt | 11 - ...rk.boot.autoconfigure.AutoConfiguration.imports | 19 -- components-starter/pom.xml | 1 - starter-delete | 2 +- 10 files changed, 1 insertion(+), 984 deletions(-) delete mode 100644 components-starter/camel-etcd3-starter/pom.xml delete mode 100644 components-starter/camel-etcd3-starter/src/main/docs/etcd3.json delete mode 100644 components-starter/camel-etcd3-starter/src/main/java/org/apache/camel/component/etcd3/springboot/Etcd3ComponentAutoConfiguration.java delete mode 100644 components-starter/camel-etcd3-starter/src/main/java/org/apache/camel/component/etcd3/springboot/Etcd3ComponentConfiguration.java delete mode 100644 components-starter/camel-etcd3-starter/src/main/java/org/apache/camel/component/etcd3/springboot/Etcd3ComponentConverter.java delete mode 100644 components-starter/camel-etcd3-starter/src/main/resources/META-INF/LICENSE.txt delete mode 100644 components-starter/camel-etcd3-starter/src/main/resources/META-INF/NOTICE.txt delete mode 100644 components-starter/camel-etcd3-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports