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 - `JsonSchema.getCurrentUri()` missing #941

Closed credpath-seek closed 6 months ago

credpath-seek commented 7 months ago

1.3.0 introduced a breaking change to a public interface of JsonSchema

getCurrentUri() is no longer available, breaking code that used it. That is usually a major version bump.