java-json-tools / json-schema-validator

A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
http://json-schema-validator.herokuapp.com/
Other
1.63k stars 399 forks source link

Upgrade Fest Assert to AssertJ. #326

Closed Capstan closed 5 years ago

Capstan commented 5 years ago

Also re-ordered one overridingErrorMessage to be applied before the assert evaluation.

Same fixes as for java-json-tools/json-schema-core/issues/66.