You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2024/01/15 13:06:24 UTC

(camel) branch dependabot/maven/io.grpc-grpc-bom-1.61.0 updated (89013911ffd -> 81bb99f38c3)

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

apupier pushed a change to branch dependabot/maven/io.grpc-grpc-bom-1.61.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 89013911ffd Bump io.grpc:grpc-bom from 1.60.1 to 1.61.0
     add 47915727ef6 Bump aws-java-sdk2-version from 2.23.0 to 2.23.2 (#12779)
     add 6f3763983aa Bump org.springframework.data:spring-data-redis from 3.2.1 to 3.2.2 (#12780)
     add 191d1b3c4c7 Bump aws-java-sdk2-version from 2.23.2 to 2.23.3 (#12782)
     add 9e871766a63 Bump org.springframework.vault:spring-vault-core from 3.1.0 to 3.1.1 (#12783)
     add 9eb7f37e3bd Regen SBOM from commit 9e871766a63270e0f6ed45f9fe7c26f343d0427b (#12785)
     add 3b0e2da0a37 Bump opentelemetry-version from 1.34.0 to 1.34.1
     add a4829b0577e Bump mockito-version from 5.8.0 to 5.9.0
     add 6728c18c74c CAMEL-20297 camel-file: do not swallow interrupted exceptions
     add 7ef14b53a5b CAMEL-20113: camel/tests consolidating (#12778)
     add d702e4472aa Get Back to Spring 6.1.2 until Spring Boot release (#12793)
     add 5dd450b0f6c Saxon 'getStructuredVersionNumber' has no parameter: https://www.saxo… (#12788)
     add 20be06218d2 CAMEL-20297 camel-jbang: do not swallow interrupted exceptions (#12792)
     add 81bb99f38c3 Bump io.grpc:grpc-bom from 1.60.1 to 1.61.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   (89013911ffd)
            \
             N -- N -- N   refs/heads/dependabot/maven/io.grpc-grpc-bom-1.61.0 (81bb99f38c3)

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:
 camel-sbom/camel-sbom.json                         | 11480 ++++++++++---------
 camel-sbom/camel-sbom.xml                          |  9942 ++++++++--------
 .../component/file/GenericFilePollingConsumer.java |     2 +-
 .../FileChangedExclusiveReadLockStrategy.java      |     1 +
 .../FileLockExclusiveReadLockStrategy.java         |     1 +
 ...GenericFileRenameExclusiveReadLockStrategy.java |     1 +
 components/camel-grpc/pom.xml                      |     4 +
 ...ava => NettyHttpClientChunkedResponseTest.java} |     7 +-
 .../apache/camel/converter/jaxp/XmlConverter.java  |     2 +-
 .../support/builder/xml/XMLConverterHelper.java    |     2 +-
 .../apache/camel/dsl/jbang/core/commands/Run.java  |     2 +-
 .../dsl/jbang/core/commands/TransformRoute.java    |     3 +-
 .../core/commands/action/ActionBaseCommand.java    |    24 +-
 .../core/commands/action/CamelRouteDumpAction.java |    21 +-
 .../core/commands/action/CamelSendAction.java      |     3 +-
 .../core/commands/action/CamelSourceAction.java    |    19 +-
 .../jbang/core/commands/action/CamelSourceTop.java |    19 +-
 .../action/CamelStartupRecorderAction.java         |    19 +-
 .../core/commands/action/CamelStubAction.java      |    19 +-
 .../core/commands/action/CamelThreadDump.java      |    19 +-
 .../commands/action/RouteControllerAction.java     |    19 +-
 .../commands/action/TransformMessageAction.java    |     3 +-
 .../dsl/jbang/core/commands/process/Hawtio.java    |     5 +-
 .../camel/dsl/jbang/core/common/PluginHelper.java  |     6 +-
 .../camel/main/download/DownloadThreadPool.java    |     4 +
 parent/pom.xml                                     |    12 +-
 .../JMSTransactionIsTransactedRedeliveredTest.java |   119 -
 .../NettyHttpClientChunkedResponseTest.java        |    69 -
 .../JMSTransactionIsTransactedRedeliveredTest.xml  |    80 -
 29 files changed, 11153 insertions(+), 10754 deletions(-)
 copy components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/{NettyHttpClientChunkedTest.java => NettyHttpClientChunkedResponseTest.java} (85%)
 delete mode 100644 tests/camel-itest/src/test/java/org/apache/camel/itest/jms/JMSTransactionIsTransactedRedeliveredTest.java
 delete mode 100644 tests/camel-itest/src/test/java/org/apache/camel/itest/nettyhttp/NettyHttpClientChunkedResponseTest.java
 delete mode 100644 tests/camel-itest/src/test/resources/org/apache/camel/itest/jms/JMSTransactionIsTransactedRedeliveredTest.xml