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 6ccc56a9eb6 camel-itest-spring-boot tests are really slow (2h), avoid 
executing on PRs. The tests will be still executed on Jenkins
     add 2642a45dcf0 CAMEL-22778 - Camel-Google-VertexAI: Create Spring Boot 
starter (#1594)
     add 3ce28f5a5d6 [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 +
 .../catalog/components/google-vertexai.json        |  91 +++++++
 .../pom.xml                                        |   6 +-
 .../src/main/docs/google-vertexai.json             | 150 +++++++++++
 .../GoogleVertexAIComponentAutoConfiguration.java} |  22 +-
 .../GoogleVertexAIComponentConfiguration.java      | 284 +++++++++++++++++++++
 .../GoogleVertexAIComponentConverter.java}         |  16 +-
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   4 +-
 components-starter/pom.xml                         |   1 +
 tooling/camel-spring-boot-bom/pom.xml              |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml     |  12 +-
 13 files changed, 567 insertions(+), 25 deletions(-)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-vertexai.json
 copy components-starter/{camel-aws-bedrock-starter => 
camel-google-vertexai-starter}/pom.xml (92%)
 create mode 100644 
components-starter/camel-google-vertexai-starter/src/main/docs/google-vertexai.json
 copy 
components-starter/{camel-hashicorp-vault-starter/src/main/java/org/apache/camel/component/hashicorp/vault/springboot/HashicorpVaultComponentAutoConfiguration.java
 => 
camel-google-vertexai-starter/src/main/java/org/apache/camel/component/google/vertexai/springboot/GoogleVertexAIComponentAutoConfiguration.java}
 (81%)
 create mode 100644 
components-starter/camel-google-vertexai-starter/src/main/java/org/apache/camel/component/google/vertexai/springboot/GoogleVertexAIComponentConfiguration.java
 copy 
components-starter/{camel-google-storage-starter/src/main/java/org/apache/camel/component/google/storage/springboot/GoogleCloudStorageComponentConverter.java
 => 
camel-google-vertexai-starter/src/main/java/org/apache/camel/component/google/vertexai/springboot/GoogleVertexAIComponentConverter.java}
 (74%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-google-vertexai-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-google-vertexai-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-activemq6-starter => 
camel-google-vertexai-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (83%)

Reply via email to