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
discard 6953c12bef2 [create-pull-request] automated change
add b8831c6e945 Regen
add 13179f110cf CAMEL-22179: Added AWS Rekognition Component
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6953c12bef2)
\
N -- N -- N refs/heads/automatic-periodic-sync (13179f110cf)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../camel/springboot/catalog/components.properties | 1 +
.../catalog/components/aws2-rekognition.json | 108 +++++++++++++
.../pom.xml | 6 +-
.../src/main/docs/aws2-rekognition.json | 175 +++++++++++++++++++++
.../Rekognition2ComponentAutoConfiguration.java} | 22 +--
.../Rekognition2ComponentConfiguration.java} | 64 ++++----
.../Rekognition2ComponentConverter.java} | 12 +-
.../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 | 10 ++
13 files changed, 354 insertions(+), 54 deletions(-)
create mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-rekognition.json
copy components-starter/{camel-aws-bedrock-starter =>
camel-aws2-rekognition-starter}/pom.xml (92%)
create mode 100644
components-starter/camel-aws2-rekognition-starter/src/main/docs/aws2-rekognition.json
copy
components-starter/{camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/set/springboot/HazelcastSetComponentAutoConfiguration.java
=>
camel-aws2-rekognition-starter/src/main/java/org/apache/camel/component/aws2/rekognition/springboot/Rekognition2ComponentAutoConfiguration.java}
(82%)
copy
components-starter/{camel-aws2-step-functions-starter/src/main/java/org/apache/camel/component/aws2/stepfunctions/springboot/StepFunctions2ComponentConfiguration.java
=>
camel-aws2-rekognition-starter/src/main/java/org/apache/camel/component/aws2/rekognition/springboot/Rekognition2ComponentConfiguration.java}
(81%)
copy
components-starter/{camel-aws2-cw-starter/src/main/java/org/apache/camel/component/aws2/cw/springboot/Cw2ComponentConverter.java
=>
camel-aws2-rekognition-starter/src/main/java/org/apache/camel/component/aws2/rekognition/springboot/Rekognition2ComponentConverter.java}
(77%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-aws2-rekognition-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-aws2-rekognition-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-activemq6-starter =>
camel-aws2-rekognition-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
(84%)