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

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


The following commit(s) were added to refs/heads/master by this push:
     new f2537117f Fix issue #2649 (#2958)
f2537117f is described below

commit f2537117f6104970acaa2cc62b8055efd4648f03
Author: RIA <[email protected]>
AuthorDate: Sun Jan 29 12:37:20 2023 +0530

    Fix issue #2649 (#2958)
---
 .../org/apache/eventmesh/common/protocol/http/HttpEventWrapper.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpEventWrapper.java
 
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpEventWrapper.java
index 2bfeaf563..fd9c45468 100644
--- 
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpEventWrapper.java
+++ 
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpEventWrapper.java
@@ -46,7 +46,7 @@ import io.netty.handler.codec.http.HttpVersion;
 
 public class HttpEventWrapper implements ProtocolTransportObject {
 
-    public static final long serialVersionUID = 7717419089390044263L;
+    public static final long serialVersionUID = -8547334421415366981L;
 
     private Map<String, Object> headerMap = new HashMap<>();
 


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

Reply via email to