Quarkus 3.27 - new LTS version
It is our pleasure to announce the release of Quarkus 3.27, which is our new LTS (Long Term Support) version.
This version is built on the top of Quarkus 3.26. New features landed in Quarkus 3.28, which was also released today.
If you want to know more about our LTS policy, the LTS announcement is a must read.
LTS releases are supported for 12 months.
If you are coming from the previous LTS, Quarkus 3.20, there are a lot of exciting new features and we recommend reading the following announcements:
Update
To update to Quarkus 3.27, we recommend updating to the latest version of the Quarkus CLI and run:
quarkus update
Note that quarkus update
can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.27 LTS.
If you are upgrading from 3.26, there’s nothing to do as 3.27 is the direct continuation of 3.26.
If you are upgrading from the previous LTS, Quarkus 3.15, please refer to the following migration guides:
-
Migration guide for 3.27 - this one is empty as 3.27 is the continuation of 3.26
Note that quarkus update
should handle most of the heavy lifting for you,
but there are still cases that should be handled manually and we recommend reading these migration guides carefully.
What’s new?
Platform component upgrades
Camel Quarkus
Camel Quarkus has been updated to 3.27.0. You can find everything you need to know about it in the release notes.
Quarkus CXF
Quarkus CXF 3.27 was released and is now available in Quarkus Platform 3.27. Check the Quarkus CXF 3.27.0 release notes for more information about what is new in this release.
Full changelog
The core part of Quarkus 3.27.0 is a rebadged release of Quarkus 3.26.4 so nothing new here.
Contributors
The Quarkus community is growing and has now 1122 contributors. Many many thanks to each and everyone of them.
In particular for the 3.27 release, thanks to Akulov S V, Alexey Loubyansky, Bhawna, brunobat, Christian Beikov, Fouad Almalki, George Gastaldi, Georgios Andrianakis, Guillaume Smet, Holly Cummins, Jan Martiska, Jan Scheidegger, Julien Ponge, Karm Michal Babacek, Luca Molteni, Marco Belladelli, marko-bekhta, Martin Kouba, Melloware, Michael Edgar, Michal Maléř, Michal Vavřík, Ozan Gunalp, Peter Palaga, Phillip Kruger, Roberto Cortez, Rolfe Dlugy-Hegwer, Rostislav Svoboda, Saee Saadat, Sergey Beryozkin, and Teymur Babayev.
The list is a bit smaller than usual as 3.27 only contains bugfixes on top of 3.26.
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 GitHub;
-
craft some code and push a PR;
-
discuss with us on Zulip and on the mailing list;
-
ask your questions on Stack Overflow.