From df2445a6be2d69524411a7115eecbeed4a7e1dd4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 8 Nov 2022 12:28:14 +0000 Subject: [PATCH] Update docs now that GraalVM 22.3 is fully available Closes gh-32813 --- .../spring-boot-docs/src/docs/asciidoc/attributes.adoc | 2 +- .../native-image/developing-your-first-application.adoc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc index 1707a92352..61c59d0cbc 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc @@ -112,4 +112,4 @@ :tomcat-docs: https://tomcat.apache.org/tomcat-{tomcat-version}-doc :graal-version: 22.3 :graal-native-image-docs: https://www.graalvm.org/{graal-version}/reference-manual/native-image -:liberica-nik-download: https://bell-sw.com/pages/downloads/native-image-kit/#/nik-22-17-ea +:liberica-nik-download: https://bell-sw.com/pages/downloads/native-image-kit/#/nik-22-17 diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc index 08cf2d6226..4dc2b0dd51 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/developing-your-first-application.adoc @@ -150,8 +150,6 @@ You can use them to perform a variety of GraalVM tasks, including generating a n To build a native image using the Native Build Tools, you'll need a GraalVM distribution on your machine. You can either download it manually on the {liberica-nik-download}[Liberica Native Image Kit page], or you can use a download manager like SDKMAN!. -NOTE: If you download it manually, make sure to download the NIK 22-EA version, which is based on GraalVM 22.3. - [[native-image.developing-your-first-application.native-build-tools.prerequisites.linux-macos]] ===== Linux and MacOS