You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2023-07-24-quarkus-3-2-2-final-released.adoc
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
---
2
2
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
5
5
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.'
7
7
author: gsmet
8
8
---
9
9
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.
11
11
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.
13
15
14
16
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.
16
18
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].
18
20
19
21
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].
20
22
@@ -33,7 +35,7 @@ You can disable this behavior by setting the `quarkus.smallrye-openapi.managemen
33
35
34
36
== Full changelog
35
37
36
-
You can get https://github.com/quarkusio/quarkus/releases/tag/3.2.1.Final[the full changelog of 3.2.1.Finalon 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.
0 commit comments