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

Rework @Data/@Value classes into Java 14+ records #1602

Open
PawelLipski opened this issue Mar 5, 2023 · 1 comment
Open

Rework @Data/@Value classes into Java 14+ records #1602

PawelLipski opened this issue Mar 5, 2023 · 1 comment
Labels
code quality Code quality

Comments

@PawelLipski
Copy link
Collaborator

PawelLipski commented Mar 5, 2023

Follow-up to #859

This will be tricky, as some of these have non-default toString/equals logic. So amount of Lombok might need to be retained on them (?)

@PawelLipski PawelLipski added the code quality Code quality label Mar 5, 2023
@PawelLipski
Copy link
Collaborator Author

Also, toString is mostly used for debug logs, which as time showed are of very little importance, in fact. equals/hashCode is different story, tho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Code quality
Projects
None yet
Development

No branches or pull requests

1 participant