You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by jo...@apache.org on 2023/01/22 12:39:35 UTC

[incubator-eventmesh] branch master updated: [ISSUE #2648] Class defines a computed serialVersionUID that doesn't equate to the calculated value [HttpCommand] (#2950)

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 02e3f02c0 [ISSUE #2648] Class defines a computed serialVersionUID that doesn't equate to the calculated value [HttpCommand]  (#2950)
02e3f02c0 is described below

commit 02e3f02c091c29524a650275fc9a27c5f3708ce1
Author: Dilraj vyas <di...@gmail.com>
AuthorDate: Sun Jan 22 18:09:28 2023 +0530

    [ISSUE #2648] Class defines a computed serialVersionUID that doesn't equate to the calculated value [HttpCommand]  (#2950)
    
    * #2648
    
    * #2648
---
 .../java/org/apache/eventmesh/common/protocol/http/HttpCommand.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpCommand.java b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpCommand.java
index 36575e6c2..61254cfa4 100644
--- a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpCommand.java
+++ b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpCommand.java
@@ -45,7 +45,7 @@ import lombok.Data;
 @Data
 public class HttpCommand implements ProtocolTransportObject {
 
-    public static final long serialVersionUID = 4825360350457735498L;
+    private static final long serialVersionUID = -8763824685105888009L;
 
     private static final AtomicLong requestId = new AtomicLong(0);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org