Skip to content

Commit

Permalink
Merge pull request #36149 from geoand/appcds-jdk-version
Browse files Browse the repository at this point in the history
Add note about JDK version in AppCDS doc
  • Loading branch information
geoand authored Sep 26, 2023
2 parents c1bff0e + b815ca5 commit 1e3a64b
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 1e3a64b

Please sign in to comment.