-
Notifications
You must be signed in to change notification settings - Fork 156
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
Update dependency org.hibernate.validator:hibernate-validator to v8 - autoclosed #1583
Closed
+1
−1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@rultor please, try to merge |
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 7min)
|
renovate
bot
force-pushed
the
renovate/major-hibernate-validator
branch
from
April 3, 2023 16:25
5505f01
to
fa10360
Compare
renovate
bot
force-pushed
the
renovate/major-hibernate-validator
branch
from
June 21, 2023 12:31
fa10360
to
ac36660
Compare
renovate
bot
force-pushed
the
renovate/major-hibernate-validator
branch
from
August 22, 2023 21:30
ac36660
to
ce8e683
Compare
renovate
bot
force-pushed
the
renovate/major-hibernate-validator
branch
from
October 31, 2023 00:40
ce8e683
to
466c772
Compare
renovate
bot
force-pushed
the
renovate/major-hibernate-validator
branch
from
February 17, 2024 15:45
466c772
to
22177ed
Compare
renovate
bot
changed the title
fix(deps): update dependency org.hibernate.validator:hibernate-validator to v8
Update dependency org.hibernate.validator:hibernate-validator to v8
Feb 27, 2024
renovate
bot
force-pushed
the
renovate/major-hibernate-validator
branch
from
May 1, 2024 17:31
22177ed
to
c24f883
Compare
renovate
bot
force-pushed
the
renovate/major-hibernate-validator
branch
from
October 28, 2024 16:56
c24f883
to
af44e57
Compare
renovate
bot
changed the title
Update dependency org.hibernate.validator:hibernate-validator to v8
Update dependency org.hibernate.validator:hibernate-validator to v8 - autoclosed
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.20.Final
->8.0.1.Final
Release Notes
hibernate/hibernate-validator (org.hibernate.validator:hibernate-validator)
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
v6.2.5.Final
Compare Source
v6.2.4.Final
Compare Source
v6.2.3.Final
Compare Source
v6.2.2.Final
Compare Source
v6.2.1.Final
Compare Source
v6.2.0.Final
Compare Source
v6.1.7.Final
Compare Source
v6.1.6.Final
Compare Source
v6.1.5.Final
Compare Source
v6.1.4.Final
Compare Source
v6.1.3.Final
Compare Source
v6.1.2.Final
Compare Source
** Bug
* HV-1756 - translations - Incorrect variables in the newly added translations
** Task
* HV-1753 - tests - Force Pax-Exam and Karaf to use Maven Central repository with SSL enabled
v6.1.1.Final
Compare Source
** Improvement
* HV-1750 - engine - Add debug log when expression factory has failed to load
* HV-1747 - engine - Allow overriding the message interpolator in PredefinedScopeValidatorFactory context
* HV-1744 - documentation - Use auto-expanding entries in the documentation TOC
** New Feature
* HV-1749 - engine - Introduce a LocaleResolver SPI
* HV-1748 - engine - Improve localization support via Locale.LanguageRange
** Task
* HV-1745 - tests - Bump Jackson test dependency to 2.10.1
v6.1.0.Final
Compare Source
** Bug
* HV-1730 - engine - JavaBeanExecutable fails to initialize for enum type
* HV-1715 - engine - Validation can sometimes proceed to the next group in sequence even after one of the constraints generated a violation
** Improvement
* HV-1729 - performance - Skip allocation of an action for each need to access the context classloader
** Task
* HV-1743 - build - Upgrade maven-compiler-plugin to 3.8.1
* HV-1742 - build - Upgrade to WildFly 18.0.0.Final
* HV-1741 - build - Upgrade ByteBuddy test dependency to 1.10.2
* HV-1740 - engine - Deprecate @SafeHtml
* HV-1739 - engine - CVE-2019-10219 Security issue with @SafeHtml
* HV-1738 - build - Update Jackson test dependency to 2.9.10
* HV-1733 - tests - Fix locale settings of PredefinedScopeValidatorFactoryTest
* HV-1732 - build - Change tarLongFileMode to posix for assembly building
* HV-1731 - tck-runner - Move TCK signature check to tck-runner module
* HV-1728 - build - Upgrade to WildFly 17.0.1.Final
* HV-1727 - build - Update Jackson Databind test dependency to 2.9.9.2
* HV-1725 - build - Switch to using Jakarta EE artifacts
* HV-1724 - build - Update to OpenJFX 11.0.2
* HV-1680 - engine - Avoid reflection by using instrumentation - build the enhancer
v6.0.23.Final
Compare Source
v6.0.22.Final
Compare Source
v6.0.21.Final
Compare Source
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.