Skip to content

Commit

Permalink
Add note about JDK version in AppCDS doc
Browse files Browse the repository at this point in the history
Relates to: quarkusio#32877 (comment)

(cherry picked from commit b815ca5)
  • Loading branch information
geoand authored and gsmet committed Oct 3, 2023
1 parent 5691525 commit 26966e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/asciidoc/appcds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ This results in an archive generation process that on one hand is completely saf
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.
====

[IMPORTANT]
====
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).
====

=== Usage in containers

When building container images using the `quarkus-container-image-jib` extension, Quarkus automatically takes care of all the steps needed to generate the archive
Expand Down

0 comments on commit 26966e3

Please sign in to comment.