Skip to content

Commit c012d0a

Browse files
committed
Quarkus 3.24.5
1 parent 0b47695 commit c012d0a

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: post
3+
title: 'Quarkus 3.24.5 - Maintenance release'
4+
date: 2025-07-23
5+
tags: release
6+
synopsis: 'We released Quarkus 3.24.5, a maintenance release for our 3.24 release train.'
7+
author: gsmet
8+
---
9+
10+
We released Quarkus 3.24.5, the fourth (we skipped 3.24.0) maintenance release for our 3.24 release train.
11+
12+
We will release 3.25 next week.
13+
14+
== Update
15+
16+
To update to Quarkus 3.24, we recommend updating to the latest version of the Quarkus CLI and run:
17+
18+
[source,bash]
19+
----
20+
quarkus update
21+
----
22+
23+
Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.24.
24+
25+
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.24[Quarkus 3.24 migration guide].
26+
27+
== Full changelog
28+
29+
You can get the full changelog of https://github.com/quarkusio/quarkus/releases/tag/3.24.5[3.24.5] on GitHub.
30+
31+
== Come Join Us
32+
33+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
34+
35+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
36+
37+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
38+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
39+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
40+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].

0 commit comments

Comments
 (0)