Skip to content

Commit f388497

Browse files
committed
Quarkus 3.18.3
1 parent df77c28 commit f388497

File tree

2 files changed

+43
-2
lines changed

2 files changed

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

0 commit comments

Comments
 (0)