Skip to content

Commit dfb833c

Browse files
committed
Quarkus 3.4.2
1 parent c3e504c commit dfb833c

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-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.4.1
3-
announce: /blog/quarkus-3-4-1-released/
2+
version: 3.4.2
3+
announce: /blog/quarkus-3-4-2-released/
44
graalvm: '23.0'
55
jdk: "11+"
66
maven: 3.8.2+
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: post
3+
title: 'Quarkus 3.4.2 released - Maintenance release'
4+
date: 2023-10-05
5+
tags: release
6+
synopsis: 'We released Quarkus 3.4.2, our first maintenance release for our 3.4 release train.'
7+
author: gsmet
8+
---
9+
10+
Today, we released Quarkus 3.4.2, our first maintenance release for our 3.4 release train (we skipped 3.4.0).
11+
12+
It includes a bunch of bugfixes, together with documentation improvements.
13+
14+
== Update
15+
16+
To update to Quarkus 3.4.2, we recommend updating to the latest version of the Quarkus CLI and run:
17+
18+
[source,bash]
19+
----
20+
quarkus update
21+
----
22+
23+
To migrate from 3.2, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.4[our migration guide].
24+
25+
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.
26+
You can also refer to https://quarkus.io/blog/quarkus-3-upgrade/[this blog post] for additional details.
27+
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], and https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.3[3.3] migration guides.
28+
29+
== Full changelog
30+
31+
You can get https://github.com/quarkusio/quarkus/releases/tag/3.4.2[the full changelog of 3.4.2 on GitHub].
32+
33+
== Come Join Us
34+
35+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
36+
37+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
38+
39+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
40+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
41+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
42+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].

0 commit comments

Comments
 (0)