|
1 | 1 | Hibernate Validator Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +9.0.0.CR1 (2024-12-13) |
| 5 | +------------------------- |
| 6 | + |
| 7 | +** Bug |
| 8 | + * HV-2067 UUID version not correctly validated |
| 9 | + * HV-2061 OSGi: HV 9.0.0.Beta1/2/3 imports wrong OSGi package version of Jakarta EL |
| 10 | + * HV-2044 The distribution package is missing the javadocs sub directory |
| 11 | + * HV-1955 NotBlankValidator is not consistent with Jakarta @NotBlank specs |
| 12 | + * HV-1829 Hibernate docs still reference ConstraintDefinitionContributor which was removed in 5.3 |
| 13 | + |
| 14 | +** Improvement |
| 15 | + * HV-2066 update document section 3.1.1 |
| 16 | + * HV-2064 Upgrade jboss-logging-tools to 3.0.3.Final |
| 17 | + * HV-2062 Version is lost when using JLink |
| 18 | + * HV-2056 Update to OpenJFX from 17.0.12 to 17.0.13 |
| 19 | + * HV-2055 Update version.org.jboss.logging.jboss-logging-tools from 3.0.1.Final to 3.0.2.Final |
| 20 | + * HV-2053 Add translation of Validation Messages for Azerbaijani language |
| 21 | + * HV-2049 Bump Apache Groovy to 4.0.23 |
| 22 | + * HV-2048 Bump joda-time to 2.13.0 |
| 23 | + * HV-2045 Upgrade to JBoss logging 3.6.1.Final |
| 24 | + * HV-1962 Remove relativePath in pom because it's default |
| 25 | + * HV-1942 Update DefaultGroupSequenceProvider add default method provide the class of instance |
| 26 | + * HV-1931 No version info when running from the module path |
| 27 | + |
| 28 | +** Remove Feature |
| 29 | + * HV-2068 Stop publishing relocation poms |
| 30 | + |
| 31 | +** Task |
| 32 | + * HV-2069 Test Hibernate Validator against JDK 25 |
| 33 | + * HV-2065 Test against wildfly-preview 34.0.1.Final |
| 34 | + * HV-2059 Integrate with Develocity build scans/build cache |
| 35 | + * HV-2058 Test against wildfly-preview 34.0.0.Final |
| 36 | + * HV-2057 Complete Validator + Sonar integration |
| 37 | + * HV-2051 Use spotless maven plugin instead of formatter/impsorter/license check plugins |
| 38 | + * HV-2050 Use SPDX headers format |
| 39 | + * HV-2047 Test against wildfly-preview 33.0.2.Final |
| 40 | + * HV-2046 Enable code coverage with maven build |
| 41 | + * HV-2020 Investigate if we can remove the dependency on Expressly |
| 42 | + * HV-1754 Re-enable EjbIT when all tested versions of WildFly have fixed WFL-11566 |
| 43 | + |
4 | 44 | 9.0.0.Beta3 (2024-09-04)
|
5 | 45 | -------------------------
|
6 | 46 |
|
|
0 commit comments