Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions _posts/2025-06-25-quarkus-3-24-released.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Today, we released Quarkus 3.24.
It comes with major version upgrades to major components and a brand new feature: the Dev Assistant.

* https://github.com/quarkusio/quarkus/pull/47756[#47756] - Introduce the Assistant
* https://github.com/quarkusio/quarkus/pull/41310[#41310] - Upgrade to Hibernate ORM 7.0
* https://github.com/quarkusio/quarkus/pull/41310[#41310] - Upgrade to Hibernate ORM 7.0, Hibernate Reactive 3.0, and Hibernate Search 8.0
* https://github.com/quarkusio/quarkus/pull/42292[#42292] - Upgrade to Hibernate Validator 9.0
* https://github.com/quarkusio/quarkus/pull/47108[#47108] - Upgrade to Kafka Client 4.0
* https://github.com/quarkusio/quarkus/pull/47830[#47830] - Add OIDC Health Check
Expand Down Expand Up @@ -53,19 +53,27 @@ video::Q88NQp_Uul4[youtube,width=640, height=360]

=== Hibernate ORM

Hibernate ORM was updated to 7.0.
Hibernate ORM was updated to https://hibernate.org/orm/releases/7.0/[7.0].

This is a major version and it comes with new features and significant changes that are presented in more details in a https://quarkus.io/blog/hibernate7-on-quarkus/[dedicated blog post].

Please also have a look to the dedicated section of our https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.24#jakarta-persistence-hibernate-orm[migration guide].

Hibernate ORM 7.0 is an implementation of Jakarta Persistence 3.2.
Hibernate ORM 7.0 is an implementation of https://jakarta.ee/specifications/persistence/3.2/[Jakarta Persistence 3.2].

=== Hibernate Reactive

Hibernate Validator was updated to https://hibernate.org/reactive/releases/3.0/[3.0].

=== Hibernate Search

Hibernate Search was updated to https://hibernate.org/search/releases/8.0/[8.0].

=== Hibernate Validator

Hibernate Validator was updated to 9.0.
Hibernate Validator was updated to https://hibernate.org/validator/releases/9.0/[9.0].

Hibernate Validator 9.0 is an implementation of Jakarta Validation 3.1.
Hibernate Validator 9.0 is an implementation of https://jakarta.ee/specifications/bean-validation/3.1/[Jakarta Validation 3.1].

=== Kafka Client

Expand Down
Loading