vertx-web-api-contract using problematic version of networknt/json-schema-validator #1528
Labels
component/api-contract/enhancement
New features & improvements for vertx-web-api-contract
Milestone
Version
3.8.5
Context
I encountered a stack overflow exception while creating a router based upon a model where there are schema components that include optional properties that can create circular references.
In researching this issue, I've determined it to be due to a known defect in networknt/json-schema-validator see here.
This issue has been resolved as of version 1.0.19 of networknt/json-schema-validator, but currently vertx-web-api-contract is using 1.0.4
I've upgraded to version 1.0.29 (the newest as of this writing) in my sandbox and it does indeed resolve this problem.
Do you have a reproducer?
No
Steps to reproduce
See Context
Extra
Seen on windows 10, OpenJDK 1.8 r212
The text was updated successfully, but these errors were encountered: