-
Notifications
You must be signed in to change notification settings - Fork 0
jspecify, archunit #43
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
ThoSap
left a comment
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.
Nice job 🔥
Whenever possible (not for JPA Entities), we should not use @NullUnmarked.
And I would like to understand where you would use the new NullUtil (project use-case).
src/main/java/it/aboutbits/springboot/toolbox/util/NullUtil.java
Outdated
Show resolved
Hide resolved
.../aboutbits/springboot/toolbox/swagger/customization/default_not_null/NullableCustomizer.java
Show resolved
Hide resolved
src/main/java/it/aboutbits/springboot/toolbox/type/ScaledBigDecimal.java
Show resolved
Hide resolved
src/test/java/it/aboutbits/springboot/toolbox/reflection/util/CustomTypeReflectionUtilTest.java
Show resolved
Hide resolved
src/test/java/it/aboutbits/springboot/toolbox/web/SortParameterResolverTest.java
Outdated
Show resolved
Hide resolved
src/main/java/it/aboutbits/springboot/toolbox/persistence/converter/UUIDConverter.java
Show resolved
Hide resolved
...main/java/it/aboutbits/springboot/toolbox/exception/ConstraintViolationExceptionBuilder.java
Outdated
Show resolved
Hide resolved
ThoSap
left a comment
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.
Awesome Andreas 🔥💪🏼
No description provided.