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 #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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: