Skip to content

Commit

Permalink
Quarkus 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 17, 2024
1 parent 564d541 commit 738a108
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _data/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
quarkus:
version: 3.12.2
announce: /blog/quarkus-3-12-2-released/
version: 3.12.3
announce: /blog/quarkus-3-12-3-released/
graalvm: 'for Java 21'
jdk: "17+"
maven: 3.8.6+
maven: 3.9.6+
documentation:
- 'main'
- 'latest'
Expand Down
41 changes: 41 additions & 0 deletions _posts/2024-07-17-quarkus-3-12-3-released.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: post
title: 'Quarkus 3.12.3 released - Maintenance release'
date: 2024-07-17
tags: release
synopsis: 'We released Quarkus 3.12.3, our third maintenance release for the 3.12 release train.'
author: gsmet
---

Today, we released Quarkus 3.12.3, our third maintenance release for the 3.12 release train.

This release contains bugfixes and documentation improvements.
It should be a safe upgrade for anyone already using 3.12.

== Update

To update to Quarkus 3.12, we recommend updating to the latest version of the Quarkus CLI and run:

[source,bash]
----
quarkus update
----

Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.12.

If you are not already using 3.12, please refer to the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.12[3.12] migration guide.

== Full changelog

You can get https://github.com/quarkusio/quarkus/releases/tag/3.12.3[the full changelog of 3.12.3 on GitHub].

== Come Join Us

We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!

If you are a Quarkus user or just curious, don't be shy and join our welcoming community:

* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].

0 comments on commit 738a108

Please sign in to comment.