Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch ValidationHandlerOnRoutes to use SchemaRepository #2192

Open
fedinskiy opened this issue Nov 14, 2024 · 2 comments
Open

Switch ValidationHandlerOnRoutes to use SchemaRepository #2192

fedinskiy opened this issue Nov 14, 2024 · 2 comments
Assignees
Labels
priority/low Minor issue.

Comments

@fedinskiy
Copy link
Contributor

When #1516 added vertx validation, it used SchemaParser and SchemaRouter for validation, since Quarkus used the older version of Vertx, but added a TODO to switch it to SchemaRepository later.
Now Quarkus uses (https://github.com/quarkusio/quarkus/blob/main/bom/application/pom.xml#L117) Vertx 4.5.10, which have all the necessary features.

@fedinskiy
Copy link
Contributor Author

Were initially (and erroneously) created here: quarkus-qe/quarkus-test-framework#1332

@michalvavrik
Copy link
Member

@michalvavrik michalvavrik added the priority/low Minor issue. label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/low Minor issue.
Projects
None yet
Development

No branches or pull requests

3 participants