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.
Update
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.
変更点
RESTクライアント
@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.
コマンドラインインタフェース
A new config decrypt command has been added to the Quarkus CLI to decrypt secrets that were encrypted using the quarkus config encrypt command.
完全な変更履歴
You can get the full changelog of 3.30.0.CR1, 3.30.0, and 3.30.1 on GitHub.
コントリビューター
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.
参加のお誘い
私達は皆様からのフィードバックに重きを置いています。バグ報告、改善要望を是非お願いします。一緒に素晴らしいものを作り上げていきましょう!
Quarkusユーザーの場合でも、単に興味を持っているだけの場合でも、恥ずかしがらずにコミュニティに参加して下さい!:
-
GitHub でフィードバック
-
コードを作成し、 プルリクエスト を送信
-
Stack Overflow で質問