# Quarkus 3.38.0 - Product: Quarkus (https://whatsnew.fyi/product/quarkus) - Vendor: Red Hat - Date: 2026-07-29 - Version: 3.38.0 - Original notes: https://github.com/quarkusio/quarkus/releases/tag/3.38.0 - Permalink: https://whatsnew.fyi/product/quarkus/releases/3.38.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix handling of multiple `@RegisterForProxy` annotations on the same type by using `getAnnotationsWithRepeatable` in proxy registration logic - **changed** — Update Infinispan to 16.0.14 - **added** — Add Gradle-version dependent warnings in Gradle plugin - **fixed** — Fix scalpel configuration ###### Complete changelog * [#55401](https://github.com/quarkusio/quarkus/issues/55401) - `@RegisterForProxy` is silently ignored when used more than once on the same type * [#55402](https://github.com/quarkusio/quarkus/pull/55402) - Use `getAnnotationsWithRepeatable` for handling repeatable annotations in proxy registration logic * [#55469](https://github.com/quarkusio/quarkus/pull/55469) - Updates to Infinispan 16.0.14 * [#55501](https://github.com/quarkusio/quarkus/pull/55501) - Gradle: Add Gradle-version dependent warnings * [#55536](https://github.com/quarkusio/quarkus/pull/55536) - Fix scalpel configuration