File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: post
3
+ title: 'Quarkus 3.15.4 released - LTS maintenance release'
4
+ date: 2025-03-18
5
+ tags: release
6
+ synopsis: 'We released Quarkus 3.15.4, the next maintenance release for the 3.15 LTS stream.'
7
+ author: jmartisk
8
+ ---
9
+
10
+ Today, we released Quarkus 3.15.4, our next maintenance release for the 3.15 LTS stream.
11
+
12
+ This release contains bugfixes and documentation improvements.
13
+
14
+ It should be a safe upgrade for anyone already using 3.15. However, as part of fixing a security issue,
15
+ one small potentially breaking change had to be applied: https://github.com/quarkusio/quarkus/pull/45877[#45877].
16
+ This may affect you if you consume Netty allocator metrics.
17
+
18
+ == Update
19
+
20
+ To update to Quarkus 3.15, we recommend updating to the latest version of the Quarkus CLI and run:
21
+
22
+ [source,bash]
23
+ ----
24
+ quarkus update --stream=3.15
25
+ ----
26
+
27
+ Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.15.
28
+
29
+ == Full changelog
30
+
31
+ You can get https://github.com/quarkusio/quarkus/releases/tag/3.15.4[the full changelog of 3.15.4 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].
You can’t perform that action at this time.
0 commit comments