Skip to content

Commit 9c588c3

Browse files
committed
deploy: f2a66a7
1 parent d0437d1 commit 9c588c3

File tree

2 files changed

+35
-11
lines changed

2 files changed

+35
-11
lines changed

blog/quarkus-3-24-released/index.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h1 class="post-title">Quarkus 3.24 - Dev Assistant, Hibernate ORM 7, Hibernate
200200
<p><a href="https://github.com/quarkusio/quarkus/pull/47756">#47756</a> - Introduce the Assistant</p>
201201
</li>
202202
<li>
203-
<p><a href="https://github.com/quarkusio/quarkus/pull/41310">#41310</a> - Upgrade to Hibernate ORM 7.0</p>
203+
<p><a href="https://github.com/quarkusio/quarkus/pull/41310">#41310</a> - Upgrade to Hibernate ORM 7.0, Hibernate Reactive 3.0, and Hibernate Search 8.0</p>
204204
</li>
205205
<li>
206206
<p><a href="https://github.com/quarkusio/quarkus/pull/42292">#42292</a> - Upgrade to Hibernate Validator 9.0</p>
@@ -276,7 +276,7 @@ <h3 id="dev-assistant"><a class="anchor" href="#dev-assistant"></a>Dev Assistant
276276
<div class="sect2">
277277
<h3 id="hibernate-orm"><a class="anchor" href="#hibernate-orm"></a>Hibernate ORM</h3>
278278
<div class="paragraph">
279-
<p>Hibernate ORM was updated to 7.0.</p>
279+
<p>Hibernate ORM was updated to <a href="https://hibernate.org/orm/releases/7.0/">7.0</a>.</p>
280280
</div>
281281
<div class="paragraph">
282282
<p>This is a major version and it comes with new features and significant changes that are presented in more details in a <a href="https://quarkus.io/blog/hibernate7-on-quarkus/">dedicated blog post</a>.</p>
@@ -285,16 +285,28 @@ <h3 id="hibernate-orm"><a class="anchor" href="#hibernate-orm"></a>Hibernate ORM
285285
<p>Please also have a look to the dedicated section of our <a href="https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.24#jakarta-persistence-hibernate-orm">migration guide</a>.</p>
286286
</div>
287287
<div class="paragraph">
288-
<p>Hibernate ORM 7.0 is an implementation of Jakarta Persistence 3.2.</p>
288+
<p>Hibernate ORM 7.0 is an implementation of <a href="https://jakarta.ee/specifications/persistence/3.2/">Jakarta Persistence 3.2</a>.</p>
289+
</div>
290+
</div>
291+
<div class="sect2">
292+
<h3 id="hibernate-reactive"><a class="anchor" href="#hibernate-reactive"></a>Hibernate Reactive</h3>
293+
<div class="paragraph">
294+
<p>Hibernate Validator was updated to <a href="https://hibernate.org/reactive/releases/3.0/">3.0</a>.</p>
295+
</div>
296+
</div>
297+
<div class="sect2">
298+
<h3 id="hibernate-search"><a class="anchor" href="#hibernate-search"></a>Hibernate Search</h3>
299+
<div class="paragraph">
300+
<p>Hibernate Search was updated to <a href="https://hibernate.org/search/releases/8.0/">8.0</a>.</p>
289301
</div>
290302
</div>
291303
<div class="sect2">
292304
<h3 id="hibernate-validator"><a class="anchor" href="#hibernate-validator"></a>Hibernate Validator</h3>
293305
<div class="paragraph">
294-
<p>Hibernate Validator was updated to 9.0.</p>
306+
<p>Hibernate Validator was updated to <a href="https://hibernate.org/validator/releases/9.0/">9.0</a>.</p>
295307
</div>
296308
<div class="paragraph">
297-
<p>Hibernate Validator 9.0 is an implementation of Jakarta Validation 3.1.</p>
309+
<p>Hibernate Validator 9.0 is an implementation of <a href="https://jakarta.ee/specifications/bean-validation/3.1/">Jakarta Validation 3.1</a>.</p>
298310
</div>
299311
</div>
300312
<div class="sect2">

feed.xml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Quarkus</title>
66
<link>https://quarkus.io</link>
77
<description>Quarkus: Supersonic Subatomic Java</description>
8-
<lastBuildDate>Wed, 02 Jul 2025 14:19:10 +0000</lastBuildDate>
8+
<lastBuildDate>Wed, 02 Jul 2025 18:00:35 +0000</lastBuildDate>
99

1010

1111
<item>
@@ -481,7 +481,7 @@ It comes with major version upgrades to major components and a brand new feature
481481
&lt;p&gt;&lt;a href=&quot;https://github.com/quarkusio/quarkus/pull/47756&quot;&gt;#47756&lt;/a&gt; - Introduce the Assistant&lt;/p&gt;
482482
&lt;/li&gt;
483483
&lt;li&gt;
484-
&lt;p&gt;&lt;a href=&quot;https://github.com/quarkusio/quarkus/pull/41310&quot;&gt;#41310&lt;/a&gt; - Upgrade to Hibernate ORM 7.0&lt;/p&gt;
484+
&lt;p&gt;&lt;a href=&quot;https://github.com/quarkusio/quarkus/pull/41310&quot;&gt;#41310&lt;/a&gt; - Upgrade to Hibernate ORM 7.0, Hibernate Reactive 3.0, and Hibernate Search 8.0&lt;/p&gt;
485485
&lt;/li&gt;
486486
&lt;li&gt;
487487
&lt;p&gt;&lt;a href=&quot;https://github.com/quarkusio/quarkus/pull/42292&quot;&gt;#42292&lt;/a&gt; - Upgrade to Hibernate Validator 9.0&lt;/p&gt;
@@ -557,7 +557,7 @@ you can develop your own Assistant features in your extensions.&lt;/p&gt;
557557
&lt;div class=&quot;sect2&quot;&gt;
558558
&lt;h3 id=&quot;hibernate-orm&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hibernate-orm&quot;&gt;&lt;/a&gt;Hibernate ORM&lt;/h3&gt;
559559
&lt;div class=&quot;paragraph&quot;&gt;
560-
&lt;p&gt;Hibernate ORM was updated to 7.0.&lt;/p&gt;
560+
&lt;p&gt;Hibernate ORM was updated to &lt;a href=&quot;https://hibernate.org/orm/releases/7.0/&quot;&gt;7.0&lt;/a&gt;.&lt;/p&gt;
561561
&lt;/div&gt;
562562
&lt;div class=&quot;paragraph&quot;&gt;
563563
&lt;p&gt;This is a major version and it comes with new features and significant changes that are presented in more details in a &lt;a href=&quot;https://quarkus.io/blog/hibernate7-on-quarkus/&quot;&gt;dedicated blog post&lt;/a&gt;.&lt;/p&gt;
@@ -566,16 +566,28 @@ you can develop your own Assistant features in your extensions.&lt;/p&gt;
566566
&lt;p&gt;Please also have a look to the dedicated section of our &lt;a href=&quot;https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.24#jakarta-persistence-hibernate-orm&quot;&gt;migration guide&lt;/a&gt;.&lt;/p&gt;
567567
&lt;/div&gt;
568568
&lt;div class=&quot;paragraph&quot;&gt;
569-
&lt;p&gt;Hibernate ORM 7.0 is an implementation of Jakarta Persistence 3.2.&lt;/p&gt;
569+
&lt;p&gt;Hibernate ORM 7.0 is an implementation of &lt;a href=&quot;https://jakarta.ee/specifications/persistence/3.2/&quot;&gt;Jakarta Persistence 3.2&lt;/a&gt;.&lt;/p&gt;
570+
&lt;/div&gt;
571+
&lt;/div&gt;
572+
&lt;div class=&quot;sect2&quot;&gt;
573+
&lt;h3 id=&quot;hibernate-reactive&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hibernate-reactive&quot;&gt;&lt;/a&gt;Hibernate Reactive&lt;/h3&gt;
574+
&lt;div class=&quot;paragraph&quot;&gt;
575+
&lt;p&gt;Hibernate Validator was updated to &lt;a href=&quot;https://hibernate.org/reactive/releases/3.0/&quot;&gt;3.0&lt;/a&gt;.&lt;/p&gt;
576+
&lt;/div&gt;
577+
&lt;/div&gt;
578+
&lt;div class=&quot;sect2&quot;&gt;
579+
&lt;h3 id=&quot;hibernate-search&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hibernate-search&quot;&gt;&lt;/a&gt;Hibernate Search&lt;/h3&gt;
580+
&lt;div class=&quot;paragraph&quot;&gt;
581+
&lt;p&gt;Hibernate Search was updated to &lt;a href=&quot;https://hibernate.org/search/releases/8.0/&quot;&gt;8.0&lt;/a&gt;.&lt;/p&gt;
570582
&lt;/div&gt;
571583
&lt;/div&gt;
572584
&lt;div class=&quot;sect2&quot;&gt;
573585
&lt;h3 id=&quot;hibernate-validator&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hibernate-validator&quot;&gt;&lt;/a&gt;Hibernate Validator&lt;/h3&gt;
574586
&lt;div class=&quot;paragraph&quot;&gt;
575-
&lt;p&gt;Hibernate Validator was updated to 9.0.&lt;/p&gt;
587+
&lt;p&gt;Hibernate Validator was updated to &lt;a href=&quot;https://hibernate.org/validator/releases/9.0/&quot;&gt;9.0&lt;/a&gt;.&lt;/p&gt;
576588
&lt;/div&gt;
577589
&lt;div class=&quot;paragraph&quot;&gt;
578-
&lt;p&gt;Hibernate Validator 9.0 is an implementation of Jakarta Validation 3.1.&lt;/p&gt;
590+
&lt;p&gt;Hibernate Validator 9.0 is an implementation of &lt;a href=&quot;https://jakarta.ee/specifications/bean-validation/3.1/&quot;&gt;Jakarta Validation 3.1&lt;/a&gt;.&lt;/p&gt;
579591
&lt;/div&gt;
580592
&lt;/div&gt;
581593
&lt;div class=&quot;sect2&quot;&gt;

0 commit comments

Comments
 (0)