-
Notifications
You must be signed in to change notification settings - Fork 57
ChangeLog.devel
Francis Galiegue edited this page May 27, 2013
·
12 revisions
- Convert all error messages to use a Java resource bundle.
- Maven artifact is now OSGi ready (thanks to Matt Bishop).
- Full hyperschema syntax validation support (as a result, added dependency on uri-template.
- Move JSON Pointer support to, and depend on, jackson-coreutils.
- Move JSON Patch to another package.
-
.toString()
fix forAbstractProcessingReport
. - JSON Patch: fix array index adding.
- Error messages rework.
- Make
ProcessorMap
final. - Start to implement configuration for schema walking.
- Update Guava dependency to 14.0.
- New class
RawProcessor
. - One change to
SchemaListener
's.onExit()
event.
- JSON Patch implementation
- Rework
SchemaListener
events - Improve
Processing{Message,Report}
's.toString()
- First version of new development branch
- Change packages of ref resolving, syntax checking, others.
- Simplify schema walking listeners.
- Provide a more complete
.failOnError()
method inProcessorChain
. - Update Jackson dependency to 2.1.4.
- Remove
SchemaHolder
; improveValueHolder
.