File tree 15 files changed +55
-31
lines changed
src/main/java/io/github/quickmsg/registry
15 files changed +55
-31
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >io.github.quickmsg</groupId >
7
7
<artifactId >smqtt</artifactId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
<modules >
10
10
<module >smqtt-common</module >
11
11
<module >smqtt-core</module >
26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
27
<maven .compiler.source>1.8</maven .compiler.source>
28
28
<maven .compiler.target>1.8</maven .compiler.target>
29
- <io .projectreactor.netty>1.0.5</io .projectreactor.netty>
30
29
<lombok >1.18.6</lombok >
31
30
<reactor .version>2020.0.6</reactor .version>
32
31
<slf4j .version>1.7.30</slf4j .version>
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >smqtt</artifactId >
9
9
<groupId >io.github.quickmsg</groupId >
10
- <version >1.0.6 </version >
10
+ <version >1.0.7 </version >
11
11
</parent >
12
12
<artifactId >smqtt-bootstrap</artifactId >
13
- <version >1.0.6 </version >
13
+ <version >1.0.7 </version >
14
14
15
15
<name >smqtt-bootstrap</name >
16
16
<url >http://www.example.com</url >
30
30
<dependency >
31
31
<groupId >io.github.quickmsg</groupId >
32
32
<artifactId >smqtt-core</artifactId >
33
- <version >1.0.6 </version >
33
+ <version >1.0.7 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<artifactId >smqtt-registry-scube</artifactId >
37
37
<groupId >io.github.quickmsg</groupId >
38
- <version >1.0.6 </version >
38
+ <version >1.0.7 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<artifactId >smqtt-ui</artifactId >
42
42
<groupId >io.github.quickmsg</groupId >
43
- <version >1.0.6 </version >
43
+ <version >1.0.7 </version >
44
44
</dependency >
45
45
</dependencies >
46
46
<profiles >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >smqtt</artifactId >
7
7
<groupId >io.github.quickmsg</groupId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >smqtt</artifactId >
7
7
<groupId >io.github.quickmsg</groupId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<name >smqtt-core</name >
14
14
<dependency >
15
15
<groupId >io.github.quickmsg</groupId >
16
16
<artifactId >smqtt-common</artifactId >
17
- <version >1.0.6 </version >
17
+ <version >1.0.7 </version >
18
18
</dependency >
19
19
<dependency >
20
20
<groupId >io.github.quickmsg</groupId >
21
21
<artifactId >smqtt-metric</artifactId >
22
- <version >1.0.6 </version >
22
+ <version >1.0.7 </version >
23
23
</dependency >
24
24
</dependencies >
25
25
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >smqtt</artifactId >
10
10
<groupId >io.github.quickmsg</groupId >
11
- <version >1.0.6 </version >
11
+ <version >1.0.7 </version >
12
12
</parent >
13
13
14
14
<artifactId >smqtt-metric</artifactId >
17
17
<dependency >
18
18
<groupId >io.github.quickmsg</groupId >
19
19
<artifactId >smqtt-common</artifactId >
20
- <version >1.0.6 </version >
20
+ <version >1.0.7 </version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >com.github.oshi</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >smqtt</artifactId >
7
7
<groupId >io.github.quickmsg</groupId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >smqtt-persistent</artifactId >
7
7
<groupId >io.github.quickmsg</groupId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >smqtt-persistent-db</artifactId >
13
- <version >1.0.6 </version >
13
+ <version >1.0.7 </version >
14
14
15
15
<properties >
16
16
<jooq .version>3.14.11</jooq .version>
20
20
<dependency >
21
21
<groupId >io.github.quickmsg</groupId >
22
22
<artifactId >smqtt-common</artifactId >
23
- <version >1.0.6 </version >
23
+ <version >1.0.7 </version >
24
24
<scope >compile</scope >
25
25
</dependency >
26
26
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >smqtt-persistent</artifactId >
7
7
<groupId >io.github.quickmsg</groupId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >smqtt-persistent-redis</artifactId >
13
- <version >1.0.6 </version >
13
+ <version >1.0.7 </version >
14
14
15
15
<properties >
16
16
<redisson .version>3.15.6</redisson .version>
20
20
<dependency >
21
21
<groupId >io.github.quickmsg</groupId >
22
22
<artifactId >smqtt-common</artifactId >
23
- <version >1.0.6 </version >
23
+ <version >1.0.7 </version >
24
24
<scope >compile</scope >
25
25
</dependency >
26
26
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >smqtt</artifactId >
7
7
<groupId >io.github.quickmsg</groupId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >smqtt-registry</artifactId >
9
9
<groupId >io.github.quickmsg</groupId >
10
- <version >1.0.6 </version >
10
+ <version >1.0.7 </version >
11
11
</parent >
12
12
<artifactId >smqtt-registry-akka</artifactId >
13
- <version >1.0.6 </version >
13
+ <version >1.0.7 </version >
14
14
15
15
<properties >
16
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
47
47
<scope >test</scope >
48
48
</dependency >
49
49
</dependencies >
50
-
50
+ <build >
51
+ <plugins >
52
+ <plugin >
53
+ <groupId >org.apache.maven.plugins</groupId >
54
+ <artifactId >maven-deploy-plugin</artifactId >
55
+ <version >2.7</version >
56
+ <configuration >
57
+ <skip >true</skip >
58
+ </configuration >
59
+ </plugin >
60
+ </plugins >
61
+ </build >
51
62
</project >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >smqtt-registry</artifactId >
7
7
<groupId >io.github.quickmsg</groupId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >smqtt-registry-scube</artifactId >
14
14
15
15
16
16
<properties >
17
- <scalecube-cluster .version>2.6.7 </scalecube-cluster .version>
17
+ <scalecube-cluster .version>2.6.9 </scalecube-cluster .version>
18
18
<log4j .version>2.13.2</log4j .version>
19
19
<slf4j .version>1.7.30</slf4j .version>
20
20
</properties >
44
44
<dependency >
45
45
<groupId >io.github.quickmsg</groupId >
46
46
<artifactId >smqtt-common</artifactId >
47
- <version >1.0.6</version >
47
+ <version >1.0.7</version >
48
+ <scope >provided</scope >
48
49
</dependency >
49
50
<dependency >
50
51
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 12
12
import io .scalecube .cluster .membership .MembershipEvent ;
13
13
import io .scalecube .cluster .transport .api .Message ;
14
14
import io .scalecube .net .Address ;
15
+ import io .scalecube .transport .netty .tcp .TcpTransportFactory ;
15
16
import lombok .extern .slf4j .Slf4j ;
16
17
import reactor .core .publisher .Flux ;
17
18
import reactor .core .publisher .Mono ;
@@ -43,6 +44,7 @@ public void registry(ClusterConfig clusterConfig) {
43
44
.externalHost (clusterConfig .getExternalHost ())
44
45
.externalPort (clusterConfig .getExternalPort ())
45
46
)
47
+ .transportFactory (TcpTransportFactory ::new )
46
48
.transport (transportConfig -> transportConfig .port (clusterConfig .getPort ()))
47
49
.membership (opts -> opts .seedMembers (Arrays .stream (clusterConfig
48
50
.getClusterUrl ()
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >smqtt</artifactId >
9
9
<groupId >io.github.quickmsg</groupId >
10
- <version >1.0.6 </version >
10
+ <version >1.0.7 </version >
11
11
</parent >
12
12
<artifactId >smqtt-rule</artifactId >
13
13
<modules >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >smqtt-rule</artifactId >
7
7
<groupId >io.github.quickmsg</groupId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >smqtt-rule-dsl</artifactId >
13
-
13
+ <build >
14
+ <plugins >
15
+ <plugin >
16
+ <groupId >org.apache.maven.plugins</groupId >
17
+ <artifactId >maven-deploy-plugin</artifactId >
18
+ <version >2.7</version >
19
+ <configuration >
20
+ <skip >true</skip >
21
+ </configuration >
22
+ </plugin >
23
+ </plugins >
24
+ </build >
14
25
15
26
</project >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >smqtt</artifactId >
7
7
<groupId >io.github.quickmsg</groupId >
8
- <version >1.0.6 </version >
8
+ <version >1.0.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >smqtt-ui</artifactId >
You can’t perform that action at this time.
0 commit comments