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 e4178ec4912 Remove ActiveMQ references from docs (#728) new dda9a7238dc Remove xstream new 886ab42fa31 Regen 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: .../camel/springboot/catalog/components/mina.json | 2 - .../springboot/catalog/dataformats/xstream.json | 28 ------------- .../catalog/dataformats/xstreamJson.json | 23 ---------- .../camel-mina-starter/src/main/docs/mina.json | 7 ---- .../springboot/MinaComponentConfiguration.java | 12 ------ .../camel/itest/springboot/CamelXstreamTest.java | 49 ---------------------- tooling/camel-spring-boot-dependencies/pom.xml | 2 +- 7 files changed, 1 insertion(+), 122 deletions(-) delete mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstream.json delete mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/xstreamJson.json delete mode 100644 tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelXstreamTest.java