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
We should allow the validation of external classes with validation constraints. Classes compiled without the Micronaut Validation Processor. We could have an annotation such as @ValidationImport which will match the pattern we follow with @Import or @SerdeImport.
The text was updated successfully, but these errors were encountered:
This PR removes validation as a dependency of http-server-tck and http-tck
It updates to 6.3.4
the task gralde task preRelease is now successful
We need micronaut-projects/micronaut-validation#63 to enable validation of external class such as POJO in the test tck without depending on validation.
I have disabled one test because of that.
This PR removes validation as a dependency of http-server-tck and http-tck
It updates to 6.3.4
the task gralde task preRelease is now successful
We need micronaut-projects/micronaut-validation#63 to enable validation of external class such as POJO in the test tck without depending on validation.
I have disabled one test because of that.
We should allow the validation of external classes with validation constraints. Classes compiled without the Micronaut Validation Processor. We could have an annotation such as
@ValidationImport
which will match the pattern we follow with @Import or @SerdeImport.The text was updated successfully, but these errors were encountered: