Skip to content

Commit 70a649c

Browse files
committed
Quarkus 3.1.1.Final
1 parent c5debd7 commit 70a649c

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-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.0.4.Final
3-
announce: /blog/quarkus-3-0-4-final-released/
2+
version: 3.1.1.Final
3+
announce: /blog/quarkus-3-1-1-final-released/
44
graalvm: '22.3'
55
jdk: "11+"
66
maven: 3.8.2+
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: post
3+
title: 'Quarkus 3.1.1.Final released - Maintenance release'
4+
date: 2023-06-07
5+
tags: release
6+
synopsis: 'Quarkus 3.1.1.Final is the first maintenance release of our 3.1 release train.'
7+
author: gsmet
8+
---
9+
10+
We released Quarkus 3.1.1.Final, the first maintenance release of our 3.1 release train.
11+
12+
As usual, it contains bugfixes and documentation improvements.
13+
14+
It should be a safe upgrade for anyone already using 3.1.
15+
16+
If you are not already using 3.1, please refer to the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.1[Quarkus 3.1 migration guide].
17+
18+
And if you are not already using 3.0, please refer to https://quarkus.io/blog/quarkus-3-0-final-released/[the Quarkus 3.0 announcement] and in particular the section about the https://quarkus.io/blog/quarkus-3-0-final-released/#upgrading[upgrade path to 3.0] together with the [3.1 migration guide].
19+
20+
== Full changelog
21+
22+
You can get https://github.com/quarkusio/quarkus/releases/tag/3.1.1.Final[the full changelog of 3.1.1.Final on GitHub].
23+
24+
== Come Join Us
25+
26+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
27+
28+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
29+
30+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
31+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
32+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
33+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].

0 commit comments

Comments
 (0)