From ac9040e8145cbf242a68e22f4e05889ba4a7fe16 Mon Sep 17 00:00:00 2001 From: "Mai, Linh" Date: Mon, 28 Jun 2021 11:28:49 +0200 Subject: [PATCH 1/4] add graal native --- radar/2021-01-01/graalnaative.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 radar/2021-01-01/graalnaative.md diff --git a/radar/2021-01-01/graalnaative.md b/radar/2021-01-01/graalnaative.md new file mode 100644 index 0000000..0399c98 --- /dev/null +++ b/radar/2021-01-01/graalnaative.md @@ -0,0 +1,14 @@ +--- +title: "Graal Native Image" +ring: trial +quadrant: tools + +--- +Graal Native Image + +Native Image is a technology to ahead-of-time compile Java code to a standalone executable, called a native image. In the process +of building a native image all library dependencies, including those from the JDK will be packed the native image. +The application created as a native image can be run without a JDK. The natively compiled applications require generally +less memory and have shorter start up times. + +We at AOE have already running microservices written in Scala with Graal Native Image From 3bff8a4c6aa05977ca6e6f3acd9ec9c60116ff76 Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Tue, 29 Jun 2021 09:51:08 +0200 Subject: [PATCH 2/4] Update graalnaative.md --- radar/2021-01-01/graalnaative.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/graalnaative.md b/radar/2021-01-01/graalnaative.md index 0399c98..c106d6c 100644 --- a/radar/2021-01-01/graalnaative.md +++ b/radar/2021-01-01/graalnaative.md @@ -7,7 +7,7 @@ quadrant: tools Graal Native Image Native Image is a technology to ahead-of-time compile Java code to a standalone executable, called a native image. In the process -of building a native image all library dependencies, including those from the JDK will be packed the native image. +of building a native image all library dependencies, including those from the JDK will be packed in the native image. The application created as a native image can be run without a JDK. The natively compiled applications require generally less memory and have shorter start up times. From 1a0d449011011c697448e5919bc939b8629e894e Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Tue, 29 Jun 2021 09:57:24 +0200 Subject: [PATCH 3/4] Update graalnaative.md --- radar/2021-01-01/graalnaative.md | 1 - 1 file changed, 1 deletion(-) diff --git a/radar/2021-01-01/graalnaative.md b/radar/2021-01-01/graalnaative.md index c106d6c..a1b866d 100644 --- a/radar/2021-01-01/graalnaative.md +++ b/radar/2021-01-01/graalnaative.md @@ -4,7 +4,6 @@ ring: trial quadrant: tools --- -Graal Native Image Native Image is a technology to ahead-of-time compile Java code to a standalone executable, called a native image. In the process of building a native image all library dependencies, including those from the JDK will be packed in the native image. From 7630e8d581c73f95401fbea873e2a972ae69dc9c Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Tue, 29 Jun 2021 09:58:29 +0200 Subject: [PATCH 4/4] Update graalnaative.md --- radar/2021-01-01/graalnaative.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/graalnaative.md b/radar/2021-01-01/graalnaative.md index a1b866d..a882999 100644 --- a/radar/2021-01-01/graalnaative.md +++ b/radar/2021-01-01/graalnaative.md @@ -10,4 +10,4 @@ of building a native image all library dependencies, including those from the JD The application created as a native image can be run without a JDK. The natively compiled applications require generally less memory and have shorter start up times. -We at AOE have already running microservices written in Scala with Graal Native Image +We at AOE have already running microservices written in Scala with Graal Native Image.