Release notes for 1.2.12 and beyond are available at https://github.com/java-json-tools/json-schema-core/releases.
- Depend on jackson-coreutils 1.10.
- Update dependencies on jsr305.
- Make explicit the Guava and Jackson Databind dependencies.
- Fix javadoc generation
- Fix issue #55:
SchemaTree.setPointer
with missing path yields a tree with a null node. - Delay load error bundle messages until there is an error.
- Fix issue #57:
Iterators.<T>emptyIterator()
removed from Guava.
- Fix issue #41: Remove Objects.toStringHelper to allow users of later versions of Guava to continue to operate.
TODO
TODO
TODO
TODO
- Fix issue #15: URNs were incorrectly normalized
- Introduce
SchemaKey
; allows to cure issue #102 of -validator.
- Fix problems with resource loading.
- Add missing key to syntax messages.
- Fix bug with Rhino context: sealing the context can conflict with other packages which also do this, such as, for instance, WebLogic.
- New major version.