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

Apply Lombok to entity classes #740

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Apply Lombok to entity classes #740

merged 2 commits into from
Jan 6, 2025

Conversation

MalloD12
Copy link
Contributor

  • Lombok dependency added.
  • Getter and setter methods replaced by Lombok annotations.

Fixes #735

- Getter and setter methods replaced by Lombok annotations.
@MalloD12 MalloD12 self-assigned this Dec 27, 2024
@MalloD12 MalloD12 changed the title Apply Lombok Apply Lombok to entity classes Dec 27, 2024
Copy link

@StevenMassaro StevenMassaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any changes to any non-test classes?

pom.xml Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
@MalloD12
Copy link
Contributor Author

Are there any changes to any non-test classes?

@StevenMassaro: I haven't applied this change to any non-test class.

Copy link
Collaborator

@filipelautert filipelautert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
nice!

@filipelautert filipelautert merged commit e882108 into main Jan 6, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Lombok dependency and apply it to entity classes
3 participants