You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis: 'We released Quarkus 3.19.3, a maintenance release for our 3.19 release train.'
7
+
author: gsmet
8
+
---
9
+
10
+
We released Quarkus 3.19.3, the second (we skipped 3.19.0) maintenance release for our 3.19 release train.
11
+
12
+
We also released two candidate releases:
13
+
14
+
- Quarkus 3.20.0.CR1 LTS - it is going to be our next LTS, it is based on 3.19
15
+
- Quarkus 3.21.0.CR1 - a regular minor release with new features
16
+
17
+
== Update
18
+
19
+
To update to Quarkus 3.19, we recommend updating to the latest version of the Quarkus CLI and run:
20
+
21
+
[source,bash]
22
+
----
23
+
quarkus update
24
+
----
25
+
26
+
Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.19.
27
+
28
+
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.19[Quarkus 3.19 migration guide].
29
+
30
+
== Full changelog
31
+
32
+
You can get the full changelog of https://github.com/quarkusio/quarkus/releases/tag/3.19.3[3.19.3] on GitHub.
33
+
34
+
== Come Join Us
35
+
36
+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
37
+
38
+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
39
+
40
+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
41
+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
42
+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
43
+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].
0 commit comments