This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from 7091026db92 chore(deps): Bump jakarta.el:jakarta.el-api from 6.0.0 to
6.0.1 (#14956)
add 8ed8b835750 chore(deps): Bump org.apache.kafka:kafka-clients from
3.7.1 to 3.8.0 (#14954)
add c4cf5b93246 CAMEL-21021 - Camel-AWS-Secrets-Manager: Give the ability
of refreshing the context on Secrets update by using Eventbridge service
instead of pure Cloudtrail
add d105fa7046a CAMEL-21021 - Camel-AWS-Secrets-Manager: Give the ability
of refreshing the context on Secrets update by using Eventbridge service
instead of pure Cloudtrail
add 07a3349ef45 CAMEL-21021 - Camel-AWS-Secrets-Manager: Give the ability
of refreshing the context on Secrets update by using Eventbridge service
instead of pure Cloudtrail
add 8da56b330a0 CAMEL-21021 - Camel-AWS-Secrets-Manager: Give the ability
of refreshing the context on Secrets update by using Eventbridge service
instead of pure Cloudtrail
add ace427ccb18 chore(deps): Bump org.wiremock:wiremock from 3.9.0 to
3.9.1 (#14953)
add 92f64eb8f18 CAMEL-21024 - Camel-AWS-Secrets-Manager: Eventbridge/SQS
notifications documentation
add 1e242194995 CAMEL-21024 - Camel-AWS-Secrets-Manager: Eventbridge/SQS
notifications documentation
add 50640317003 CAMEL-21024 - Camel-AWS-Secrets-Manager: Eventbridge/SQS
notifications documentation
add 44cf73355a7 Replace j.u.Stack with j.u.ArrayDequeue (#14963)
add 0e0f7c758f1 chore(deps): Bump activemq-artemis-version from 2.35.0 to
2.36.0 (#14967)
add af6ce952a72 chore(deps): Bump aws-java-sdk2-version from 2.26.25 to
2.26.26 (#14965)
add 80a0fba5072 CAMEL-21026: added a type converter for byte-array to PDF
add a12892fc32c chore(deps): Bump com.microsoft.azure:msal4j from 1.16.1
to 1.16.2 (#14968)
No new revisions were added by this update.
Summary of changes:
.../main/camel-main-configuration-metadata.json | 2 +
.../camel/parser/helper/XmlLineNumberParser.java | 6 +-
.../camel-aws/camel-aws-secrets-manager/pom.xml | 5 +
.../main/docs/aws-secrets-manager-component.adoc | 60 +++++++
.../vault/CloudTrailReloadTriggerTask.java | 189 ++++++++++++++++-----
.../camel/component/aws/xray/json/JsonParser.java | 9 +-
.../component/aws/xray/json/JsonStructure.java | 2 +-
.../component/file/azure/FilesOperations.java | 9 +-
.../component/github/consumer/CommitConsumer.java | 6 +-
.../component/github/consumer/EventsConsumer.java | 4 +-
.../consumer/PullRequestCommentConsumer.java | 10 +-
.../github/consumer/PullRequestConsumer.java | 10 +-
.../component/github/consumer/TagConsumer.java | 10 +-
.../pdf/converter/PdfConverterLoader.java | 63 +++++++
.../services/org/apache/camel/TypeConverterLoader | 2 +
.../camel-pdf/src/main/docs/pdf-component.adoc | 20 +++
.../component/pdf/converter/PdfConverter.java} | 14 +-
.../org/apache/camel/component/pdf/PDFUtil.java | 43 +++++
.../apache/camel/component/pdf/PdfAppendTest.java | 30 +---
.../camel/component/pdf/PdfConverterTest.java | 83 +++++++++
.../camel/component/pdf/PdfTextExtractionTest.java | 27 +--
.../salesforce/codegen/GenerateExecution.java | 6 +-
.../apache/camel/vault/AwsVaultConfiguration.java | 27 +++
.../main/AwsVaultConfigurationConfigurer.java | 12 ++
.../AwsVaultConfigurationPropertiesConfigurer.java | 12 ++
.../camel-main-configuration-metadata.json | 2 +
core/camel-main/src/main/docs/main.adoc | 4 +-
.../main/AwsVaultConfigurationProperties.java | 17 ++
.../java/org/apache/camel/main/MainVaultTest.java | 24 +++
.../management/mbean/RouteCoverageXmlParser.java | 4 +-
.../apache/camel/util/xml/XmlLineNumberParser.java | 4 +-
.../java/org/apache/camel/yaml/io/YamlWriter.java | 4 +-
docs/user-manual/modules/ROOT/pages/security.adoc | 59 +++++++
parent/pom.xml | 10 +-
34 files changed, 651 insertions(+), 138 deletions(-)
create mode 100644
components/camel-pdf/src/generated/java/org/apache/camel/component/pdf/converter/PdfConverterLoader.java
create mode 100644
components/camel-pdf/src/generated/resources/META-INF/services/org/apache/camel/TypeConverterLoader
copy
components/{camel-aws/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/json/JsonStructure.java
=>
camel-pdf/src/main/java/org/apache/camel/component/pdf/converter/PdfConverter.java}
(69%)
create mode 100644
components/camel-pdf/src/test/java/org/apache/camel/component/pdf/PDFUtil.java
create mode 100644
components/camel-pdf/src/test/java/org/apache/camel/component/pdf/PdfConverterTest.java