How to build, preview, and verify Quarkus documentation locally: root Maven build, docs rebuild, Roq dev server preview.
Rules for preparing pull requests and commits in the Quarkus project: title conventions, description format, commit hygiene, labels, and contribution policies.
Maintain @Deprecated code in the Quarkus codebase: remove code that has been deprecated for more than 12 months, and add the @Deprecated annotations that were missed when a related element was deprecated (e.g. a field is deprecated but its…
Quarkus code style conventions: formatting, visibility, naming, logging, and general style rules for the Quarkus codebase.
Testing patterns for Quarkus extensions: test annotations, test locations, QuarkusExtensionTest patterns, and how to run tests.
How to add a Dev UI page to a Quarkus extension: deployment processors, runtime-dev JSON-RPC services, and Lit web components.
How to build and test Quarkus: Maven commands, build flags, incremental builds, justfile aliases, and important build rules.
Quarkus split classloading model, runtime-dev module wiring, conditional dependencies, and common classloading mistakes.