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
omit 79e9a71f3ad [create-pull-request] automated change
add 48dfebea03d [create-pull-request] automated change (#1637)
add e4189b81c85 Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0
(#1634)
add c61fb948f74 Regen
add f1eeee05e12 CAMEL-22921 - Camel-AWS: Add a Security Hub Spring Boot
Starter (#1638)
add cb78250203a Regen
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 (79e9a71f3ad)
\
N -- N -- N refs/heads/automatic-periodic-sync (cb78250203a)
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:
.github/workflows/automatic-sync-main.yml | 2 +-
.github/workflows/generate-sbom-main.yml | 2 +-
.../camel/springboot/catalog/components.properties | 1 +
.../catalog/components/aws-security-hub.json | 94 ++++++++++
.../springboot/catalog/components/aws2-ec2.json | 2 +-
.../springboot/catalog/components/aws2-lambda.json | 25 ++-
.../springboot/catalog/components/aws2-polly.json | 108 ++++++-----
.../springboot/catalog/components/azure-files.json | 155 ++++++++--------
.../camel/springboot/catalog/components/file.json | 150 +++++++--------
.../camel/springboot/catalog/components/ftp.json | 161 ++++++++--------
.../camel/springboot/catalog/components/ftps.json | 177 +++++++++---------
.../camel/springboot/catalog/components/scp.json | 45 ++---
.../camel/springboot/catalog/components/sftp.json | 205 +++++++++++----------
.../camel/springboot/catalog/components/smb.json | 139 +++++++-------
.../pom.xml | 6 +-
.../src/main/docs/aws-security-hub.json | 176 ++++++++++++++++++
.../SecurityHubComponentAutoConfiguration.java} | 22 +--
.../SecurityHubComponentConfiguration.java} | 174 +++++++++--------
.../springboot/SecurityHubComponentConverter.java} | 12 +-
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
...rk.boot.autoconfigure.AutoConfiguration.imports | 5 +-
.../src/main/docs/aws2-polly.json | 36 ++++
.../springboot/Polly2ComponentConfiguration.java | 73 ++++++++
components-starter/pom.xml | 1 +
tooling/camel-spring-boot-bom/pom.xml | 5 +
tooling/camel-spring-boot-dependencies/pom.xml | 10 +
27 files changed, 1109 insertions(+), 677 deletions(-)
create mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-security-hub.json
copy components-starter/{camel-aws2-textract-starter =>
camel-aws-security-hub-starter}/pom.xml (94%)
create mode 100644
components-starter/camel-aws-security-hub-starter/src/main/docs/aws-security-hub.json
copy
components-starter/{camel-aws2-transcribe-starter/src/main/java/org/apache/camel/component/aws2/transcribe/springboot/Transcribe2ComponentAutoConfiguration.java
=>
camel-aws-security-hub-starter/src/main/java/org/apache/camel/component/aws/securityhub/springboot/SecurityHubComponentAutoConfiguration.java}
(82%)
copy
components-starter/{camel-aws2-rekognition-starter/src/main/java/org/apache/camel/component/aws2/rekognition/springboot/Rekognition2ComponentConfiguration.java
=>
camel-aws-security-hub-starter/src/main/java/org/apache/camel/component/aws/securityhub/springboot/SecurityHubComponentConfiguration.java}
(78%)
copy
components-starter/{camel-aws2-transcribe-starter/src/main/java/org/apache/camel/component/aws2/transcribe/springboot/Transcribe2ComponentConverter.java
=>
camel-aws-security-hub-starter/src/main/java/org/apache/camel/component/aws/securityhub/springboot/SecurityHubComponentConverter.java}
(78%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-aws-security-hub-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {archetypes/camel-archetype-spring-boot =>
components-starter/camel-aws-security-hub-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-activemq-starter =>
camel-aws-security-hub-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
(84%)