You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created sample Micronaut project using https://micronaut.io/launch without any features. Generated pom.xml contains micronaut-http-validation annotation processor:
So it's not clear why this dependency was added by default, what is its role and how it affects the validation. I couldn't find anything about this dependency.
Expected Behavior
I created sample Micronaut project using https://micronaut.io/launch without any features. Generated pom.xml contains micronaut-http-validation annotation processor:
I opened Micronaut Validation Guide (https://micronaut-projects.github.io/micronaut-validation/snapshot/guide/) and it contains no information about this dependency. The only annotation processor it mentions is micronaut-validation-processor:
So it's not clear why this dependency was added by default, what is its role and how it affects the validation. I couldn't find anything about this dependency.
Actual Behaviour
Micronaut Validation documentation (https://micronaut-projects.github.io/micronaut-validation/snapshot/guide/) misses information about micronaut-http-validation dependency.
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
4.1.4
The text was updated successfully, but these errors were encountered: