Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarkus 3.15.3 announcement #2213

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions _posts/2025-01-21-quarkus-3-15-3-released.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: post
title: 'Quarkus 3.15.3 released - LTS maintenance release'
date: 2025-01-21
tags: release
synopsis: 'We released Quarkus 3.15.3, the second maintenance release for the 3.15 LTS stream.'
author: jmartisk
---

Today, we released Quarkus 3.15.3, our second (we skipped 3.15.0) maintenance release for the 3.15 LTS stream.

This release contains bugfixes and documentation improvements.

It should be a safe upgrade for anyone already using 3.15.

== Update

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

[source,bash]
----
quarkus update --stream=3.15
----

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

== Full changelog

You can get https://github.com/quarkusio/quarkus/releases/tag/3.15.3[the full changelog of 3.15.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].
Loading