diff --git a/config/config.yaml b/config/config.yaml
index db9acbfc056948e12e507b6d4dfde3481f74243f..a7e08206604308a6e7ced3a95c0a5db0834d9fdb 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/pom.xml b/pom.xml
index 5b9ec681dd3c465288ab0bf3a66151e9900d165b..9edd5ddc3dcc1b5a92bcda45932868f8e552b89b 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 d6f53fb620c2bd6cf6229ebeee60570e8e005a46..dd08c290e3fc2c3b61a78d883e5f47a6a0516b05 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
@@ -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
+
diff --git a/smqttx-common/pom.xml b/smqttx-common/pom.xml
index 94e1e2dfd61e9d33234816c952fc5531cf90f4c4..99b54fb66b0ecef3f1e81bd00c903ce964ccae7b 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 8c50ce012043bc630ca38556fc2cb1511e2c19f6..ef0ce1b53d5c1426977de91f525c6461c7163806 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 3792a677af9a82c0842789c6efb1d87cc6bd5e98..e03cdd0d272bc557463f8fcfbd2f8d6329093a10 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 24ccf4a4a31c5b8219222e13e6a1830dc9ca820c..36c8d7bb244d387fddb19db12cd3c79bdf05d995 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 4d774242b9ba9383e6dd2857473274f1f5333395..e006487e58985548e97ca76e3bc4b9191e6fbafe 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 dda8350be639b9606ed520db10a7decda3ff7bcc..1ea4870679e543025571365c48f97756dd3d258f 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 aff5d484eeab44256adabf6e9a7e4ab74d246cbd..abd29e2d07bdb51ba6a9c5250f265898a6227592 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 a9de56ce36b1b50b5ba833f7d87803711e13d04a..aba998d9de9c42bb4ddaa3d8a7d06f03145362f2 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 bdb7b6d0619c3e70efde6996f86db6711a8c02fe..b179d47a20e46fc681c126862de1d52c5ec04619 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 28b5a0cd060cbcf8ba8efb453910d45360777728..76836f68debf8b7503f938bec78e54b52db5d328 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 4b08a26ccb3a234b84d256f528ef9c9a79db8471..e012204da0418582963e7e59e449ed91a2627c8c 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 814ae1d2fc93038d2cb40912dd6457f8803cd305..0906aa3c4c602e0c6def5142d428878707cfe404 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 f1eef728688e96ef73bf48187e86050b8fc9073b..37f3eff3512ab01841d71ff0d3067da0e7b14cd9 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 096e38fccf1ad76595d59853ccf047f331f965e4..452e7265bd877412d508eeda36813a08c3026684 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 d93483d812b3269de1f8855cdb3d66459f4f85cb..d1631448915a32236e4642760794f777eeee9a74 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 336327c963d883e286bbf86612a39bb0362bac79..ef89ad98a0458c21e895e47777e4cc1ad798cbb9 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 d4c8b87cf8b1d482b11dcdd566f88bfa2486e3f3..734da97d1e16c8a4fb1f62ed5204553d33639415 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 ac6c8edcdeec809e5c1f96ac503825fd525fa4fd..5c039eeb9db3cb95f50ffdb1f68dfcf1819250c0 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