v1.6.0
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
- (DOC) GitHub PR#166 Fixed broken links in
docs/api.md
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:fullcompiler parameter which in turn is needed for Lombok usage in JDK 23+.
Removed
- (CORE) java 8 support. new default jdk 11