We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previously in 3.x a class with optional getters was still validated.
This reproducer tests this case, and shows that it currently fails to validate.
If you remove the getter from the POGO, then the test passes.
This was discovered in building the hibernate-reactive guide where we have the following validated DTO:
https://github.com/micronaut-projects/micronaut-guides/blob/ab0bfb2c117de73b24aabbb9422ec58dadaebb8d/guides/micronaut-hibernate-reactive/java/src/main/java/example/micronaut/SortingAndOrderArguments.java
There's a reproducer here: #165
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Previously in 3.x a class with optional getters was still validated.
This reproducer tests this case, and shows that it currently fails to validate.
If you remove the getter from the POGO, then the test passes.
This was discovered in building the hibernate-reactive guide where we have the following validated DTO:
https://github.com/micronaut-projects/micronaut-guides/blob/ab0bfb2c117de73b24aabbb9422ec58dadaebb8d/guides/micronaut-hibernate-reactive/java/src/main/java/example/micronaut/SortingAndOrderArguments.java
There's a reproducer here: #165
The text was updated successfully, but these errors were encountered: