From 874e26cfe829b35ad6b510fe398939ed26eb3a66 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Tue, 20 Sep 2022 10:10:22 +0200 Subject: [PATCH] Update GraalVM to 22.2.0 (#689) * Update GraalVM to 22.2.0 * Upgrade graalvm to 22.2.0 and the maven plugin to its latest version Co-authored-by: Guillaume Nodet --- .github/workflows/early-access.yaml | 2 +- .github/workflows/release.yaml | 2 +- client/pom.xml | 27 ++++++++++++++++++++++++--- pom.xml | 8 ++++---- 4 files changed, 30 insertions(+), 9 deletions(-) diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml index 1de5566f..3715c969 100644 --- a/.github/workflows/early-access.yaml +++ b/.github/workflows/early-access.yaml @@ -24,7 +24,7 @@ on: pull_request: env: - GRAALVM_VERSION: '21.3.0' + GRAALVM_VERSION: '22.2.0' JAVA_VERSION: '17' jobs: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e9bf0e0..15befdd5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ on: - '*' env: - GRAALVM_VERSION: '21.3.0' + GRAALVM_VERSION: '22.2.0' JAVA_VERSION: '17' jobs: diff --git a/client/pom.xml b/client/pom.xml index a199c931..abc00937 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -74,6 +74,27 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-bytecode-version + + enforce + + + + + + org.graalvm.nativeimage:svm + + + + + + + org.codehaus.mojo buildnumber-maven-plugin @@ -118,12 +139,12 @@ - org.graalvm.nativeimage - native-image-maven-plugin + org.graalvm.buildtools + native-maven-plugin - native-image + build package diff --git a/pom.xml b/pom.xml index bacb1216..ce57b9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -56,8 +56,8 @@ 1.0.0 3.16.1 1.21 - 21.3.0 - 21.2.0 + 22.2.0 + 0.9.13 3.0.9 1.0 2.4.0 @@ -474,8 +474,8 @@ limitations under the License. ${buildnumber-maven-plugin.version} - org.graalvm.nativeimage - native-image-maven-plugin + org.graalvm.buildtools + native-maven-plugin ${graalvm.plugin.version}