This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
from a413a71 Merge pull request #36 from apache/automatic-periodic-sync
new 21ffbed Camel-Spring-Boot: Fixed build
new 3d41644 CAMEL-14798: Regen camel-avro only dataformat and regen
generic
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:
.../springboot/catalog/components/influxdb.json | 1 +
.../camel/springboot/catalog/components/nats.json | 3 +-
components-starter/camel-avro-starter/pom.xml | 4 +-
.../src/main/docs/avro-starter.adoc | 15 +-
.../springboot/AvroComponentAutoConfiguration.java | 108 -------------
.../springboot/AvroComponentConfiguration.java | 176 ---------------------
.../src/main/resources/META-INF/spring.factories | 5 +-
components-starter/camel-corda-starter/pom.xml | 12 ++
.../src/main/docs/influxdb-starter.adoc | 4 +-
.../springboot/InfluxDbComponentConfiguration.java | 13 ++
.../src/main/docs/nats-starter.adoc | 4 +-
.../springboot/NatsComponentConfiguration.java | 12 ++
.../camel-spring-boot-starter/pom.xml | 16 ++
.../camel-spring-cloud-consul-starter/pom.xml | 20 +++
.../camel-spring-cloud-netflix-starter/pom.xml | 20 +++
.../camel-spring-cloud-starter/pom.xml | 20 +++
.../camel-spring-cloud-zookeeper-starter/pom.xml | 20 +++
.../ClusteredRouteControllerAutoConfiguration.java | 8 +-
docs/modules/ROOT/pages/avro-starter.adoc | 15 +-
docs/modules/ROOT/pages/influxdb-starter.adoc | 4 +-
docs/modules/ROOT/pages/nats-starter.adoc | 4 +-
tooling/camel-spring-boot-dependencies/pom.xml | 20 +--
22 files changed, 168 insertions(+), 336 deletions(-)
delete mode 100644
components-starter/camel-avro-starter/src/main/java/org/apache/camel/component/avro/springboot/AvroComponentAutoConfiguration.java
delete mode 100644
components-starter/camel-avro-starter/src/main/java/org/apache/camel/component/avro/springboot/AvroComponentConfiguration.java