Quarkus 3.30 - JsonView on REST Client, Hibernate Validator 9.1, CLI decrypt command, and more
Today, we released Quarkus 3.30.
Quarkus 3.30 introduces the following notable changes:
-
#51043 - Introduce support for
@JsonViewon the REST Client -
#50196 - Update to Hibernate Validator 9.1
-
#50332 - Add a CLI command to decrypt secrets
-
#50723 - OIDC token propagation - allow users to select REST Client methods for which token should be propagated
-
#50806 - Support method-level
@OidcClientFilterbindings -
#50952 - Use
@QuarkusIntegrationTesttests as a test run for AOT file generation
As usual, this release also includes many bug fixes and improvements.
Actualización
To update to Quarkus 3.30, 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.30.
For more information about the adjustments you need to make to your applications, please refer to the Quarkus 3.30 migration guide.
What’s new?
REST Client
@JsonView support has been added to the REST Client.
You can now use this annotation on your REST Client interfaces to control the serialization and deserialization of JSON data based on different views.
This feature used to be only supported on the server side.
Hibernate Validator
Hibernate Validator has been updated to version 9.1, which comes with some significant performance improvements.
CLI
A new config decrypt command has been added to the Quarkus CLI to decrypt secrets that were encrypted using the quarkus config encrypt command.
Registro completo de cambios
You can get the full changelog of 3.30.0.CR1, 3.30.0, and 3.30.1 on GitHub.
Colaboradores
The Quarkus community is growing and has now 1136 contributors. Many many thanks to each and everyone of them.
In particular for the 3.30 release, thanks to Ales Justin, Alexey Loubyansky, Andreas Repp, Andy Damevin, Antonio Musarra, Aurea Munoz, azerr, Bruno Baptista, Christian Pieczewski, Clement Escoffier, David M. Lloyd, Eric Deandrea, eschcam, Foivos Zakkak, Fouad Almalki, Galder Zamarreño, George Gastaldi, Georgios Andrianakis, Greg Stewart, Guillaume Smet, Holly Cummins, Jakub Pietrzak, James Netherton, Jan Martiska, jcarranzan, jcjveraa, Johannes Schleger, Jonas Rutishauser, Juan Antonio Breña Moral, Julien Ponge, Junior DUSSOUILLEZ, Karm Michal Babacek, Kevin Ferrare, Ladislav Thon, Loïc Hermann, Luca Molteni, Lucas Reeh, Maciej Swiderski, Manuel Müller, Marco Belladelli, mariofusco, marko-bekhta, Martin Kouba, Matej Novotny, Matej Vašek, Matheus Cruz, Melloware, Michael Edgar, Michal Vavřík, Nicolo Pietro Belcastro, Ozan Gunalp, Peter Palaga, Phillip Krüger, Pierre Beitz, Robert Stupp, Roberto Cortez, Rolfe Dlugy-Hegwer, Rostislav Svoboda, Sanne Grinovero, Sergey Beryozkin, staillebois, Stéphane Épardaud, Teymur Babayev, Thomas Segismont, Tomas Hofman, Willem Jan Glerum, xstefank, and Yoann Rodière.
Únete a nosotros
Valoramos mucho tus comentarios, así que por favor reporta errores, solicita mejoras… ¡Construyamos algo grandioso juntos!
Si eres un usuario de Quarkus o simplemente tienes curiosidad, no seas tímido y únete a nuestra acogedora comunidad:
-
proporcionar retroalimentación en GitHub;
-
escribir algo de código y enviar push a PR;
-
comentar con nosotros en Zulip y en nuestra lista de correo;
-
hacer tus preguntas en Stack Overflow.