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
The frontend is not showing violation errors when clicking on Try me - End point method validation button (considering there is any).
It was working in version 2.7.7.Final, and stopped working since 2.8.0.Final when it was changed from quarkus-resteasy-jackson to quarkus-resteasy-reactive-jakson.
The property that contains the validation info was parameterViolations and now it is violations.
Also, the label of the first field goes to the previous line when the alert message is shown.
The text was updated successfully, but these errors were encountered:
dougword
changed the title
Frontend not showing violation errors when using endpoint method validation
validation-quickstart: frontend not showing violation errors when using endpoint method validation
Mar 2, 2024
The frontend is not showing violation errors when clicking on Try me - End point method validation button (considering there is any).
It was working in version
2.7.7.Final
, and stopped working since2.8.0.Final
when it was changed fromquarkus-resteasy-jackson
toquarkus-resteasy-reactive-jakson
.The property that contains the validation info was
parameterViolations
and now it isviolations
.Also, the label of the first field goes to the previous line when the alert message is shown.
The text was updated successfully, but these errors were encountered: