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: docs/src/main/asciidoc/appcds.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,11 @@ This results in an archive generation process that on one hand is completely saf
87
87
As a result, users are expected to get a slightly more effective archive if they manually go through the hoops of generating the AppCDS archive.
88
88
====
89
89
90
+
[IMPORTANT]
91
+
====
92
+
AppCDS has improved significantly in the latest JDK releases. This means that to ensure the best possible improvements from it, make sure your projects targets the highest possible Java version (ideally 17 or 21).
93
+
====
94
+
90
95
=== Usage in containers
91
96
92
97
When building container images using the `quarkus-container-image-jib` extension, Quarkus automatically takes care of all the steps needed to generate the archive
0 commit comments