Skip to content

Commit f2a66a7

Browse files
authored
Merge pull request #2350 from gsmet/more-details-for-3.24
Add a bit more details in 3.24 announcement
2 parents d899d8b + 1c8eb32 commit f2a66a7

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

_posts/2025-06-25-quarkus-3-24-released.adoc

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Today, we released Quarkus 3.24.
1111
It comes with major version upgrades to major components and a brand new feature: the Dev Assistant.
1212

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

5454
=== Hibernate ORM
5555

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

5858
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].
5959

6060
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].
6161

62-
Hibernate ORM 7.0 is an implementation of Jakarta Persistence 3.2.
62+
Hibernate ORM 7.0 is an implementation of https://jakarta.ee/specifications/persistence/3.2/[Jakarta Persistence 3.2].
63+
64+
=== Hibernate Reactive
65+
66+
Hibernate Validator was updated to https://hibernate.org/reactive/releases/3.0/[3.0].
67+
68+
=== Hibernate Search
69+
70+
Hibernate Search was updated to https://hibernate.org/search/releases/8.0/[8.0].
6371

6472
=== Hibernate Validator
6573

66-
Hibernate Validator was updated to 9.0.
74+
Hibernate Validator was updated to https://hibernate.org/validator/releases/9.0/[9.0].
6775

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

7078
=== Kafka Client
7179

0 commit comments

Comments
 (0)