Skip to content

Commit fa1d509

Browse files
authored
Merge pull request #2413 from jmartisk/3.15.7
Quarkus 3.15.7
2 parents 0ae7c5e + 09ee214 commit fa1d509

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: post
3+
title: 'Quarkus 3.15.7 released - LTS maintenance release'
4+
date: 2025-09-24
5+
tags: release
6+
synopsis: 'We released Quarkus 3.15.7, the next maintenance release for the 3.15 LTS stream.'
7+
author: jmartisk
8+
---
9+
10+
Today, we released Quarkus 3.15.7, our next maintenance release for the 3.15 LTS stream.
11+
12+
This release contains bugfixes, documentation updates and fixes the following CVEs:
13+
14+
- https://nvd.nist.gov/vuln/detail/CVE-2025-58056[CVE-2025-58056]
15+
- https://nvd.nist.gov/vuln/detail/CVE-2025-58057[CVE-2025-58057]
16+
17+
It should be a safe upgrade for anyone already using 3.15.
18+
19+
== Update
20+
21+
To update to Quarkus 3.15, we recommend updating to the latest version of the Quarkus CLI and run:
22+
23+
[source,bash]
24+
----
25+
quarkus update --stream=3.15
26+
----
27+
28+
Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.15.
29+
30+
== Full changelog
31+
32+
You can get https://github.com/quarkusio/quarkus/releases/tag/3.15.7[the full changelog of 3.15.7 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

Comments
 (0)