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
When I use @Introspected to import a data class from a separate module, it should be validated when I issue a HTTP request, the same as it did in Micronaut 3
Actual Behaviour
Validation is fully skipped on requests in separate modules, althought it has been imported using @Introspected
Steps To Reproduce
Create a separate module
add your models to the module
Apply jakarta annotations to models
Create a controller in your main app, that introspects model from separate module
fire a request, against any controller method that has introspected models from separate module
Hi, I've added the annotation processors, sorry I forgot that was necessary. However the request still doesn't seem to get validated 🤔 I find it weird cause ksp does generate the code.
Expected Behavior
When I use
@Introspected
to import a data class from a separate module, it should be validated when I issue a HTTP request, the same as it did in Micronaut 3Actual Behaviour
Validation is fully skipped on requests in separate modules, althought it has been imported using
@Introspected
Steps To Reproduce
Environment Information
Example Application
https://github.com/Andrey-jpeg/validation-different-modules
Version
4.7.4
The text was updated successfully, but these errors were encountered: