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 fe2318b9c2a [create-pull-request] automated change add 8a5a9079020 [create-pull-request] automated change add 121594cfff9 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot add 0bcbf014b80 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot add a38db993f8e CAMEL-18970 - Camel-Any23: Remove component in Spring Boot add df637254b67 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot add 60abedef7c7 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot add ea26ce73a26 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot add d01da43d211 Regen add d5cfcfb3d78 Regen add 21bbaf8bda4 [create-pull-request] automated change 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 (fe2318b9c2a) \ N -- N -- N refs/heads/automatic-periodic-sync (21bbaf8bda4) 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: .../camel/springboot/catalog/components/as2.json | 19 +- .../camel/springboot/catalog/components/kafka.json | 4 +- .../springboot/catalog/dataformats.properties | 1 - .../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 -- .../camel-kafka-starter/src/main/docs/kafka.json | 2 +- .../springboot/KafkaComponentConfiguration.java | 4 +- components-starter/camel-pulsar-starter/pom.xml | 8 + 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 | 14 +- 19 files changed, 25 insertions(+), 643 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