From 4947d0dc6a2e145e9e30d52b3fe37af60d4ac026 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Sun, 5 Nov 2023 21:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0graalvm=E7=9A=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/resources/common/flow.xml | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/liteflow-testcase-el/liteflow-testcase-el-script-graaljs-springboot/src/test/resources/common/flow.xml b/liteflow-testcase-el/liteflow-testcase-el-script-graaljs-springboot/src/test/resources/common/flow.xml index 4eafbb464..73836b3f5 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-script-graaljs-springboot/src/test/resources/common/flow.xml +++ b/liteflow-testcase-el/liteflow-testcase-el-script-graaljs-springboot/src/test/resources/common/flow.xml @@ -19,6 +19,11 @@ var result = addByArray([a,b,c,d]); defaultContext.setData("s1",parseInt(result)); + + /*fetch('https://jsonplaceholder.typicode.com/posts') + .then(response => response.json()) + .then(data => console.log(data)) + .catch(error => console.error(error));*/ ]]> diff --git a/pom.xml b/pom.xml index 064dafbe2..79d4c524d 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 1.4.4 3.3.2 3.0.8 - 21.3.3.1 + 22.0.0 1.12.23 1.8.13 1.2.3