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

Remove dependency on beans validator from Spring Boot starter #174

Merged
merged 1 commit into from Feb 3, 2021

Conversation

dmoidl
Copy link
Contributor

@dmoidl dmoidl commented Feb 2, 2021

This PR aims to solve this issue.

I've tested it agains a Spring Boot project and wasn't able to find a way to set any of those formerly @NonNull properties to null from the properties file. Even the error message produced by Spring looks exactly the same as it did before. I can confirm this works even for properties that do not have any additional annotations (such as @Duration) so I think this change should be rather safe.

Copy link
Owner

@kagkarlsson kagkarlsson left a comment

Choose a reason for hiding this comment

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

LGTM 👍
Thanks!

@kagkarlsson kagkarlsson merged commit 731d503 into kagkarlsson:master Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants