Skip to content
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

Upgrade to Hibernate ORM 6.6.4 / Reactive 2.4.3 #45235

Merged
merged 2 commits into from
Dec 21, 2024

Conversation

yrodiere
Copy link
Member

@yrodiere yrodiere commented Dec 20, 2024

Supersedes #45197
Fixes #44960
Fixes #44863
Fixes #44846

cc @DavideD

dependabot bot and others added 2 commits December 20, 2024 18:08
Bumps `hibernate-orm.version` from 6.6.3.Final to 6.6.4.Final.

Updates `org.hibernate.orm:hibernate-core` from 6.6.3.Final to 6.6.4.Final
- [Release notes](/~https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](/~https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.3.Final to 6.6.4.Final
- [Release notes](/~https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](/~https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate.orm:hibernate-envers` from 6.6.3.Final to 6.6.4.Final
- [Release notes](/~https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](/~https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.3.Final to 6.6.4.Final
- [Release notes](/~https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](/~https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate:hibernate-jpamodelgen` from 6.6.3.Final to 6.6.4.Final
- [Release notes](/~https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](/~https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.3.Final to 6.6.4.Final
- [Release notes](/~https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](/~https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-graalvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@gsmet gsmet changed the title Upgrade to Hibernate ORM 6.4.4 / Reactive 2.4.2 Upgrade to Hibernate ORM 6.4.4 / Reactive 2.4.3 Dec 20, 2024
@yrodiere yrodiere changed the title Upgrade to Hibernate ORM 6.4.4 / Reactive 2.4.3 Upgrade to Hibernate ORM 6.6.4 / Reactive 2.4.3 Dec 20, 2024
Copy link

quarkus-bot bot commented Dec 20, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 128186c.

✅ 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/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 Tests - JDK 17 Windows

📦 integration-tests/opentelemetry-quickstart

io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest.buildTimeDisabled - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest was not fulfilled within 200 milliseconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest was not fulfilled within 200 milliseconds.
	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:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest.buildTimeDisabled(OpenTelemetryDisabledTest.java:29)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

@gsmet gsmet merged commit 9cb9e54 into quarkusio:main Dec 21, 2024
52 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.18 - main milestone Dec 21, 2024
@yrodiere
Copy link
Member Author

yrodiere commented Dec 22, 2024

Note : a backport of this to 3.15 would require merging #44703 first. => Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment