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

mikexue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from d7cc8afbf Merge pull request #2619 from jonyangx/issue2597
     new 13e821e8d [ISSUE #981] - Fix toString NPE in 
BatchSendMessageV2Processor
     new 504779812 [ISSUE #981] - Fix NPE while JSON ser/deser in HandlerService
     new 840eb3602 [ISSUE #981] - Fix NPE while JSON ser/deser
     new 9befcad34 [ISSUE #981] - Fix NPE calling toString
     new 1c1cf06fc Merge pull request #2626 from venkatesh2090/fix_patch_981

The 2868 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:
 .../processor/BatchSendMessageV2Processor.java     | 18 +++++-----
 .../protocol/http/processor/HandlerService.java    | 14 ++++++--
 .../processor/LocalSubscribeEventProcessor.java    | 21 +++++++-----
 .../processor/LocalUnSubscribeEventProcessor.java  | 16 ++++++---
 .../processor/RemoteSubscribeEventProcessor.java   | 24 ++++++++-----
 .../processor/RemoteUnSubscribeEventProcessor.java | 25 +++++++++-----
 .../http/processor/ReplyMessageProcessor.java      |  6 ++--
 .../processor/SendAsyncRemoteEventProcessor.java   | 40 ++++++++++++----------
 .../http/processor/inf/AbstractEventProcessor.java |  7 +++-
 9 files changed, 108 insertions(+), 63 deletions(-)


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

Reply via email to