Skip to content

Commit 1e3a64b

Browse files
authored
Merge pull request quarkusio#36149 from geoand/appcds-jdk-version
Add note about JDK version in AppCDS doc
2 parents c1bff0e + b815ca5 commit 1e3a64b

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)