networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
855 stars 325 forks source link

com.networknt.schema.JsonSchemaFactory.findMetaSchemaForSchema #919

Open NiranjanAkash opened 9 months ago

NiranjanAkash commented 9 months ago

HI, i'm using version 0.1.18 and i'm caching the json schemas within a static block in java .While doing so all the schemas are not getting cached and the error com.networknt.schema.JsonSchemaFactory.findMetaSchemaForSchema is coming.Kindly help.

stevehu commented 5 months ago

I think nobody understands the issue you are describing, so there is no answer to your question. If the issue still exists, please at least provide a test case to reproduce it. Also, it is highly recommended to upgrade to the 1.4.x if possible.