You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/12/23 06:59:36 UTC

[GitHub] [incubator-eventmesh] Alonexc opened a new issue, #2649: [Enhancement] Class defines a computed serialVersionUID that doesn't equate to the calculated value [HttpEventWrapper]

Alonexc opened a new issue, #2649:
URL: https://github.com/apache/incubator-eventmesh/issues/2649

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Enhancement Request
   
   ![image](https://user-images.githubusercontent.com/91315508/209286966-c10df865-491c-4757-bbe0-ddb92edf7f37.png)
   located at:
   eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpEventWrapper.java line 49
   analysis and explanation:
   This serializable class defines a serialVersionUID that appears to be a computed value, however the value does not match the computed value, and thus losses it's value as version indicator.
   
   ### Describe the solution you'd like
   
   recompute the serialVersionUID using IDE.
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [incubator-eventmesh] jonyangx closed issue #2649: [Enhancement] Class defines a computed serialVersionUID that doesn't equate to the calculated value [HttpEventWrapper]

Posted by "jonyangx (via GitHub)" <gi...@apache.org>.
jonyangx closed issue #2649: [Enhancement] Class defines a computed serialVersionUID that doesn't equate to the calculated value [HttpEventWrapper]
URL: https://github.com/apache/incubator-eventmesh/issues/2649


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: devnull-unsubscribe@infra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-eventmesh] ria28 commented on issue #2649: [Enhancement] Class defines a computed serialVersionUID that doesn't equate to the calculated value [HttpEventWrapper]

Posted by "ria28 (via GitHub)" <gi...@apache.org>.
ria28 commented on issue #2649:
URL: https://github.com/apache/incubator-eventmesh/issues/2649#issuecomment-1407370955

   I want to fix this issue!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: devnull-unsubscribe@infra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-eventmesh] TheAPratap commented on issue #2649: [Enhancement] Class defines a computed serialVersionUID that doesn't equate to the calculated value [HttpEventWrapper]

Posted by GitBox <gi...@apache.org>.
TheAPratap commented on issue #2649:
URL: https://github.com/apache/incubator-eventmesh/issues/2649#issuecomment-1397321188

   As what you've wrote will make the serialized form of the new version of the class incompatible with the serialized form of the old version.
   
   You can use this instead
   <img width="382" alt="Screenshot 2023-01-19 at 10 34 25 PM" src="https://user-images.githubusercontent.com/16948492/213511732-53e948e0-4a78-4c81-893e-fc4201b283e9.png">


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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