Skip to content

Commit 2f9267e

Browse files
committed
Quarkus 3.26.1, 3.20.2.2 and 3.15.6.2
1 parent 3ce7c91 commit 2f9267e

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

_data/versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
quarkus:
2-
version: 3.26.0
3-
announce: /blog/quarkus-3-26-released/
2+
version: 3.26.1
3+
announce: /blog/quarkus-3-26-1-released/
44
graalvm: 'for Java 21'
55
jdk: "17+"
66
maven: 3.9.6+
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: post
3+
title: 'Quarkus 3.26.1, 3.20.2.2 and 3.15.6.2 - Emergency releases'
4+
date: 2025-08-29
5+
tags: release
6+
synopsis: 'We released Quarkus 3.26.1, 3.20.2.2 and 3.15.6.2 as emergency releases.'
7+
author: gsmet
8+
---
9+
10+
Today, we released Quarkus 3.26.1, 3.20.2.2 and 3.15.6.2 to fix an important regression introduced in Vert.x 4.5.18.
11+
12+
We recommend upgrading to these releases as soon as possible if you are using a Quarkus version using Vert.x 4.5.18 (i.e. 3.26.0, 3.25.4, 3.20.2.1, and 3.15.6.1).
13+
14+
Quarkus 3.26.1 also contains some other unrelated fixes.
15+
16+
== Update
17+
18+
To update to Quarkus 3.26, we recommend updating to the latest version of the Quarkus CLI and run:
19+
20+
[source,bash]
21+
----
22+
quarkus update
23+
----
24+
25+
Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.26.
26+
27+
For more information about the adjustments you need to make to your applications, please refer to the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.26[Quarkus 3.26 migration guide].
28+
29+
== Full changelog
30+
31+
You can get the full changelog of https://github.com/quarkusio/quarkus/releases/tag/3.26.1[3.26.1] on GitHub.
32+
33+
3.20.2.2 and 3.15.6.2 only contain the Vert.x update to 4.5.20.
34+
35+
== Come Join Us
36+
37+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
38+
39+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
40+
41+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
42+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
43+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
44+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].

0 commit comments

Comments
 (0)