From a27b94c4c63f08e45402bdc29f066a123a032a67 Mon Sep 17 00:00:00 2001 From: EightMonth Date: Tue, 25 Mar 2025 14:55:36 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fastjson=E5=8D=87=E7=BA=A7=E8=87=B32.?= =?UTF-8?q?0.43"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d87ffc11e7abe7da3a3eccf3b5c5f848d7568a2d. --- .../src/main/java/org/jeecg/common/util/oConvertUtils.java | 2 +- jeecg-boot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java index 85741a23..a7a975a0 100644 --- a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java +++ b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java @@ -463,7 +463,7 @@ public class oConvertUtils { return false; } - List childs = childArray.toJavaList(String.class); + String[] childs = childArray.toArray(new String[]{}); for (String v : childs) { if (!isIn(v, all)) { return false; diff --git a/jeecg-boot/pom.xml b/jeecg-boot/pom.xml index ebad130e..31655875 100644 --- a/jeecg-boot/pom.xml +++ b/jeecg-boot/pom.xml @@ -39,7 +39,7 @@ 1.5.2 2.4.1 - 2.0.43 + 1.2.83 5.2.6 1.6.0 0.17.0