Skip to content

Commit 82d9bd6

Browse files
authored
Merge pull request #2628 from quarkusio/fix
Fix tree shake configuration
2 parents 31c82b8 + b3fc215 commit 82d9bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2026-05-01-quarkus-3-35-released.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more information about the adjustments you need to make to your applications
3636

3737
=== JAR tree-shaking
3838

39-
A new experimental `quarkus.package.jar.tree-shake` option enables build-time dependency tree-shaking.
39+
A new experimental `quarkus.package.jar.tree-shake.mode` option enables build-time dependency tree-shaking.
4040
When set to `classes`, Quarkus performs bytecode reachability analysis to identify and exclude unused classes from runtime dependencies, reducing application JAR size.
4141

4242
The analysis traces references through supertypes, annotations, `ServiceLoader` entries, reflective class loading, and more.

0 commit comments

Comments
 (0)