Skip to content

Commit 7a5a44c

Browse files
committed
Quarkus 3.7.2
1 parent 7fa36db commit 7a5a44c

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

_data/versions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
quarkus:
2-
version: 3.7.1
3-
announce: /blog/quarkus-3-7-released/
2+
version: 3.7.2
3+
announce: /blog/quarkus-3-7-2-released/
44
graalvm: 'for Java 21'
55
jdk: "17+"
66
maven: 3.8.2+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: post
3+
title: 'Quarkus 3.7.2 released - Maintenance release'
4+
date: 2024-02-08
5+
tags: release
6+
synopsis: 'We released Quarkus 3.7.2, our first maintenance release for the 3.7 release train.'
7+
author: gsmet
8+
---
9+
10+
Today, we released Quarkus 3.7.2, our first (we skipped 3.7.0) maintenance release for the 3.7 release train.
11+
12+
This release contains bugfixes and documentation improvements together with an upgrade of Vert.x to fix CVE-2024-1300.
13+
14+
It should be a safe upgrade for anyone already using 3.7.
15+
16+
== Update
17+
18+
To update to Quarkus 3.7, 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.7.
26+
27+
To migrate from 3.6, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.7[our migration guide].
28+
29+
If you are not already using 3.x, please refer to the https://quarkus.io/blog/quarkus-3-0-final-released/[3.0 announcement] for all the details.
30+
You can also refer to https://quarkus.io/blog/quarkus-3-upgrade/[this blog post] for additional details.
31+
Once you upgraded to 3.0, also have a look at the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.1[3.1], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[3.2], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.3[3.3], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.4[3.4], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.5[3.5], and https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.6[3.6] migration guides.
32+
33+
== Full changelog
34+
35+
You can get https://github.com/quarkusio/quarkus/releases/tag/3.7.2[the full changelog of 3.7.2 on GitHub].
36+
37+
== Come Join Us
38+
39+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
40+
41+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
42+
43+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
44+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
45+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
46+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].

0 commit comments

Comments
 (0)