From 6dbeb023912bc0e4cc4ae84bcd3af49407628c5d Mon Sep 17 00:00:00 2001 From: luxurong <1074455781@qq.com> Date: Tue, 20 Jun 2023 10:32:25 +0800 Subject: [PATCH 1/2] 2.0.9 --- pom.xml | 2 +- smqttx-bootstrap/pom.xml | 8 ++++---- smqttx-common/pom.xml | 2 +- smqttx-core/pom.xml | 10 +++++----- smqttx-integrate/pom.xml | 4 ++-- smqttx-metric/pom.xml | 2 +- smqttx-metric/smqttx-metric-influxdb/pom.xml | 4 ++-- smqttx-metric/smqttx-metric-prometheus/pom.xml | 4 ++-- smqttx-rule/pom.xml | 2 +- smqttx-rule/smqttx-rule-dsl/pom.xml | 6 +++--- smqttx-rule/smqttx-rule-engine/pom.xml | 16 ++++++++-------- smqttx-rule/smqttx-rule-source/pom.xml | 4 ++-- .../smqttx-rule-source-db/pom.xml | 4 ++-- .../smqttx-rule-source-http/pom.xml | 6 +++--- .../smqttx-rule-source-kafka/pom.xml | 4 ++-- .../smqttx-rule-source-mqtt/pom.xml | 4 ++-- .../smqttx-rule-source-rabbitmq/pom.xml | 4 ++-- .../smqttx-rule-source-rocketmq/pom.xml | 4 ++-- smqttx-spring-boot-starter/pom.xml | 6 +++--- smqttx-ui/pom.xml | 2 +- 20 files changed, 49 insertions(+), 49 deletions(-) diff --git a/pom.xml b/pom.xml index 5b9ec681..9edd5ddc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.github.quickmsg smqttx - 2.0.8 + 2.0.9 smqttx-common smqttx-core diff --git a/smqttx-bootstrap/pom.xml b/smqttx-bootstrap/pom.xml index d6f53fb6..83e37023 100644 --- a/smqttx-bootstrap/pom.xml +++ b/smqttx-bootstrap/pom.xml @@ -7,10 +7,10 @@ smqttx io.github.quickmsg - 2.0.8 + 2.0.9 smqttx-bootstrap - 2.0.8 + 2.0.9 smqttx-bootstrap http://www.example.com @@ -48,12 +48,12 @@ io.github.quickmsg smqttx-core - 2.0.8 + 2.0.9 smqttx-ui io.github.quickmsg - 2.0.8 + 2.0.9 diff --git a/smqttx-common/pom.xml b/smqttx-common/pom.xml index 94e1e2df..99b54fb6 100644 --- a/smqttx-common/pom.xml +++ b/smqttx-common/pom.xml @@ -5,7 +5,7 @@ smqttx io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 jar diff --git a/smqttx-core/pom.xml b/smqttx-core/pom.xml index 8c50ce01..ef0ce1b5 100644 --- a/smqttx-core/pom.xml +++ b/smqttx-core/pom.xml @@ -5,7 +5,7 @@ smqttx io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 smqttx-core @@ -20,22 +20,22 @@ io.github.quickmsg smqttx-integrate - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-common - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-rule-dsl - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-metric-prometheus - 2.0.8 + 2.0.9 org.apache.ignite diff --git a/smqttx-integrate/pom.xml b/smqttx-integrate/pom.xml index 3792a677..e03cdd0d 100644 --- a/smqttx-integrate/pom.xml +++ b/smqttx-integrate/pom.xml @@ -6,7 +6,7 @@ smqttx io.github.quickmsg - 2.0.8 + 2.0.9 smqttx-integrate smqttx-integrate @@ -25,7 +25,7 @@ io.github.quickmsg smqttx-common - 2.0.8 + 2.0.9 junit diff --git a/smqttx-metric/pom.xml b/smqttx-metric/pom.xml index 24ccf4a4..36c8d7bb 100644 --- a/smqttx-metric/pom.xml +++ b/smqttx-metric/pom.xml @@ -7,7 +7,7 @@ smqttx io.github.quickmsg - 2.0.8 + 2.0.9 smqttx-metric diff --git a/smqttx-metric/smqttx-metric-influxdb/pom.xml b/smqttx-metric/smqttx-metric-influxdb/pom.xml index 4d774242..e006487e 100644 --- a/smqttx-metric/smqttx-metric-influxdb/pom.xml +++ b/smqttx-metric/smqttx-metric-influxdb/pom.xml @@ -5,7 +5,7 @@ smqttx-metric io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 @@ -15,7 +15,7 @@ io.github.quickmsg smqttx-common - 2.0.8 + 2.0.9 provided diff --git a/smqttx-metric/smqttx-metric-prometheus/pom.xml b/smqttx-metric/smqttx-metric-prometheus/pom.xml index dda8350b..1ea48706 100644 --- a/smqttx-metric/smqttx-metric-prometheus/pom.xml +++ b/smqttx-metric/smqttx-metric-prometheus/pom.xml @@ -5,7 +5,7 @@ smqttx-metric io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 @@ -20,7 +20,7 @@ io.github.quickmsg smqttx-common - 2.0.8 + 2.0.9 provided diff --git a/smqttx-rule/pom.xml b/smqttx-rule/pom.xml index aff5d484..abd29e2d 100644 --- a/smqttx-rule/pom.xml +++ b/smqttx-rule/pom.xml @@ -7,7 +7,7 @@ smqttx io.github.quickmsg - 2.0.8 + 2.0.9 smqttx-rule diff --git a/smqttx-rule/smqttx-rule-dsl/pom.xml b/smqttx-rule/smqttx-rule-dsl/pom.xml index a9de56ce..aba998d9 100644 --- a/smqttx-rule/smqttx-rule-dsl/pom.xml +++ b/smqttx-rule/smqttx-rule-dsl/pom.xml @@ -5,7 +5,7 @@ smqttx-rule io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 @@ -15,13 +15,13 @@ io.github.quickmsg smqttx-common - 2.0.8 + 2.0.9 provided smqttx-rule-engine io.github.quickmsg - 2.0.8 + 2.0.9 diff --git a/smqttx-rule/smqttx-rule-engine/pom.xml b/smqttx-rule/smqttx-rule-engine/pom.xml index bdb7b6d0..b179d47a 100644 --- a/smqttx-rule/smqttx-rule-engine/pom.xml +++ b/smqttx-rule/smqttx-rule-engine/pom.xml @@ -7,7 +7,7 @@ smqttx-rule io.github.quickmsg - 2.0.8 + 2.0.9 smqttx-rule-engine @@ -18,43 +18,43 @@ io.github.quickmsg smqttx-common - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-rule-source-kafka - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-rule-source-http - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-rule-source-rocketmq - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-rule-source-rabbitmq - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-rule-source-db - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-rule-source-mqtt - 2.0.8 + 2.0.9 diff --git a/smqttx-rule/smqttx-rule-source/pom.xml b/smqttx-rule/smqttx-rule-source/pom.xml index 28b5a0cd..76836f68 100644 --- a/smqttx-rule/smqttx-rule-source/pom.xml +++ b/smqttx-rule/smqttx-rule-source/pom.xml @@ -8,7 +8,7 @@ smqttx-rule io.github.quickmsg - 2.0.8 + 2.0.9 smqttx-rule-source @@ -33,7 +33,7 @@ io.github.quickmsg smqttx-common - 2.0.8 + 2.0.9 diff --git a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-db/pom.xml b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-db/pom.xml index 4b08a26c..e012204d 100644 --- a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-db/pom.xml +++ b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-db/pom.xml @@ -5,13 +5,13 @@ smqttx-rule-source io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 io.github.quickmsg smqttx-rule-source-db - 2.0.8 + 2.0.9 3.14.11 diff --git a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-http/pom.xml b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-http/pom.xml index 814ae1d2..0906aa3c 100644 --- a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-http/pom.xml +++ b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-http/pom.xml @@ -6,7 +6,7 @@ io.github.quickmsg smqttx-rule-source-http - 2.0.8 + 2.0.9 smqttx-rule-source-http @@ -15,14 +15,14 @@ smqttx-rule-source io.github.quickmsg - 2.0.8 + 2.0.9 io.github.quickmsg smqttx-common - 2.0.8 + 2.0.9 provided diff --git a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-kafka/pom.xml b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-kafka/pom.xml index f1eef728..37f3eff3 100644 --- a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-kafka/pom.xml +++ b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-kafka/pom.xml @@ -5,12 +5,12 @@ smqttx-rule-source io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 smqttx-rule-source-kafka - 2.0.8 + 2.0.9 https://github.com/quickmsg/smqtt diff --git a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-mqtt/pom.xml b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-mqtt/pom.xml index 096e38fc..452e7265 100644 --- a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-mqtt/pom.xml +++ b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-mqtt/pom.xml @@ -5,13 +5,13 @@ smqttx-rule-source io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 io.github.quickmsg smqttx-rule-source-mqtt - 2.0.8 + 2.0.9 diff --git a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-rabbitmq/pom.xml b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-rabbitmq/pom.xml index d93483d8..d1631448 100644 --- a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-rabbitmq/pom.xml +++ b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-rabbitmq/pom.xml @@ -5,13 +5,13 @@ smqttx-rule-source io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 io.github.quickmsg smqttx-rule-source-rabbitmq - 2.0.8 + 2.0.9 diff --git a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-rocketmq/pom.xml b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-rocketmq/pom.xml index 336327c9..ef89ad98 100644 --- a/smqttx-rule/smqttx-rule-source/smqttx-rule-source-rocketmq/pom.xml +++ b/smqttx-rule/smqttx-rule-source/smqttx-rule-source-rocketmq/pom.xml @@ -5,13 +5,13 @@ smqttx-rule-source io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 io.github.quickmsg smqttx-rule-source-rocketmq - 2.0.8 + 2.0.9 diff --git a/smqttx-spring-boot-starter/pom.xml b/smqttx-spring-boot-starter/pom.xml index d4c8b87c..734da97d 100644 --- a/smqttx-spring-boot-starter/pom.xml +++ b/smqttx-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ smqttx io.github.quickmsg - 2.0.8 + 2.0.9 smqttx-spring-boot-starter @@ -34,12 +34,12 @@ io.github.quickmsg smqttx-core - 2.0.8 + 2.0.9 smqttx-ui io.github.quickmsg - 2.0.8 + 2.0.9 diff --git a/smqttx-ui/pom.xml b/smqttx-ui/pom.xml index ac6c8edc..5c039eeb 100644 --- a/smqttx-ui/pom.xml +++ b/smqttx-ui/pom.xml @@ -5,7 +5,7 @@ smqttx io.github.quickmsg - 2.0.8 + 2.0.9 4.0.0 smqttx-ui -- Gitee From 32f819a7bb85663a2714dcd0371ed679609941eb Mon Sep 17 00:00:00 2001 From: luxurong <1074455781@qq.com> Date: Tue, 20 Jun 2023 21:32:02 +0800 Subject: [PATCH 2/2] 2.0.9 --- config/config.yaml | 8 ++++---- smqttx-bootstrap/pom.xml | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index db9acbfc..a7e08206 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -14,10 +14,10 @@ smqtt: # channelReadWriteSize: 10000000,100000000 单个channel读写大小限制 options: SO_BACKLOG: 2000 -# auth: -# fixed: -# username: smqtt -# password: smqtt + auth: + fixed: + username: smqtt + password: smqtt http: # http相关配置 端口固定60000 host: 127.0.0.1 accessLog: true # http访问日志 diff --git a/smqttx-bootstrap/pom.xml b/smqttx-bootstrap/pom.xml index 83e37023..dd08c290 100644 --- a/smqttx-bootstrap/pom.xml +++ b/smqttx-bootstrap/pom.xml @@ -102,7 +102,7 @@ com.google.cloud.tools jib-maven-plugin - 3.0.0 + 3.3.2 openjdk:8-jre-alpine @@ -113,6 +113,10 @@ latest ${project.version} + + 1ssqq1lxr + lxr7293209 + -- Gitee