Skip to content

4.22.0 – Draft 2020-12 and JDK11 Maven Plugin Fix

Compare
Choose a tag to compare
@CarstenWickner CarstenWickner released this 10 Jan 20:49

jsonschema-generator

Added

  • Introduce support for SchemaVersion.DRAFT_2020_12

Dependency Update

  • Replace log4j test dependency with logback (still only test dependency)

jsonschema-maven-plugin

Fixed

  • Enable usage under JDK11 (by adjusting usage of reflections, in order to allow finding classes in dependencies/jar)

Dependency Update

  • Update reflections runtime dependency from 0.9.12 to 0.10.2