Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Bumps org.hibernate.validator:hibernate-validator from 8.0.2.Final to 8.0.3.Final.

Changelog

Sourced from org.hibernate.validator:hibernate-validator's changelog.

8.0.3.Final (2025-08-06)

** Bug * HV-1978 Expression Language not propagated to iterable node * HV-1971 CNPJ with all digits the same * HV-1965 Typo in CrossParameterConstraintValidatorContextImpl, wrong element kind assertion fail message. * HV-1917 MinDuration/MaxDuration validation message (english) broken for zero duration.

** Improvement * HV-2121 Backport "New Alphanumeric CNPJ" (HV-1999) to 8.x series * HV-1999 New Alphanumeric CNPJ

** Task * 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

Commits
  • 40292e2 [Jenkins release job] Preparing release 8.0.3.Final
  • 42c08e4 [Jenkins release job] changelog.txt updated by release build 8.0.3.Final
  • a3b1eca [Jenkins release job] README.md updated by release build 8.0.3.Final
  • 5a6d4b8 HV-2022 Update Javadoc generation
  • cb47f9d HV-2022 Add missing description to the published modules
  • e836ee3 HV-2022 Add a few missing javadoc comments
  • ff852f6 HV-1917 MinDuration/MaxDuration validation message update
  • 58a9365 HV-1978 Propagated EL level to iterable nodes
  • 94078ee HV-1965 Typo found in assertion fail message of CrossParameterConstraintValid...
  • 6f2688a HV-1999 Rework CNPJ alphanumeric format to not modify mod checks
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Aug 7, 2025
@quarkus-bot quarkus-bot bot added the area/hibernate-validator Hibernate Validator label Aug 7, 2025
@quarkus-bot quarkus-bot bot changed the title Bump org.hibernate.validator:hibernate-validator from 8.0.2.Final to 8.0.3.Final [3.20] Bump org.hibernate.validator:hibernate-validator from 8.0.2.Final to 8.0.3.Final Aug 7, 2025
Copy link

quarkus-bot bot commented Aug 7, 2025

/cc @aloubyansky (3.20), @gastaldi (3.20), @gsmet (3.20), @jmartisk (3.20), @rsvoboda (3.20)

This comment has been minimized.

Copy link
Contributor

@marko-bekhta marko-bekhta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The list of included fixes:
https://hibernate.atlassian.net/projects/HV/versions/34759/tab/release-report-all-issues

This release was mostly done as a user was asking for an alphanumeric CNPJ, which will be in place starting on January 1st, 2026, and there are EE 10 users that won't be able to migrate to EE 11 (till that time).

With that info... I'll let you decide if you want to include this version in 3.20 🙂

Copy link
Member

@yrodiere yrodiere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are also a few bugfixes (validation messages, EL language propagation) which seem worth the upgrade.

+1 to merge. Though I'm told we should let someone else take care of actually merging :]

EDIT: BTW I can't push to this branch anymore. Thanks for preventing me from causing more problems @gsmet!

image

@jmartisk
Copy link
Contributor

@dependabot rebase

Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 8.0.2.Final to 8.0.3.Final.
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.3.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.2.Final...8.0.3.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-version: 8.0.3.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/3.20/org.hibernate.validator-hibernate-validator-8.0.3.Final branch from 1f5e5e6 to 13d4ec7 Compare August 27, 2025 11:43
Copy link

quarkus-bot bot commented Aug 27, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 13d4ec7.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 extensions/infinispan-cache/deployment

io.quarkus.cache.infinispan.InfinispanCacheTest.testGetAsyncWithParallelCalls - History

  • expected: "thread1" but was: "thread2" - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: 

expected: "thread1"
 but was: "thread2"
	at io.quarkus.cache.infinispan.InfinispanCacheTest.testGetAsyncWithParallelCalls(InfinispanCacheTest.java:283)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:521)
	at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:435)

📦 extensions/smallrye-reactive-messaging/deployment

io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector - History

  • Expecting actual: ["-6","-7","-9","-10","-11","-12","-13","-14"] to start with: ["-6", "-7", "-8", "-9"] - java.lang.AssertionError
java.lang.AssertionError: 

Expecting actual:
  ["-6","-7","-9","-10","-11","-12","-13","-14"]
to start with:
  ["-6", "-7", "-8", "-9"]

	at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:41)

⚙️ JVM Integration Tests - JDK 21

📦 integration-tests/virtual-threads/grpc-virtual-threads

io.quarkus.grpc.example.streaming.VertxVirtualThreadTest.testStreamingOutputCall - History

  • INTERNAL: Half-closed without a request - io.grpc.StatusRuntimeException
io.grpc.StatusRuntimeException: INTERNAL: Half-closed without a request
	at io.grpc.Status.asRuntimeException(Status.java:532)
	at io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:631)
	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:132)
	at io.quarkus.grpc.example.streaming.VirtualThreadTestBase.testStreamingOutputCall(VirtualThreadTestBase.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:960)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:810)

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2025

Superseded by #49748.

@dependabot dependabot bot closed this Aug 28, 2025
@dependabot dependabot bot deleted the dependabot/maven/3.20/org.hibernate.validator-hibernate-validator-8.0.3.Final branch August 28, 2025 01:32
@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/hibernate-validator Hibernate Validator triage/flaky-test triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants