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 cb78250203a Regen
     add bf5c710f6a4 Regen
     add 3997c8bb673 CAMEL-22929 - Camel-AWS: Create an AWS Comprehend Spring 
Boot starter (#1639)
     add 6a8fc63adba [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 +
 .../catalog/components/aws2-comprehend.json        |  84 +++++++++
 .../springboot/catalog/components/openai.json      |  23 ++-
 .../camel/springboot/catalog/languages/simple.json | 193 +++++++++++----------
 .../pom.xml                                        |   6 +-
 .../src/main/docs/aws2-comprehend.json             | 188 ++++++++++++++++++++
 .../Comprehend2ComponentAutoConfiguration.java}    |  22 +--
 .../Comprehend2ComponentConfiguration.java}        | 120 ++++++-------
 .../springboot/Comprehend2ComponentConverter.java} |  12 +-
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   5 +-
 .../camel-openai-starter/src/main/docs/openai.json |   3 +-
 .../springboot/OpenAIComponentConfiguration.java   |   2 +-
 components-starter/pom.xml                         |   1 +
 tooling/camel-spring-boot-bom/pom.xml              |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml     |  10 ++
 17 files changed, 489 insertions(+), 186 deletions(-)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-comprehend.json
 copy components-starter/{camel-aws-bedrock-starter => 
camel-aws2-comprehend-starter}/pom.xml (92%)
 create mode 100644 
components-starter/camel-aws2-comprehend-starter/src/main/docs/aws2-comprehend.json
 copy 
components-starter/{camel-aws2-timestream-starter/src/main/java/org/apache/camel/component/aws2/timestream/springboot/Timestream2ComponentAutoConfiguration.java
 => 
camel-aws2-comprehend-starter/src/main/java/org/apache/camel/component/aws2/comprehend/springboot/Comprehend2ComponentAutoConfiguration.java}
 (82%)
 copy 
components-starter/{camel-aws2-translate-starter/src/main/java/org/apache/camel/component/aws2/translate/springboot/Translate2ComponentConfiguration.java
 => 
camel-aws2-comprehend-starter/src/main/java/org/apache/camel/component/aws2/comprehend/springboot/Comprehend2ComponentConfiguration.java}
 (76%)
 copy 
components-starter/{camel-aws2-transcribe-starter/src/main/java/org/apache/camel/component/aws2/transcribe/springboot/Transcribe2ComponentConverter.java
 => 
camel-aws2-comprehend-starter/src/main/java/org/apache/camel/component/aws2/comprehend/springboot/Comprehend2ComponentConverter.java}
 (78%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-aws2-comprehend-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-aws2-comprehend-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-aws2-timestream-starter => 
camel-aws2-comprehend-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (88%)

Reply via email to