This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.amazonaws-aws-xray-recorder-sdk-bom-2.18.2
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 49f5f4c0ae6 chore(deps): Bump com.amazonaws:aws-xray-recorder-sdk-bom
add fc4c39d13cf CAMEL-19538: Replaced Thread.sleep() in camel-mllp
add a3b4c935547 CAMEL-19538: Fixed awaitility issues in camel-mllp
add 35e4563fe47 CAMEL-19538: added awaitility to the classpath, replaced
awaitility lib in tests
add ae071ab4eb0 CAMEL-19538: added assertThrows where needed
add 721916b861b CAMEL-19538: changed some ineffective assertions
add c2a17bc4ef3 CAMEL-19538: changed some ineffective assertions
add d57f849bff6 CAMEL-19538: changed some ineffective assertions
add 97e25ede957 Fix docs with wrapping words causing to have
leading/ending wrapper
add a56f76f1087 CAMEL-21186 - AWS Secrets Manager: Support Batch Retrieval
for Secrets (#15511)
add 63a57c832a0 Upgrade solr container image used in test to 9.7.0
add 77839adcad5 Adapt solr test to api break of Solr 9.7.0
add 9e5c47df6d0 chore(deps): Bump aws-java-sdk2-version from 2.27.22 to
2.27.23 (#15498)
add 6dd9eb1a431 chore(deps): Bump opentelemetry-version from 1.42.0 to
1.42.1 (#15499)
add 39fde5dd76c chore(deps): Bump micrometer-tracing-version from 1.3.3 to
1.3.4 (#15503)
add c331e919340 chore(deps): Bump com.amazonaws:aws-xray-recorder-sdk-bom
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 (49f5f4c0ae6)
\
N -- N -- N
refs/heads/dependabot/maven/com.amazonaws-aws-xray-recorder-sdk-bom-2.18.2
(c331e919340)
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:
.../catalog/components/aws-secrets-manager.json | 12 +++--
.../aws/secretsmanager/aws-secrets-manager.json | 12 +++--
.../main/docs/aws-secrets-manager-component.adoc | 1 +
.../secretsmanager/SecretsManagerConstants.java | 4 ++
.../secretsmanager/SecretsManagerOperations.java | 1 +
.../aws/secretsmanager/SecretsManagerProducer.java | 62 ++++++++++++++++++++++
...ManagerBatchGetSecretProducerLocalstackIT.java} | 49 ++++++++---------
components/camel-mllp/pom.xml | 6 +++
.../MllpTcpServerConsumerLenientBindTest.java | 8 +--
.../mllp/MllpIdleTimeoutStrategyTest.java | 9 ++--
...TcpClientProducerIdleConnectionTimeoutTest.java | 37 ++++++-------
.../mllp/MllpTcpServerConsumerBindTimeoutTest.java | 19 +++----
.../mllp/MllpTcpServerConsumerConnectionTest.java | 42 +++++++--------
.../camel/test/executor/PooledExecutorTest.java | 5 +-
.../camel/test/tcp/JavaSocketManualTests.java | 8 ++-
.../camel/component/solr/SolrCloudFixture.java | 2 +-
core/camel-main/src/main/docs/main.adoc | 6 +--
.../dsl/SecretsManagerEndpointBuilderFactory.java | 26 +++++++++
parent/pom.xml | 6 +--
.../test/infra/solr/services/container.properties | 2 +-
.../org/apache/camel/tooling/model/Strings.java | 9 +++-
21 files changed, 219 insertions(+), 107 deletions(-)
copy
components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/integration/{SecretsManagerRestoreSecretProducerLocalstackIT.java
=> SecretsManagerBatchGetSecretProducerLocalstackIT.java} (63%)