spring-boot-validation not working with spring native #32910
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
Bug report:
With version 3.0.0-RC1 of spring boot, the spring-boot-starter-validation not longer working as expected.
When i use the default implementation with an annotation called @id at my restEndpoint /{id} i get an exception.
Here you can reproduce -> Example
My baseclass is DemoApplication
The Exception:
Without spring native build image everything is fine.
So i think the native compiler not includes the ValidatorCode.
But theres no more @NativeHint in spring, to give hint to the compiler.
What did i do wrong?
The text was updated successfully, but these errors were encountered: