Skip to content

v1.6.0

Choose a tag to compare

@rkottmann rkottmann released this 06 Nov 15:34

1.6.0 - 2025-11-07

Note: This release drops Java 8 support. New default JDK version is 11. Compiles and runs up-to Java 25.

Added

  • (CORE) GitHub #127 New API method Result.getCustomFailedAsserts() to access failed asserts with custom error levels

Fixed

Changed

  • (CORE) Migration from javax to jakarta xml bind
  • (DOC) GitHub PR#132 Updated the link to the example Validator scenario configuration
  • (BUILD) Support for building and compilation is restricted to the following Java versions:
    • Java 11: any version ≥ 11.0.23
    • Java 12 to 16 will not work
    • Java 17: any version ≥ 17.0.11
    • Java 18 to 20 will not work
    • Any version from Java 21 onwards will work
    • The reason for this is the usage of the -proc:full compiler parameter which in turn is needed for Lombok usage in JDK 23+.

Removed

  • (CORE) java 8 support. new default jdk 11