Skip to content

Update hibernate validator to v9 (major) #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2025

This PR contains the following updates:

Package Change Age Confidence
org.hibernate.validator:hibernate-validator-annotation-processor (source) 6.2.5.Final -> 9.0.1.Final age confidence
org.hibernate.validator:hibernate-validator (source) 6.2.5.Final -> 9.0.1.Final age confidence

Release Notes

hibernate/hibernate-validator (org.hibernate.validator:hibernate-validator-annotation-processor)

v9.0.1.Final

Compare Source

v9.0.0.Final

Compare Source

** Bug
* HV-2074 Customizing PropertyNodeNameProvider Not Working in Programmatic Constraint Definition
* HV-1917 MinDuration/MaxDuration validation message (english) broken for zero duration.

** Improvement
* HV-2103 Include Jakarta Validation 3.1 XSDs
* HV-2102 Disable external schema loading
* HV-2094 Bump Jakarta EE BOM to 11.0.0
* HV-2093 Bump joda-time to 2.14.0
* HV-2091 Upgrade paranamer to 2.8.3
* HV-2090 Update to OpenJFX to 17.0.14
* HV-2089 Upgrade paranamer to 2.8.2
* HV-2088 Bump Jakarta EE BOM to 11.0.0-RC1
* HV-2087 Upgrade jboss-logging-tools to 3.0.4.Final
* HV-2086 Bump Apache Groovy to 4.0.26
* HV-2085 Upgrade paranamer to 2.8.1
* HV-2084 Bump Jakarta EE BOM to 11.0.0-M5
* HV-2079 Bump joda-time to 2.13.1
* HV-2078 Bump Apache Groovy to 4.0.25

** Task
* HV-2108 Test against wildfly-preview 36.0.1.Final
* HV-2107 Enable copytocliboard extension from hibernate-asciidoctor-extensions
* HV-2104 Remove Google Analytics
* HV-2101 Test against wildfly-preview 36.0.0.Final
* HV-2096 Use JReleaser to publish hibernate artifacts
* HV-2095 Upgrade hibernate-asciidoctor-theme to 5.0.6.Final
* HV-2081 Test against wildfly-preview 35.0.1.Final
* HV-2077 Align content of CONTRIBUTING.md with what's in other projects
* HV-2076 Test against wildfly-preview 35.0.0.Final
* HV-2075 Upgrade to wildfly-arquillian-container-managed 5.1.0.Beta9 for testing
* HV-2072 Make Hibernate Validator integration tests running on JDK 24+
* HV-2071 Build with JDK 21
* HV-2070 Use maven-assembly-plugin instead of copy-maven-plugin to rename the pdf documents
* HV-2023 Add a step to build pdf documentation to the nightly CI job

v8.0.2.Final

Compare Source

v8.0.1.Final

Compare Source

** Bug
* HV-1949 Nondeterministic behavior of HibernateValidator (in springboot?) when both annotation and xml-based definition are used
* HV-1932 Incomplete @​Positive annotation's default message in fr
* HV-1939 Annotations on constructors of named classes declared in method get ignored

** Improvement
* HV-1943 Some french validation messages are not quite accurate
* HV-1941 Add support for European Portuguese for ValidationMessages
* HV-1927 Use Executable#getAnnotatedParameterTypes() instead of Executable#getGenericParameterTypes()

** Task
* HV-1956 Update Weld test dependency to 5.1.1.Final
* HV-1954 Test Hibernate Validator against JDK 22
* HV-1944 Upgraded JBoss Logging, Maven Enforcer plugin and Guava to latest version
* HV-1938 Update ByteBuddy test dependency to 1.13.0
* HV-1935 Test Hibernate Validator against JDK 21
* HV-1934 Upgrade to hibernate-asciidoctor-theme 1.0.6

v8.0.0.Final

Compare Source

v7.0.5.Final

Compare Source

v7.0.4.Final

Compare Source

v7.0.3.Final

Compare Source

v7.0.2.Final

Compare Source

** Bug
* HV-1854 PESELValidator does not valid correct
* HV-1833 DomainNameUtil issues java.lang.StackOverflowError on very large error (@​Email validation)

** Improvement
* HV-1840 Remove deprecated CDI API usage

** Task
* HV-1862 Update Log4j 2 test dependency to 2.16.0
* HV-1861 Switch to the nexus-staging-maven-plugin
* HV-1860 Add GitHub SSH keys to SSH agent during Jenkinsfile release
* HV-1859 Update Log4j 2 test dependency to 2.15.0
* HV-1858 Switch to OSSRH for deployment to Maven Central
* HV-1848 Set up SSH config as part of the Jenkinsfile
* HV-1846 Upgrade to Byte Buddy 1.11.6 in tests
* HV-1845 Test Hibernate Validator against JDK 18
* HV-1844 Upgrade Jakarta EL to 4.0.1
* HV-1843 Upgrade Jackson test dependency to 2.12.3
* HV-1842 Upgrade Guava test dependency to 30.1.1-jre
* HV-1841 Expose a getter for the configured PropertyNodeNameProvider
* HV-1838 Skip forbiddenapis on JDK17+
* HV-1837 Language rework initiative
* HV-1836 Restore CI for JDK 15
* HV-1835 Test Hibernate Validator against JDK17

v7.0.1.Final

Compare Source

** Task
* HV-1826 - tck-runner - Reintroduce TCK Runner in container tests for Jakarta EE 9 using WildFly Preview

v7.0.0.Final

Compare Source

** Bug
* HV-1821 - engine - HV-1755 introduces NPE in org.hibernate.validator.internal.engine.ValidatorFactoryImpl constructor

** New Feature
* HV-1822 - validators - Add Russian specific validator for russian taxpayer identification number


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-9-hibernate-validator branch from 87219a4 to 4e5ba44 Compare June 13, 2025 16:14
@renovate renovate bot force-pushed the renovate/major-9-hibernate-validator branch from 4e5ba44 to a0d2fc7 Compare June 24, 2025 23:15
@renovate renovate bot force-pushed the renovate/major-9-hibernate-validator branch from a0d2fc7 to 1cb9acc Compare July 7, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants