This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from 95f2cf0407a Regen
     add e5641a8edb3 CAMEL-24250: camel-spring-boot - Support component 
camel-cyberark-vault (#1862)
     add 38a25b99fba camel-clickhouse

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 +
 .../springboot/catalog/components/clickhouse.json  |  60 ++++++++++
 .../pom.xml                                        |   6 +-
 .../src/main/docs/clickhouse.json                  |  85 ++++++++++++++
 .../ClickHouseComponentAutoConfiguration.java}     |  24 ++--
 .../ClickHouseComponentConfiguration.java}         | 116 +++++++++----------
 .../springboot/ClickHouseComponentConverter.java}  |   8 +-
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   5 +-
 .../camel-cyberark-vault-starter/pom.xml           |  19 +++-
 .../springboot/EarlyResolvedPropertiesTest.java    | 124 +++++++++++++++------
 components-starter/pom.xml                         |   1 +
 docs/spring-boot/modules/ROOT/nav.adoc             |   1 +
 .../modules/ROOT/pages/starters/clickhouse.adoc    |  40 +++++++
 tooling/camel-spring-boot-bom/pom.xml              |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml     |  12 +-
 17 files changed, 396 insertions(+), 111 deletions(-)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/clickhouse.json
 copy components-starter/{camel-beanio-starter => 
camel-clickhouse-starter}/pom.xml (92%)
 create mode 100644 
components-starter/camel-clickhouse-starter/src/main/docs/clickhouse.json
 copy 
components-starter/{camel-chatscript-starter/src/main/java/org/apache/camel/component/chatscript/springboot/ChatScriptComponentAutoConfiguration.java
 => 
camel-clickhouse-starter/src/main/java/org/apache/camel/component/clickhouse/springboot/ClickHouseComponentAutoConfiguration.java}
 (78%)
 copy 
components-starter/{camel-whatsapp-starter/src/main/java/org/apache/camel/component/whatsapp/springboot/WhatsAppComponentConfiguration.java
 => 
camel-clickhouse-starter/src/main/java/org/apache/camel/component/clickhouse/springboot/ClickHouseComponentConfiguration.java}
 (58%)
 copy 
components-starter/{camel-freemarker-starter/src/main/java/org/apache/camel/component/freemarker/springboot/FreemarkerComponentConverter.java
 => 
camel-clickhouse-starter/src/main/java/org/apache/camel/component/clickhouse/springboot/ClickHouseComponentConverter.java}
 (85%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-clickhouse-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-clickhouse-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-freemarker-starter => 
camel-clickhouse-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (88%)
 create mode 100644 docs/spring-boot/modules/ROOT/pages/starters/clickhouse.adoc

Reply via email to