This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/io.pinecone-pinecone-client-2.0.0
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 176cbe54069 chore(deps): Bump io.pinecone:pinecone-client from 1.2.2
to 2.0.0
add a453c8b8367 chore(deps): Bump io.netty:netty-bom from 4.1.111.Final to
4.1.112.Final (#14947)
add bb14bcaa598 Use 'per' and not 'pr.' (#14959)
add 516477b6c34 Add a method to ResultErrorHelper to avoid the usage of
deprecated method (#14958)
add f3d758608bf chore(deps): Bump
com.braintreepayments.gateway:braintree-java (#14955)
add c7b5df344e5 chore(deps): Bump org.apache.zookeeper:zookeeper from
3.9.1 to 3.9.2 (#14951)
add 9cd4b2e71aa chore(deps): Bump org.opensearch:opensearch-testcontainers
(#14957)
add a28e1abd738 chore(deps): Bump
com.google.apis:google-api-services-sheets (#14952)
add 5181216dfbc chore(deps): Bump
com.googlecode.libphonenumber:libphonenumber (#14948)
add 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 e7913c12035 chore(deps): Bump io.pinecone:pinecone-client from 1.2.2
to 2.0.0
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 (176cbe54069)
\
N -- N -- N
refs/heads/dependabot/maven/io.pinecone-pinecone-client-2.0.0 (e7913c12035)
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:
.../apache/camel/catalog/components/ironmq.json | 4 +-
.../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 +-
...KinesisFirehose2ComponentVerifierExtension.java | 8 +-
.../aws2/kms/KMS2ComponentVerifierExtension.java | 6 +-
.../aws2/sts/STS2ComponentVerifierExtension.java | 6 +-
.../component/file/azure/FilesOperations.java | 9 +-
.../dropbox/DropboxComponentVerifierExtension.java | 4 +-
.../ElasticsearchComponentVerifierExtension.java | 4 +-
.../file/remote/FromFtpToBinarySampleTest.java | 2 +-
.../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 +-
.../mail/GoogleMailComponentVerifierExtension.java | 6 +-
...GoogleMailStreamComponentVerifierExtension.java | 6 +-
.../sheets/GoogleSheetsVerifierExtension.java | 6 +-
.../org/apache/camel/component/ironmq/ironmq.json | 4 +-
.../component/ironmq/IronMQConfiguration.java | 4 +-
.../ConcurrentConsumerLoadManualTest.java | 4 +-
.../component/jira/JiraVerifierExtension.java | 2 +-
.../minio/MinioComponentVerifierExtension.java | 6 +-
.../verifier/MongoComponentVerifierExtension.java | 6 +-
.../OpensearchComponentVerifierExtension.java | 4 +-
.../mqtt5/PahoMqtt5ComponentVerifierExtension.java | 2 +-
.../paho/PahoComponentVerifierExtension.java | 2 +-
.../salesforce/codegen/GenerateExecution.java | 6 +-
.../apache/camel/vault/AwsVaultConfiguration.java | 27 +++
.../rest/RestComponentVerifierExtensionTest.java | 2 +-
.../component/rest/RestComponentVerifierTest.java | 2 +-
.../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 +-
.../extension/verifier/ResultErrorHelper.java | 24 ++-
.../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 +++++++
.../endpoint/dsl/IronMQEndpointBuilderFactory.java | 8 +-
.../apache/camel/kotlin/components/IronmqUriDsl.kt | 8 +-
parent/pom.xml | 18 +-
50 files changed, 497 insertions(+), 148 deletions(-)