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 56712a27aeb Regen add 97d4f5db942 influxdb2 add c30c95bcb5b Regen add 2781ca7710c [create-pull-request] automated change No new revisions were added by this update. Summary of changes: .../camel/springboot/catalog/components.properties | 1 + .../springboot/catalog/components/braintree.json | 4 +- .../springboot/catalog/components/influxdb.json | 2 +- .../springboot/catalog/components/influxdb2.json | 45 ++++++++++++++++++++++ .../camel/springboot/catalog/components/minio.json | 8 ++-- .../springboot/InfluxDbComponentConfiguration.java | 2 +- .../pom.xml | 4 +- .../src/main/docs/influxdb2.json} | 34 ++++++++-------- .../InfluxDb2ComponentAutoConfiguration.java} | 22 +++++------ .../InfluxDb2ComponentConfiguration.java} | 24 ++++++------ .../springboot/InfluxDb2ComponentConverter.java} | 8 ++-- .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../src/main/resources/META-INF/spring.factories | 4 +- .../src/main/resources/META-INF/spring.provides | 2 +- .../camel-minio-starter/src/main/docs/minio.json | 4 +- .../springboot/MinioComponentConfiguration.java | 4 +- components-starter/pom.xml | 1 + tooling/camel-spring-boot-bom/pom.xml | 5 +++ tooling/camel-spring-boot-dependencies/pom.xml | 10 +++++ 20 files changed, 123 insertions(+), 61 deletions(-) create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/influxdb2.json copy components-starter/{camel-plc4x-starter => camel-influxdb2-starter}/pom.xml (95%) copy components-starter/{camel-influxdb-starter/src/main/docs/influxdb.json => camel-influxdb2-starter/src/main/docs/influxdb2.json} (56%) copy components-starter/{camel-mapstruct-starter/src/main/java/org/apache/camel/component/mapstruct/springboot/MapstructComponentAutoConfiguration.java => camel-influxdb2-starter/src/main/java/org/apache/camel/component/influxdb2/springboot/InfluxDb2ComponentAutoConfiguration.java} (83%) copy components-starter/{camel-influxdb-starter/src/main/java/org/apache/camel/component/influxdb/springboot/InfluxDbComponentConfiguration.java => camel-influxdb2-starter/src/main/java/org/apache/camel/component/influxdb2/springboot/InfluxDb2ComponentConfiguration.java} (82%) copy components-starter/{camel-sql-starter/src/main/java/org/apache/camel/component/sql/stored/springboot/SqlStoredComponentConverter.java => camel-influxdb2-starter/src/main/java/org/apache/camel/component/influxdb2/springboot/InfluxDb2ComponentConverter.java} (86%) copy {archetypes/camel-archetype-spring-boot => components-starter/camel-influxdb2-starter}/src/main/resources/META-INF/LICENSE.txt (100%) copy {archetypes/camel-archetype-spring-boot => components-starter/camel-influxdb2-starter}/src/main/resources/META-INF/NOTICE.txt (100%) copy components-starter/{camel-mapstruct-starter => camel-influxdb2-starter}/src/main/resources/META-INF/spring.factories (89%) copy components-starter/{camel-arangodb-starter => camel-influxdb2-starter}/src/main/resources/META-INF/spring.provides (97%)