File tree Expand file tree Collapse file tree 2 files changed +43
-2
lines changed Expand file tree Collapse file tree 2 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 11quarkus :
2- version : 3.12.1
3- announce : /blog/quarkus-3-12-1 -released/
2+ version : 3.12.2
3+ announce : /blog/quarkus-3-12-2 -released/
44graalvm : ' for Java 21'
55jdk : " 17+"
66maven : 3.8.6+
Original file line number Diff line number Diff line change 1+ ---
2+ layout: post
3+ title: 'Quarkus 3.12.2 released - Maintenance release'
4+ date: 2024-07-10
5+ tags: release
6+ synopsis: 'We released Quarkus 3.12.2, our second maintenance release for the 3.12 release train.'
7+ author: gsmet
8+ ---
9+
10+ Today, we released Quarkus 3.12.2, our second maintenance release for the 3.12 release train.
11+
12+ This release contains bugfixes and documentation improvements.
13+ It should be a safe upgrade for anyone already using 3.12.
14+
15+ == Update
16+
17+ To update to Quarkus 3.12, we recommend updating to the latest version of the Quarkus CLI and run:
18+
19+ [source,bash]
20+ ----
21+ quarkus update
22+ ----
23+
24+ Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.12.
25+
26+ If you are not already using 3.12, please refer to the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.12[3.12] migration guide.
27+
28+ == Full changelog
29+
30+ You can get https://github.com/quarkusio/quarkus/releases/tag/3.12.2[the full changelog of 3.12.2 on GitHub].
31+
32+ == Come Join Us
33+
34+ We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
35+
36+ If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
37+
38+ * provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
39+ * craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
40+ * discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
41+ * ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].
You can’t perform that action at this time.
0 commit comments