|
1 | 1 | Hibernate Validator Changelog |
2 | 2 | ============================= |
3 | 3 |
|
| 4 | +9.1.0.Alpha1 (2025-08-28) |
| 5 | +------------------------- |
| 6 | + |
| 7 | +** Bug |
| 8 | + * HV-2117 NIP validation incorrectly accepts values ending in 0 |
| 9 | + * HV-1987 When complex objects are verified, processedPathsPerBean always occupies a large amount of memory, causing OOM. |
| 10 | + |
| 11 | +** Improvement |
| 12 | + * HV-2133 Bump Apache Groovy to 5.0.0 |
| 13 | + * HV-2128 Consider creating Hibernate Validator extension to the Path with more convinience methods |
| 14 | + * HV-2127 Make Path implementaion not relying on Lists (or other collections) |
| 15 | + * HV-2125 Update Hibernate asciidoc theme to 5.1.2.Final |
| 16 | + * HV-2124 Bump Apache Groovy to 4.0.28 |
| 17 | + * HV-2122 Update to OpenJFX to 17.0.16 |
| 18 | + * HV-2116 Do not recreate PersistenceUtil in the built-in JPATraversableResolver |
| 19 | + * HV-2114 Add support for Korean foreigner resident registration number (RRN) validation |
| 20 | + * HV-2113 Adding Date Validation Condition in KorRRNValidator |
| 21 | + * HV-2112 Use the Hibernate theme for rendered javadocs |
| 22 | + * HV-2111 Bump Apache Groovy to 4.0.27 |
| 23 | + * HV-2110 Update to OpenJFX to 17.0.15 |
| 24 | + * HV-2109 Bump Expressly version to 6.0.0 |
| 25 | + * HV-1831 Optimize cascading validation for large lists |
| 26 | + * HV-1591 Log a warning when @Valid is defined both globally and on a type parameter of a container |
| 27 | + |
| 28 | +** Task |
| 29 | + * HV-2131 Use a sig file from the TCK dist zip (instead of generating one on-the-fly) |
| 30 | + * HV-2129 Test against wildfly-preview 37.0.0.Final |
| 31 | + * HV-2123 Use Maven 3.9.11 as a required minimum version for the build |
| 32 | + * HV-2120 Stop exporting logging/reporting.impl packages to org.jboss.logging |
| 33 | + * HV-2119 Test against JDK 26 |
| 34 | + * HV-2118 Switch to Maven Central publishing |
| 35 | + * HV-2115 Use Maven 3.9.10 as a required minimum version for the build |
| 36 | + * HV-1271 Move JavaDoc stylesheet.css to separate repo and fetch it from there |
| 37 | + |
4 | 38 | 9.0.0.Final (2025-05-20) |
5 | 39 | ------------------------- |
6 | 40 |
|
|
0 commit comments