Skip to content

Commit b815ca5

Browse files
committed
Add note about JDK version in AppCDS doc
Relates to: quarkusio#32877 (comment)
1 parent 705de0b commit b815ca5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/main/asciidoc/appcds.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ This results in an archive generation process that on one hand is completely saf
8787
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.
8888
====
8989

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+
9095
=== Usage in containers
9196

9297
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

Comments
 (0)