vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

Vertx Web Validation circular refs tests are failing

Open pk-work opened this issue 2 years ago • 0 comments

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.

pk-work avatar Jul 25 '23 14:07 pk-work