|
1 | 1 | Hibernate Validator Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +9.0.0.Beta1 (2024-08-01) |
| 5 | +------------------------- |
| 6 | + |
| 7 | +** Bug |
| 8 | + * HV-2008 hibernate-validator-test-utils are not compatible to current AssertJ versions |
| 9 | + * HV-2002 Brazilian Titulo Eleitoral not correctly validating on some scenarios |
| 10 | + * HV-1978 Expression Language not propagated to iterable node |
| 11 | + * HV-1971 CNPJ with all digits the same |
| 12 | + * HV-1965 Typo in CrossParameterConstraintValidatorContextImpl, wrong element kind assertion fail message. |
| 13 | + * HV-1959 Typo fix for Ukrainian localization |
| 14 | + * HV-1946 PathImpl.createCopy() only performs a shallow copy |
| 15 | + |
| 16 | +** Improvement |
| 17 | + * HV-2015 Align Jakarta API versions with the Jakarta EE 11 |
| 18 | + * HV-2014 Update version.org.jboss.logging.jboss-logging-tools from 3.0.0.Final to 3.0.1.Final |
| 19 | + * HV-2007 Add a nightly job to verify the build reproducibility |
| 20 | + * HV-2006 Update org.jboss.logging:jboss-logging-processor from 2.2.1.Final to 3.0.0.Final |
| 21 | + * HV-2001 Generate module-info for published artifacts |
| 22 | + * HV-2000 Use URI for @URL validation |
| 23 | + * HV-1999 New Alphanumeric CNPJ |
| 24 | + * HV-1998 Reproducible builds |
| 25 | + * HV-1997 Stop publishing test modules |
| 26 | + * HV-1996 Create and publish Hibernate Validator BOM |
| 27 | + * HV-1995 Test against latest Wildfly 32.0.1 |
| 28 | + * HV-1993 Simplify the checks whether the path was already validated |
| 29 | + * HV-1992 Switch to a different sigtest-maven-plugin |
| 30 | + * HV-1991 Upgrade to JDK 17 as the baseline and drop JDK 11 compatibility |
| 31 | + * HV-1986 Add impsort and formatter plugins |
| 32 | + * HV-1985 Bump joda-time to 2.12.7 |
| 33 | + * HV-1984 Bump jboss-logging to 3.5.3.Final |
| 34 | + * HV-1983 Bump com.fasterxml:classmate to 1.7.0 |
| 35 | + * HV-1982 Bump javax.money:money-api to 1.1 |
| 36 | + * HV-1981 Use Maven 3.9.6 in CI builds and as a required minimum version for the build |
| 37 | + * HV-1979 Upgrade to jakarta.validation-api 3.1.0 |
| 38 | + * HV-1943 Some french validation messages are not quite accurate |
| 39 | + |
| 40 | +** New Feature |
| 41 | + * HV-1973 Bitcoint address validation |
| 42 | + * HV-1970 Add South Korean specific RRN annotation |
| 43 | + * HV-1328 Add an option to validate class-level constraints only if all property constraints are valid |
| 44 | + |
| 45 | +** Remove Feature |
| 46 | + * HV-1994 Stop publishing and remove hibernate-validator-modules |
| 47 | + * HV-1975 Remove Security Manager usage |
| 48 | + |
| 49 | +** Task |
| 50 | + * HV-2017 Use wildfly-preview-dist in integration tests to test against the Jakarta EE 11 |
| 51 | + * HV-2016 Switch to log4j2 in performance tests |
| 52 | + * HV-2013 Test against latest Wildfly 33.0.0 |
| 53 | + * HV-2012 Update to OpenJFX 17.0.12 |
| 54 | + * HV-2011 Update Arquillian dependency management configuration |
| 55 | + * HV-2010 Clean up configuration of the performance tests |
| 56 | + * HV-2009 Update Jakarta specification names where applicable |
| 57 | + * HV-1990 Test Hibernate Validator against JDK 24 |
| 58 | + * HV-1989 Update documentation examples to use the min required Java version where applicable |
| 59 | + * HV-1988 Upgrade jboss-logging to latest version (3.6.0) |
| 60 | + * HV-1980 Update gpg plugin configuration |
| 61 | + * HV-1977 Enable dependabot updates for more dependencies |
| 62 | + * HV-1974 Update maven build configuration to address lib/plugin upgrades from Dependabot |
| 63 | + * HV-1969 Test Hibernate Validator against JDK 23 |
| 64 | + * HV-1968 Force user.country when testing |
| 65 | + |
4 | 66 | 8.0.1.Final (2023-06-20)
|
5 | 67 | -------------------------
|
6 | 68 |
|
|
0 commit comments