From bccf100be7586a33bb334a6f10b37682d915f800 Mon Sep 17 00:00:00 2001
From: Arvind Krishnakumar
<61501885+arvindkrishnakumar-okta@users.noreply.github.com>
Date: Tue, 22 Aug 2023 00:47:24 +0530
Subject: [PATCH 1/8] Bump svm to 23.0.1
---
cli/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cli/pom.xml b/cli/pom.xml
index e9450886..696a424e 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -78,7 +78,7 @@
org.graalvm.nativeimage
svm
- 22.3.0
+ 23.0.1
@@ -315,4 +315,4 @@
-
\ No newline at end of file
+
From 63cb2001ced7b86230eec2157eb205e9435ba4ab Mon Sep 17 00:00:00 2001
From: Arvind Krishnakumar
Date: Mon, 21 Aug 2023 15:45:56 -0500
Subject: [PATCH 2/8] updates
---
.github/workflows/graalvm.yml | 2 +-
.sdkmanrc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/graalvm.yml b/.github/workflows/graalvm.yml
index e13384ad..2bc24580 100644
--- a/.github/workflows/graalvm.yml
+++ b/.github/workflows/graalvm.yml
@@ -24,7 +24,7 @@ on:
pull_request: # build all PRs
env:
- graalvm_version: '22.3.0'
+ graalvm_version: '22.3.3'
jobs:
build:
diff --git a/.sdkmanrc b/.sdkmanrc
index cd9eedbd..2faff930 100644
--- a/.sdkmanrc
+++ b/.sdkmanrc
@@ -1,3 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
-java=22.3.r17-grl
\ No newline at end of file
+java=22.3.3.r17-grl
From d3f79acc505540c8340266e1243de403df2cdd7c Mon Sep 17 00:00:00 2001
From: Arvind Krishnakumar
<61501885+arvindkrishnakumar-okta@users.noreply.github.com>
Date: Fri, 25 Aug 2023 21:43:15 +0530
Subject: [PATCH 3/8] Update graalvm.yml
---
.github/workflows/graalvm.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/graalvm.yml b/.github/workflows/graalvm.yml
index 2bc24580..ed31e408 100644
--- a/.github/workflows/graalvm.yml
+++ b/.github/workflows/graalvm.yml
@@ -38,6 +38,7 @@ jobs:
BRANCH: ${{ github.head_ref }}
RUN_IT: true
OKTA_ITS_TIMEOUT: PT45s
+ USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM: false
steps:
- uses: actions/checkout@v3
@@ -69,6 +70,7 @@ jobs:
REPO_SLUG: ${{ github.repository }}
BRANCH: ${{ github.head_ref }}
RUN_IT: true
+ USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM: false
steps:
- uses: actions/checkout@v3
From 415b9fdfd04465cbe6305b6eddedb626279e4683 Mon Sep 17 00:00:00 2001
From: Arvind Krishnakumar
<61501885+arvindkrishnakumar-okta@users.noreply.github.com>
Date: Fri, 25 Aug 2023 21:49:35 +0530
Subject: [PATCH 4/8] Update pom.xml
---
cli/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/cli/pom.xml b/cli/pom.xml
index 696a424e..9ca2b1be 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -168,6 +168,7 @@
--no-fallback
--no-server
+ --add-exports=jdk.internal.vm.compiler/org.graalvm.compiler.options=ALL-UNNAMED
--enable-url-protocols=http,https
-H:ResourceConfigurationFiles=../src/main/graalvm/resource-config.json
-H:ReflectionConfigurationFiles=../src/main/graalvm/reflect-config.json,../src/main/graalvm/okta-sdk-reflect-config.json
From 23a1cbeda71dd59f6051d4f092df3ee225a440f7 Mon Sep 17 00:00:00 2001
From: Arvind Krishnakumar
<61501885+arvindkrishnakumar-okta@users.noreply.github.com>
Date: Fri, 22 Sep 2023 23:18:34 +0530
Subject: [PATCH 5/8] Update pom.xml
---
cli/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cli/pom.xml b/cli/pom.xml
index 9ca2b1be..9b4e74b4 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -78,7 +78,7 @@
org.graalvm.nativeimage
svm
- 23.0.1
+ 23.1.0
From 7bc93367c4c66f419943a69bc88eb81f2349d8a1 Mon Sep 17 00:00:00 2001
From: Arvind Krishnakumar
<61501885+arvindkrishnakumar-okta@users.noreply.github.com>
Date: Fri, 22 Sep 2023 23:23:31 +0530
Subject: [PATCH 6/8] Update pom.xml
---
cli/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cli/pom.xml b/cli/pom.xml
index 9b4e74b4..9ca2b1be 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -78,7 +78,7 @@
org.graalvm.nativeimage
svm
- 23.1.0
+ 23.0.1
From b0a4c5cc7be77259c0bf0bec52d0eb9e6108d2a4 Mon Sep 17 00:00:00 2001
From: Arvind Krishnakumar
<61501885+arvindkrishnakumar-okta@users.noreply.github.com>
Date: Fri, 22 Sep 2023 23:43:43 +0530
Subject: [PATCH 7/8] Update pom.xml
---
cli/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cli/pom.xml b/cli/pom.xml
index 9ca2b1be..f4a66f5a 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -78,7 +78,7 @@
org.graalvm.nativeimage
svm
- 23.0.1
+ 22.3.2
From 9a69759c7bb9c6e37138e1e03e89402fb40e21c5 Mon Sep 17 00:00:00 2001
From: Arvind Krishnakumar
<61501885+arvindkrishnakumar-okta@users.noreply.github.com>
Date: Fri, 22 Sep 2023 23:46:34 +0530
Subject: [PATCH 8/8] Update pom.xml
---
cli/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cli/pom.xml b/cli/pom.xml
index f4a66f5a..9ca2b1be 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -78,7 +78,7 @@
org.graalvm.nativeimage
svm
- 22.3.2
+ 23.0.1