-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Drop serialVersionUID from AbstractPersistable. #2245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Since serialVersionUID already exists
Could you explain what problem gets solved by making it |
|
Implementing |
It seems |
Okay, then let's remove the serial version UID altogether. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based upon @mp911de 's comments, we're actually going to drop serialVersionUID, and verify that doesn't break anything.
Considering it's not serializable, there is no need to maintain serialVersionUID. See #2245.
Resolved via 2e30a35. |
Considering it's not serializable, there is no need to maintain serialVersionUID. See #2245.
Backported to 2.5.x with d3a1242. |
Considering it's not serializable, there is no need to maintain serialVersionUID. See #2245.
Backported to 2.4.x with 855bff6. |
Since serialVersionUID already exists