You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/10/31 02:08:40 UTC

[incubator-eventmesh] branch master updated: Recalculate serialVersionUID

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

mikexue 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 df290906 Recalculate serialVersionUID
     new 1e151d05 Merge pull request #2013 from mikechengwei/recalculate
df290906 is described below

commit df290906c3f0d32b40b74947d99dccfeeac3144f
Author: mikechengwei <84...@qq.com>
AuthorDate: Sat Oct 29 23:18:48 2022 +0800

    Recalculate serialVersionUID
---
 .../common/protocol/http/WebhookProtocolTransportObject.java          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/WebhookProtocolTransportObject.java b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/WebhookProtocolTransportObject.java
index f47d7851..5763e29f 100644
--- a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/WebhookProtocolTransportObject.java
+++ b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/WebhookProtocolTransportObject.java
@@ -27,8 +27,8 @@ import lombok.Data;
 @Builder
 public class WebhookProtocolTransportObject implements ProtocolTransportObject {
 
-    private static final long serialVersionUID = -7247618154228090320L;
-
+    private static final long serialVersionUID = 7821703624838598761L;
+    
     private String cloudEventId;
 
     private String eventType;


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