This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/gradle/org.apache.httpcomponents.client5-httpclient5-5.4
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
discard bbedf7d5d Bump org.apache.httpcomponents.client5:httpclient5 from
5.3.1 to 5.4
add a40fa72c1 Bump com.gradle.develocity from 3.17.5 to 3.18.1 (#5121)
add 91f8a67d8 Bump software.amazon.awssdk:s3 from 2.27.17 to 2.28.12
(#5120)
add a4e29d80a [ISSUE #4540] Add unit test for ThreadUtils (#5111)
add 61e72c781 Bump com.rabbitmq:amqp-client from 5.21.0 to 5.22.0 (#5119)
add 092a3974b Bump org.redisson:redisson from 3.35.0 to 3.36.0 (#5118)
add 7abe42a4e [ISSUE #4990] Add unit test for HttpConvertsUtils.java
(#5110)
add de4468131 Bump org.apache.httpcomponents.client5:httpclient5-fluent
(#5117)
add 7abf06772 Bump org.apache.httpcomponents.client5:httpclient5 from
5.3.1 to 5.4
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 (bbedf7d5d)
\
N -- N -- N
refs/heads/dependabot/gradle/org.apache.httpcomponents.client5-httpclient5-5.4
(7abf06772)
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:
build.gradle | 2 +-
.../BaseRequestBody.java => stubs/HeaderStub.java} | 16 +--
.../common/utils/HttpConvertsUtilsTest.java | 67 ++++++++++++
.../eventmesh/common/utils/ThreadUtilsTest.java | 118 +++++++++++++++++++++
.../eventmesh-connector-rabbitmq/build.gradle | 2 +-
.../eventmesh-connector-redis/build.gradle | 2 +-
.../eventmesh-storage-rabbitmq/build.gradle | 4 +-
.../eventmesh-storage-redis/build.gradle | 2 +-
settings.gradle | 2 +-
9 files changed, 201 insertions(+), 14 deletions(-)
copy
eventmesh-common/src/main/java/org/apache/eventmesh/common/{protocol/http/body/BaseRequestBody.java
=> stubs/HeaderStub.java} (66%)
create mode 100644
eventmesh-common/src/test/java/org/apache/eventmesh/common/utils/HttpConvertsUtilsTest.java
create mode 100644
eventmesh-common/src/test/java/org/apache/eventmesh/common/utils/ThreadUtilsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]