quarkusio / quarkus-quickstarts

Quarkus quickstart code
https://quarkus.io
Apache License 2.0
1.95k stars 1.45k forks source link

validation-quickstart: frontend not showing violation errors when using endpoint method validation #1388

Open dougword opened 7 months ago

dougword commented 7 months ago

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.