-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: introduce lombok to models #117
Conversation
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.
Looks good!
Can we resolve the issue with the isBroken?
// DO NOT REMOVE | ||
public Baton() { | ||
} |
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.
Why can this not be removed, and why did u remove it 😅
Maybe keep this comment if we found out what it is for?
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.
I've removed it because it is replaced with the @NoArgsConstructor
. It think JDBI needs it to create the object after fetching it from the DB (and then changes the values via setters)
Also, rebase on development to get the latest CI change here? |
Fixed the test for you :D |
So as you can see in the CI, that test fails for some unknown reason with that |
When replacing isBroken by simply broken, it does work again |
Well I got some mapping errors if I did that |
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.
Now the tests work! @Topvennie jij meningen hierover?
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.
Looks good
No description provided.