Sunday, October 13, 2024

Quarkus 3.15 - New LTS Version

Quarkus is excited to announce the release of Quarkus 3.15, the latest Long Term Support (LTS) version, built on top of Quarkus 3.14 with additional bug fixes. New features are expected in Quarkus 3.16, set to release at the end of October.

For detailed information about the LTS policy, readers are encouraged to check the LTS announcement. LTS releases are supported for 12 months, making it crucial for users coming from the previous LTS, Quarkus 3.8, to explore exciting new features detailed in the related announcements.

To update to Quarkus 3.15, users should update to the latest version of the Quarkus CLI and run quarkus update, which supports upgrades from any version of Quarkus.

For the full changelog of Quarkus 3.15, visit the GitHub release page.

Learn more about the Quarkus community and how to get involved!

No comments:

Post a Comment

Read files in Java 10 ways How to Read a File in Java Using BufferedReader and FileReader for Text Files Code Example: try (BufferedR...