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
from 9307b7e05cb [create-pull-request] automated change add e4178ec4912 Remove ActiveMQ references from docs (#728) add dda9a7238dc Remove xstream add 886ab42fa31 Regen add 17961455277 [create-pull-request] automated change No new revisions were added by this update. Summary of changes: .../camel/springboot/catalog/components/cql.json | 1 + .../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 ------ .../src/main/docs/starter-configuration.adoc | 4 +- docs/spring-boot/modules/ROOT/pages/index.adoc | 8 ++-- .../camel/itest/springboot/CamelXstreamTest.java | 49 ---------------------- tooling/camel-spring-boot-dependencies/pom.xml | 2 +- 10 files changed, 8 insertions(+), 128 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