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
822 stars 323 forks source link

Since 1.3.0: URIFactory is gone. Any migration guide? #948

Closed flozano closed 3 months ago

flozano commented 7 months ago

It looks like a major version should have been used, this seems like a major change to me.

Is there any guide about how to proceed to upgrade?

justin-tay commented 7 months ago

The following are removed and replaced by SchemaLoader and SchemaMapper.

You can also see Customizing schema retrieval.