Skip to content

Commit 3645c25

Browse files
committed
Quarkus 3.2.2.Final
1 parent 4e8184f commit 3645c25

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
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.2.1.Final
3-
announce: /blog/quarkus-3-2-1-final-released/
2+
version: 3.2.2.Final
3+
announce: /blog/quarkus-3-2-2-final-released/
44
graalvm: '23.0'
55
jdk: "11+"
66
maven: 3.8.2+

_posts/2023-07-20-quarkus-3-2-1-final-released.adoc renamed to _posts/2023-07-24-quarkus-3-2-2-final-released.adoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
---
22
layout: post
3-
title: 'Quarkus 3.2.1.Final released - Maintenance release'
4-
date: 2023-07-20
3+
title: 'Quarkus 3.2.2.Final released - Maintenance release'
4+
date: 2023-07-24
55
tags: release
6-
synopsis: 'Quarkus 3.2.1.Final is the first maintenance release of our 3.2 release train.'
6+
synopsis: 'Quarkus 3.2.2.Final is the second maintenance release of our 3.2 release train.'
77
author: gsmet
88
---
99

10-
Today, we released Quarkus 3.2.1.Final, the first maintenance release of our 3.2 release train.
10+
Today, we released Quarkus 3.2.2.Final, the second maintenance release of our 3.2 release train.
1111

12-
As usual, it contains bugfixes and documentation improvements.
12+
We released 3.2.1.Final a few days ago but two annoying regressions were spotted before we announced it so we decided to not announce it and release a 3.2.2.Final right away.
13+
14+
These two releases contains mostly bugfixes and documentation improvements.
1315

1416
It should be a safe upgrade for anyone already using 3.1,
15-
but if you are using OpenAPI and/or Swagger UI, please have look below.
17+
but if you are using the management network interfance and OpenAPI/Swagger UI, please have look below.
1618

17-
If you are not already using 3.1, please refer to the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[Quarkus 3.2 migration guide].
19+
If you are not already using 3.2, please refer to the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[Quarkus 3.2 migration guide].
1820

1921
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 https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.1[3.1 migration guide] and https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[Quarkus 3.2 migration guide].
2022

@@ -33,7 +35,7 @@ You can disable this behavior by setting the `quarkus.smallrye-openapi.managemen
3335

3436
== Full changelog
3537

36-
You can get https://github.com/quarkusio/quarkus/releases/tag/3.2.1.Final[the full changelog of 3.2.1.Final on GitHub].
38+
You can get https://github.com/quarkusio/quarkus/releases/tag/3.2.1.Final[the full changelog of 3.2.1.Final] and https://github.com/quarkusio/quarkus/releases/tag/3.2.2.Final[the full changelog of 3.2.2.Final] on GitHub.
3739

3840
== Come Join Us
3941

0 commit comments

Comments
 (0)