The English version of quarkus.io is the official project site. Translated sites are community supported on a best-effort basis.

feature

Tagged posts: 'feature'

New Quarkus CLI features in 3.0 that will simplify your workflow and make your life easier

QuarkusでUPXを使用してネイティブの実行可能ファイルを小さくする方法

With the release of Quarkus 1.6 Quarkus now supports test profiles, allowing you to easily test multiple different configurations inside the same module. This post outlines what test profiles are and how you can use them. Recap on how @QuarkusTest works Before we talk about test profiles let’s talk briefly about how @QuarkusTest annotated tests actually work. The first time one of these tests is run the Quarkus test extension will start Quarkus. Quarkus will...