Skip to content

Commit d2c0c0e

Browse files
committed
Quarkus 3.0.4.Final
1 parent 36c345d commit d2c0c0e

File tree

2 files changed

+33
-2
lines changed

2 files changed

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

0 commit comments

Comments
 (0)