java-json-tools / json-schema-validator

A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
http://json-schema-validator.herokuapp.com/
Other
1.63k stars 399 forks source link

When will you publish new version with cacheSize configuration? #240

Open HuaTang92 opened 7 years ago

HuaTang92 commented 7 years ago

Hi,

I saw the commit for cacheSize is after version 2.2.8. When will you release the next version carrying that commit? The cacheSize configuration solves the memory leak issue. So I really want to have it as soon as possible so our servers won't break for memory leak.

Thanks