vertx-web
vertx-web copied to clipboard
Vertx Web Validation circular refs tests are failing
When we switched to the new JSON Schema API, to tests in Vertx Web Validation were failing::
- ValidationHandlerProcessorsIntegrationTest.testJsonBodyAsyncCircular
- ValidationHandlerProcessorsIntegrationTest.testQueryJsonObjectAsyncParam
Both tests are using the same schema which contains a circular reference. The new JSON Schema API is supporting circular references. We don't understand the problem yet.