Pascal
Pascal
#### Describe the feature Introduce custom formatter for json property names #### Use cases I have a POJO which is annotated with @DataObject (vertx-codegen) to convert it into JSON and...
When we [switched](https://github.com/vert-x3/vertx-web/pull/2455) 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...
…Repository Motivation: Explain here the context, and why you're making that change, what is the problem you're trying to solve. Conformance: Your commits should be signed and you should have...
Related to https://github.com/eclipse-vertx/vertx-openapi/issues/20
Our goal is to improve the performance of `SchemaValidatorImpl.java`. We found already some starting points to improve the performance like: * reduce the excessive usage of regular expressions We also...