From f41f1f14327b20332fc46c229bd88930e0830aef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B5=85=E6=A2=A6?= <1101766085@qq.com>
Date: Wed, 22 Nov 2023 09:25:21 +0800
Subject: [PATCH] =?UTF-8?q?:sparkles:=20mica-mqtt-example=20=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0=20graalvm=20=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../graalvm/reflect-config.json | 30 -------------------
example/mica-mqtt-example/pom.xml | 22 +-------------
2 files changed, 1 insertion(+), 51 deletions(-)
delete mode 100644 example/mica-mqtt-example/graalvm/reflect-config.json
diff --git a/example/mica-mqtt-example/graalvm/reflect-config.json b/example/mica-mqtt-example/graalvm/reflect-config.json
deleted file mode 100644
index dda3fb5b..00000000
--- a/example/mica-mqtt-example/graalvm/reflect-config.json
+++ /dev/null
@@ -1,30 +0,0 @@
-[
- {
- "name": "com.github.benmanes.caffeine.cache.PSW",
- "allDeclaredConstructors": true
- },
- {
- "name": "com.github.benmanes.caffeine.cache.PSWMS",
- "allDeclaredConstructors": true
- },
- {
- "name": "com.github.benmanes.caffeine.cache.SSLA",
- "allDeclaredConstructors": true
- },
- {
- "name": "com.github.benmanes.caffeine.cache.SSLMSW",
- "allDeclaredConstructors": true
- },
- {
- "name": "com.github.benmanes.caffeine.cache.SSMSW",
- "allDeclaredConstructors": true
- },
- {
- "name": "com.github.benmanes.caffeine.cache.SSLMSA",
- "allDeclaredConstructors": true
- },
- {
- "name": "com.github.benmanes.caffeine.cache.PSAMS",
- "allDeclaredConstructors": true
- }
-]
diff --git a/example/mica-mqtt-example/pom.xml b/example/mica-mqtt-example/pom.xml
index 17c81c61..728fff77 100644
--- a/example/mica-mqtt-example/pom.xml
+++ b/example/mica-mqtt-example/pom.xml
@@ -14,7 +14,7 @@
- 22.0.0.2
+ 23.1.1
net.dreamlu.iot.mqtt.server.MqttServerTest
net.dreamlu.iot.mqtt.client.MqttClientTest
@@ -49,12 +49,6 @@
true
-
-
- com.github.ben-manes.caffeine
- caffeine
- 2.9.2
-
org.tinylog
@@ -103,12 +97,6 @@
mqtt-server-graal
-
-
- com.github.ben-manes.caffeine
- caffeine
- 3.0.3
-
org.slf4j
@@ -145,7 +133,6 @@
-H:+RemoveSaturatedTypeFlows
--allow-incomplete-classpath
- -H:ReflectionConfigurationFiles=../graalvm/reflect-config.json
@@ -155,12 +142,6 @@
mqtt-client-graal
-
-
- com.github.ben-manes.caffeine
- caffeine
- 3.0.3
-
org.slf4j
@@ -197,7 +178,6 @@
-H:+RemoveSaturatedTypeFlows
--allow-incomplete-classpath
- -H:ReflectionConfigurationFiles=../graalvm/reflect-config.json