Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps org.hibernate.reactive:hibernate-reactive-core from 3.0.0.Final to 3.0.1.Final.

Release notes

Sourced from org.hibernate.reactive:hibernate-reactive-core's releases.

3.0.1

What's Changed

Full Changelog: hibernate/hibernate-reactive@3.0.0...3.0.1

Commits
  • 8776831 Update project version to : 3.0.1.Final
  • b8e5847 Release job: enable auto release on weekends
  • eab0ee1 Release job: code for weekly release (disabled for now)
  • cd4586e Release job: update the hibernate.org website automatically for micros
  • 8684f9c Release job: Avoid auto-release when there are no "releasable" commits
  • 1dd1a1a Release job: minor aligmnent on ORM's job
  • 6740923 #2314 Fix '?' parameters in limit/offset not being replaced with native equ...
  • f9347e2 #2314 Test setMaxResults() on native queries
  • f65f4a4 #2309 Add JDK 26-ea to the build
  • 2a707ae #2305 Switch to Maven Central publishing
  • 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 Jun 23, 2025
@quarkus-bot quarkus-bot bot added area/hibernate-reactive Hibernate Reactive area/jbang Issues related to when using jbang.dev with Quarkus labels Jun 23, 2025
@geoand geoand requested a review from DavideD June 23, 2025 13:23
@Sanne Sanne requested a review from yrodiere June 23, 2025 14:54
@yrodiere yrodiere removed the area/jbang Issues related to when using jbang.dev with Quarkus label Jun 23, 2025
@yrodiere yrodiere added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jun 23, 2025

This comment has been minimized.

@geoand geoand force-pushed the dependabot/maven/org.hibernate.reactive-hibernate-reactive-core-3.0.1.Final branch from 9890115 to ea2623b Compare June 24, 2025 08:18
@quarkus-bot quarkus-bot bot added the area/jbang Issues related to when using jbang.dev with Quarkus label Jun 24, 2025

This comment has been minimized.

Copy link
Contributor

@DavideD DavideD left a comment

Choose a reason for hiding this comment

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

LGTM

@DavideD
Copy link
Contributor

DavideD commented Jun 24, 2025

@yrodiere
Copy link
Member

This PR should fix the following issues:

* Fix [Query.setMaxResults results in wrong SQL queries against MSSQL/Postgres when using native queries #48476](https://github.com/quarkusio/quarkus/issues/48476)

* Fix [Hibernate Reactive: ClassCastException when using a mapping with composite (embeddable) foreign key #48033](https://github.com/quarkusio/quarkus/issues/48033)

Thanks, I didn't catch #48033.

It fixes #47536 too, right?

Bumps [org.hibernate.reactive:hibernate-reactive-core](https://github.com/hibernate/hibernate-reactive) from 3.0.0.Final to 3.0.1.Final.
- [Release notes](https://github.com/hibernate/hibernate-reactive/releases)
- [Commits](hibernate/hibernate-reactive@3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: org.hibernate.reactive:hibernate-reactive-core
  dependency-version: 3.0.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@yrodiere yrodiere force-pushed the dependabot/maven/org.hibernate.reactive-hibernate-reactive-core-3.0.1.Final branch from ea2623b to 315df35 Compare June 24, 2025 11:33
@DavideD
Copy link
Contributor

DavideD commented Jun 24, 2025

It fixes #47536 too, right?

Yes, missed that one. Thanks

Copy link

quarkus-bot bot commented Jun 24, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 315df35.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 17 Logs Raw logs 🔍
JVM Tests - JDK 21 Build Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ JVM Tests - JDK 21 #

- Failing: extensions/smallrye-jwt/deployment 

📦 extensions/smallrye-jwt/deployment

io.quarkus.jwt.test.dev.SmallryeJwtPersistentDevModeEncryptedTest. - History - More details - Source on GitHub

java.lang.RuntimeException: 
io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.deployment.steps.CompiledJavaVersionBuildStep#compiledJavaVersion threw an exception: java.io.UncheckedIOException: java.nio.file.NoSuchFileException: /home/runner/_work/quarkus/quarkus/extensions/smallrye-jwt/deployment/target/classes/dev.privateKey.pem
	at java.base/java.nio.file.FileTreeIterator.fetchNextIfNeeded(FileTreeIterator.java:87)
	at java.base/java.nio.file.FileTreeIterator.hasNext(FileTreeIterator.java:103)
	at java.base/java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1949)
	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.lambda$initPartialTraversalState$0(StreamSpliterators.java:292)
	at java.base/java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.fillBuffer(StreamSpliterators.java:206)

Flaky tests - Develocity

⚙️ JVM Tests - JDK 17 Windows

📦 extensions/websockets-next/deployment

io.quarkus.websockets.next.test.broadcast.BroadcastOnOpenTest.testLo - History

  • expected: <true> but was: <false> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
	at io.quarkus.websockets.next.test.broadcast.BroadcastOnOpenTest.assertBroadcast(BroadcastOnOpenTest.java:85)

⚙️ JVM Integration Tests - JDK 17

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.LoggingResourceTest.testException - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
	at io.quarkus.it.opentelemetry.LoggingResourceTest.testException(LoggingResourceTest.java:113)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

@yrodiere
Copy link
Member

⚙️ JVM Tests - JDK 21 #

- Failing: extensions/smallrye-jwt/deployment 

📦 extensions/smallrye-jwt/deployment

io.quarkus.jwt.test.dev.SmallryeJwtPersistentDevModeEncryptedTest. - History - More details - Source on GitHub

java.lang.RuntimeException: 
io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.deployment.steps.CompiledJavaVersionBuildStep#compiledJavaVersion threw an exception: java.io.UncheckedIOException: java.nio.file.NoSuchFileException: /home/runner/_work/quarkus/quarkus/extensions/smallrye-jwt/deployment/target/classes/dev.privateKey.pem

Seems (very) unrelated... I'd say let's merge anyway?

@yrodiere
Copy link
Member

⚙️ JVM Tests - JDK 21 #

- Failing: extensions/smallrye-jwt/deployment 

📦 extensions/smallrye-jwt/deployment

io.quarkus.jwt.test.dev.SmallryeJwtPersistentDevModeEncryptedTest. - History - More details - Source on GitHub

java.lang.RuntimeException: 
io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.deployment.steps.CompiledJavaVersionBuildStep#compiledJavaVersion threw an exception: java.io.UncheckedIOException: java.nio.file.NoSuchFileException: /home/runner/_work/quarkus/quarkus/extensions/smallrye-jwt/deployment/target/classes/dev.privateKey.pem

Seems (very) unrelated... I'd say let's merge anyway?

Confirmed, recently started failing everywhere:

https://ge.quarkus.io/scans/failures?failures.failureClassification=all_failures&failures.failureMessage=Failed%20to%20execute%20goal%20org.apache.maven.plugins:maven-surefire-plugin:3.5.3:test%20*%20on%20project%20quarkus-smallrye-jwt-deployment*%20%0A%0ASee*quarkus*target*surefire-reports%20for%20the%20individual%20test%20results.%0ASee%20dump%20files%20(if%20any%20exist)%20%5Bdate%5D.dump%2C%20%5Bdate%5D-jvmRun%5BN%5D.dump%20and%20%5Bdate%5D.dumpstream.&search.timeZoneId=Europe%2FParis#

People on #48466 didn't mind, I'll do the same. Merging.

@yrodiere yrodiere merged commit 83921bb into main Jun 25, 2025
57 of 58 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.25 - main milestone Jun 25, 2025
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jun 25, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.hibernate.reactive-hibernate-reactive-core-3.0.1.Final branch June 25, 2025 07:53
@gsmet gsmet modified the milestones: 3.25 - main, 3.24.2 Jul 1, 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-reactive Hibernate Reactive area/jbang Issues related to when using jbang.dev with Quarkus kind/bugfix kind/component-upgrade triage/flaky-test
Projects
None yet
3 participants