Skip to content

Commit 7d3a19d

Browse files
committed
Quarkus 3.6.3
1 parent 3658cec commit 7d3a19d

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

_data/versions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
quarkus:
2-
version: 3.6.1
3-
announce: /blog/quarkus-3-6-1-released/
2+
version: 3.6.3
3+
announce: /blog/quarkus-3-6-3-released/
44
graalvm: 'for Java 21'
55
jdk: "11+"
66
maven: 3.8.2+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: post
3+
title: 'Quarkus 3.6.3 released - Maintenance release'
4+
date: 2023-12-13
5+
tags: release
6+
synopsis: 'We released Quarkus 3.6.3, our third maintenance release for the 3.6 release train.'
7+
author: gsmet
8+
---
9+
10+
Today, we released Quarkus 3.6.3, our third maintenance release for the 3.6 release train.
11+
12+
3.6.2 had an extremely short lifetime due to a bug caught early by our community (thanks to those who reported the issue!).
13+
14+
This release contains bugfixes and documentation improvements.
15+
16+
It should be a safe upgrade for anyone already using 3.6.
17+
18+
== Update
19+
20+
To update to Quarkus 3.6.3, we recommend updating to the latest version of the Quarkus CLI and run:
21+
22+
[source,bash]
23+
----
24+
quarkus update
25+
----
26+
27+
To migrate from 3.5, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.5[our migration guide].
28+
29+
If you are not already using 3.x, please refer to the https://quarkus.io/blog/quarkus-3-0-final-released/[3.0 announcement] for all the details.
30+
You can also refer to https://quarkus.io/blog/quarkus-3-upgrade/[this blog post] for additional details.
31+
Once you upgraded to 3.0, also have a look at the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.1[3.1], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[3.2], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[3.3], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.4[3.4], and https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.5[3.5] migration guides.
32+
33+
== Full changelog
34+
35+
You can get https://github.com/quarkusio/quarkus/releases/tag/3.6.2[the full changelog of 3.6.2] and https://github.com/quarkusio/quarkus/releases/tag/3.6.3[3.6.3] on GitHub.
36+
37+
== Come Join Us
38+
39+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
40+
41+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
42+
43+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
44+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
45+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
46+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].

0 commit comments

Comments
 (0)