Skip to content

Commit 608093a

Browse files
committed
Quarkus 3.17.4
1 parent 3ef2e95 commit 608093a

File tree

2 files changed

+50
-2
lines changed

2 files changed

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

0 commit comments

Comments
 (0)