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

github-bot pushed a change to branch 
dependabot/gradle/com.fasterxml.jackson.core-jackson-annotations-2.15.2
in repository https://gitbox.apache.org/repos/asf/eventmesh.git


 discard 373f9953b Bump com.fasterxml.jackson.core:jackson-annotations
     add b85d890e1 [ISSUE #4069]Add TLSConfig to registry plugin Consul.
     add 140bebd40 [ISSUE #4133]Optimize OpenFunctionSourceConnector poll
     add 006a36d6f Merge pull request #4134 from mxsm/eventmesh-4133
     add 6cbb2d0f9 [ISSUE #4107] made fields final  (#4158)
     add 12aeb4bbb [ISSUE #4109 ] Code Optimization.[ClientGroupWrapper] (#4154)
     add 35c1eb40e [ISSUE #4108] Field may be 
'final'[EventMeshRebalanceService] (#4149)
     add 1600c6bf1 [ISSUE #4144] Subscription is almost impossible to be 
cancelled when the TCP sub client is closed  (#4145)
     add 0fb795bbd [ISSUE #4102] Field may be 'final'[UpStreamMsgContext]
     add e789fc155 [MINOR] Fix constants and link. (#4163)
     add 2258c2142 [ISSUE #4161]Fix JsonUtils not support serialize 
java.time.LocalDate (#4162)
     add 4e5428b9e [ISSUE #4138] Add Unit Test for UrlMappingPattern (#4139)
     add 450a03eb3 Bump com.fasterxml.jackson.core:jackson-annotations

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   (373f9953b)
            \
             N -- N -- N   
refs/heads/dependabot/gradle/com.fasterxml.jackson.core-jackson-annotations-2.15.2
 (450a03eb3)

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:
 .github/ISSUE_TEMPLATE/unit_test.yml               |  4 +-
 build.gradle                                       |  1 +
 .../admin/rocketmq/util/UrlMappingPatternTest.java | 19 ++++-
 eventmesh-common/build.gradle                      |  1 +
 .../apache/eventmesh/common/utils/JsonUtils.java   |  2 +
 .../eventmesh/common/utils/JsonUtilsTest.java      |  6 ++
 .../connector/OpenFunctionSourceConnector.java     | 21 ++++--
 .../apache/eventmesh/openconnect/SourceWorker.java | 12 ++--
 .../registry/consul/config/ConsulTLSConfig.java    | 36 +++++-----
 .../consul/service/ConsulRegistryService.java      | 32 ++++++++-
 eventmesh-runtime/conf/eventmesh.properties        |  8 +++
 .../handler/ShowListenClientByTopicHandler.java    |  7 +-
 .../runtime/constants/EventMeshConstants.java      |  2 +-
 .../tcp/client/group/ClientGroupWrapper.java       | 83 ++++++++++++++--------
 .../client/group/ClientSessionGroupMapping.java    | 20 +++---
 .../rebalance/EventMeshRebalanceService.java       |  6 +-
 .../core/protocol/tcp/client/session/Session.java  |  5 ++
 .../client/session/push/DownStreamMsgContext.java  |  8 +--
 .../tcp/client/session/push/PushContext.java       | 10 +--
 .../session/send/EventMeshTcpSendResult.java       |  6 +-
 .../tcp/client/session/send/SessionSender.java     | 10 ++-
 .../client/session/send/UpStreamMsgContext.java    | 12 ++--
 .../tcp/client/task/MessageTransferTask.java       |  2 +-
 tools/dependency-check/known-dependencies.txt      |  1 +
 24 files changed, 211 insertions(+), 103 deletions(-)
 copy 
eventmesh-webhook/eventmesh-webhook-admin/src/main/java/org/apache/eventmesh/webhook/config/AdminConfiguration.java
 => 
eventmesh-registry-plugin/eventmesh-registry-consul/src/main/java/org/apache/eventmesh/registry/consul/config/ConsulTLSConfig.java
 (54%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to