-
Notifications
You must be signed in to change notification settings - Fork 57
ChangeLog_12x
huggsboson edited this page Jun 2, 2017
·
7 revisions
- Rhino on Dalvik/ART
- Add ability to configure cache sizes in json-schema-core
- Fix issue #15: URNs were incorrectly normalized
- Introduce
SchemaKey
; allows to cure issue #102 of -validator.
- Fix bug with resource loading using
JsonLoader
; sometimesJsonLoader.class.getResource()
doesn't work, fall back to the current context classloader in this case. - Add missing message key in 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.