This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.cometd.java-cometd-java-client-http-jetty-8.0.5
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard d666523556b chore(deps): Bump 
org.cometd.java:cometd-java-client-http-jetty
     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 f0f1dd61905 chore(deps): Bump 
org.elasticsearch.client:elasticsearch-rest-client-sniffer (#15504)
     add 1feece5ff05 chore(deps): Bump org.eclipse.jgit:org.eclipse.jgit 
(#15507)
     add f2fc027b82f chore(deps): Bump org.mnode.ical4j:ical4j from 4.0.3 to 
4.0.4 (#15508)
     add c1edabf1ea6 CAMEL-21195: disabled flaky test on ASF CI (#15510)
     add c46cbd7a88d chore(deps): Bump cometd-java-server-version from 8.0.4 to 
8.0.5 (#15505)
     add c22754448c8 chore(deps): Bump google-auth-library-oauth2-http-version 
(#15502)
     add 0c2ebe179eb chore(deps): Bump 
org.cometd.java:cometd-java-client-http-jetty

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   (d666523556b)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.cometd.java-cometd-java-client-http-jetty-8.0.5 
(0c2ebe179eb)

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 +-
 .../camel/support/cache/SimpleLRUCacheTest.java    |  3 ++
 core/camel-main/src/main/docs/main.adoc            |  6 +--
 .../dsl/SecretsManagerEndpointBuilderFactory.java  | 26 +++++++++
 parent/pom.xml                                     | 16 +++---
 .../test/infra/solr/services/container.properties  |  2 +-
 .../org/apache/camel/tooling/model/Strings.java    |  9 +++-
 22 files changed, 227 insertions(+), 112 deletions(-)
 copy 
components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/integration/{SecretsManagerRestoreSecretProducerLocalstackIT.java
 => SecretsManagerBatchGetSecretProducerLocalstackIT.java} (63%)

Reply via email to