Skip to content
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

Add @Serial annotation to all serialVersionUID fields #3584

Closed
wants to merge 1 commit into from

Conversation

Seol-JY
Copy link
Contributor

@Seol-JY Seol-JY commented Aug 18, 2024

Added @Serial annotation to serialVersionUID fields in all Serializable classes.

- Enhance code readability and maintainability
- Improve static analysis capabilities
- Ensure proper declaration of serialVersionUID fields
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 18, 2024
@mp911de mp911de self-assigned this Aug 19, 2024
@mp911de mp911de added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 19, 2024
@mp911de mp911de changed the title Add @Serial annotation to all serialVersionUID fields Add @Serial annotation to all serialVersionUID fields Aug 20, 2024
@mp911de mp911de added this to the 3.2.10 (2023.1.10) milestone Aug 20, 2024
mp911de pushed a commit that referenced this pull request Aug 20, 2024
- Enhance code readability and maintainability
- Improve static analysis capabilities
- Ensure proper declaration of serialVersionUID fields

Closes #3584
mp911de added a commit that referenced this pull request Aug 20, 2024
Remove serialVersionUID for types that aren't serializable.

See #3584
mp911de pushed a commit that referenced this pull request Aug 20, 2024
- Enhance code readability and maintainability
- Improve static analysis capabilities
- Ensure proper declaration of serialVersionUID fields

Closes #3584
mp911de added a commit that referenced this pull request Aug 20, 2024
Remove serialVersionUID for types that aren't serializable.

See #3584
@mp911de mp911de closed this in 55a3112 Aug 20, 2024
mp911de added a commit that referenced this pull request Aug 20, 2024
Remove serialVersionUID for types that aren't serializable.

See #3584
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants