You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2026-05-01-quarkus-3-35-released.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For more information about the adjustments you need to make to your applications
36
36
37
37
=== JAR tree-shaking
38
38
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.
40
40
When set to `classes`, Quarkus performs bytecode reachability analysis to identify and exclude unused classes from runtime dependencies, reducing application JAR size.
41
41
42
42
The analysis traces references through supertypes, annotations, `ServiceLoader` entries, reflective class loading, and more.
0 commit comments