This is an automated email from the ASF dual-hosted git repository.
wqliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
from 42db0655a [ISSUE #4101]Correct sequence for expected and actual
arguments in assertEquals (#4189)
new abb227183 Fix the port occupation that caused the startup fail, and
the process did not exit
new 8fcde9c38 Fix concurrent modification exception
new 2a0fb9857 Set http request timeout
new fc3a09a4a Authentication supports version number verification
new 5049542a0 log optimization
new ec70e9b25 fix NPE, security upgrade
new 9ad1261dc Optimize remote subscribe and unsubscribe interface
new 16aceadc6 Default parameter optimization and codec optimization
new c5be10b4d support application/protobuf
new 9471624cc fix checkstyle
new e4c977559 Add response status code setting for http request
new d95a2db03 fix license check problem
new 81690eccd fix checkstyle problem
new 1bd7e7c67 Merge pull request #4221 from lrhkobe/1.5.1-improve
The 4287 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../common/config/CommonConfiguration.java | 2 +-
.../common/protocol/http/HttpCommand.java | 14 +++++
.../common/protocol/http/HttpEventWrapper.java | 8 ++-
.../eventmesh/common/protocol/tcp/codec/Codec.java | 12 ++++
.../metrics/api/model/HttpSummaryMetrics.java | 34 ++++++++---
.../protocol/http/HttpProtocolConstant.java | 9 ++-
.../http/resolver/HttpRequestProtocolResolver.java | 37 ++++++------
.../java/org/apache/eventmesh/runtime/acl/Acl.java | 1 +
.../eventmesh/runtime/boot/AbstractHTTPServer.java | 32 ++++++++++-
.../eventmesh/runtime/boot/EventMeshTCPServer.java | 1 +
.../protocol/http/consumer/EventMeshConsumer.java | 12 ++--
.../protocol/http/consumer/HandleMsgContext.java | 12 ++--
.../processor/RemoteSubscribeEventProcessor.java | 65 +++++++++++-----------
.../processor/RemoteUnSubscribeEventProcessor.java | 11 +---
.../http/processor/SendAsyncEventProcessor.java | 6 +-
.../http/processor/inf/AbstractEventProcessor.java | 4 +-
.../protocol/http/push/AsyncHTTPPushRequest.java | 13 +++--
.../core/protocol/http/push/HTTPClientPool.java | 10 ++++
.../apache/eventmesh/runtime/util/WebhookUtil.java | 6 +-
.../apache/eventmesh/api/acl/AclProperties.java | 7 +++
.../apache/eventmesh/api/acl/AclPropertyKeys.java | 1 +
tools/third-party-licenses/LICENSE | 4 +-
22 files changed, 204 insertions(+), 97 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]