Skip to content

Commit 6bf1e85

Browse files
committed
release: 2.0.0
+ refactor: use jdk17 + refactor: use springboot3
1 parent 302e9de commit 6bf1e85

File tree

63 files changed

+133
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+133
-105
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ You can import all vrml modules:
257257
<dependency>
258258
<groupId>group.rxcloud</groupId>
259259
<artifactId>vrml</artifactId>
260-
<version>1.1.3</version>
260+
<version>2.0.0</version>
261261
<type>pom</type>
262262
<scope>import</scope>
263263
</dependency>
@@ -269,7 +269,7 @@ Latest feature branch:
269269
<dependency>
270270
<groupId>group.rxcloud</groupId>
271271
<artifactId>vrml</artifactId>
272-
<version>1.1.3</version>
272+
<version>2.0.0</version>
273273
<type>pom</type>
274274
<scope>import</scope>
275275
</dependency>

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ You can import all vrml modules:
256256
<dependency>
257257
<groupId>group.rxcloud</groupId>
258258
<artifactId>vrml</artifactId>
259-
<version>1.1.3</version>
259+
<version>2.0.0</version>
260260
<type>pom</type>
261261
<scope>import</scope>
262262
</dependency>
@@ -269,7 +269,7 @@ Latest feature branch:
269269
<dependency>
270270
<groupId>group.rxcloud</groupId>
271271
<artifactId>vrml</artifactId>
272-
<version>1.1.3</version>
272+
<version>2.0.0</version>
273273
<type>pom</type>
274274
<scope>import</scope>
275275
</dependency>

pom.xml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>group.rxcloud</groupId>
88
<artifactId>vrml</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.1.3</version>
10+
<version>2.0.0</version>
1111

1212
<name>vrml</name>
1313
<description>Vrml is a useful api library for java work.</description>
@@ -54,6 +54,7 @@
5454
<module>vrml-error</module>
5555
<module>vrml-eventbus</module>
5656
<module>vrml-external</module>
57+
<module>vrml-graalvm</module>
5758
<module>vrml-jmx</module>
5859
<module>vrml-log</module>
5960
<module>vrml-maven</module>
@@ -73,19 +74,21 @@
7374
</modules>
7475

7576
<properties>
76-
<java.version>8</java.version>
77+
<java.version>17</java.version>
7778
<file.encoding>UTF-8</file.encoding>
79+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7880

79-
<!-- 2022.4.2 lasted version -->
81+
<!-- 2022.12.22 lasted version -->
82+
<!-- 2022.12.22 springboot 3.0.0 -->
83+
<springboot.version>3.0.0</springboot.version>
8084
<commons-lang3.version>3.12.0</commons-lang3.version>
81-
<gson.version>2.9.0</gson.version>
85+
<gson.version>2.10</gson.version>
8286
<guava.version>31.1-jre</guava.version>
83-
<jackson-databind.version>2.13.4.1</jackson-databind.version>
84-
<slf4j-api.version>1.7.36</slf4j-api.version>
85-
<springboot.version>2.6.6</springboot.version>
87+
<jackson-databind.version>2.14.1</jackson-databind.version>
88+
<slf4j-api.version>2.0.6</slf4j-api.version>
8689
<vavr.version>0.10.4</vavr.version>
8790

88-
<lombok.version>1.18.22</lombok.version>
91+
<lombok.version>1.18.24</lombok.version>
8992
<junit.version>4.13.2</junit.version>
9093
<jmockito.version>1.49</jmockito.version>
9194
</properties>
@@ -138,6 +141,11 @@
138141
<artifactId>vrml-external</artifactId>
139142
<version>${project.version}</version>
140143
</dependency>
144+
<dependency>
145+
<groupId>group.rxcloud</groupId>
146+
<artifactId>vrml-graalvm</artifactId>
147+
<version>${project.version}</version>
148+
</dependency>
141149
<dependency>
142150
<groupId>group.rxcloud</groupId>
143151
<artifactId>vrml-jmx</artifactId>
@@ -309,7 +317,7 @@
309317
<plugin>
310318
<groupId>org.apache.maven.plugins</groupId>
311319
<artifactId>maven-compiler-plugin</artifactId>
312-
<version>3.8.1</version>
320+
<version>3.10.1</version>
313321
<configuration>
314322
<source>${java.version}</source>
315323
<target>${java.version}</target>
@@ -332,7 +340,7 @@
332340
<plugin>
333341
<groupId>org.apache.maven.plugins</groupId>
334342
<artifactId>maven-javadoc-plugin</artifactId>
335-
<version>3.2.0</version>
343+
<version>3.4.1</version>
336344
<executions>
337345
<execution>
338346
<id>attach-javadocs</id>
@@ -359,7 +367,7 @@
359367
<plugin>
360368
<groupId>org.sonatype.plugins</groupId>
361369
<artifactId>nexus-staging-maven-plugin</artifactId>
362-
<version>1.6.7</version>
370+
<version>1.6.13</version>
363371
<extensions>true</extensions>
364372
<configuration>
365373
<serverId>ossrh</serverId>

vrml-alert/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An alert API that supports multiple methods for [vrml](https://github.com/kevint
1616
<dependency>
1717
<groupId>group.rxcloud</groupId>
1818
<artifactId>vrml-alert</artifactId>
19-
<version>1.1.3</version>
19+
<version>2.0.0</version>
2020
</dependency>
2121
```
2222

@@ -177,7 +177,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
177177
<dependency>
178178
<groupId>group.rxcloud</groupId>
179179
<artifactId>vrml-alert</artifactId>
180-
<version>1.1.3</version>
180+
<version>2.0.0</version>
181181
</dependency>
182182
```
183183

vrml-alert/README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Alert支持各种快捷灵活方式的告警API,避免过程式的调用告警
1616
<dependency>
1717
<groupId>group.rxcloud</groupId>
1818
<artifactId>vrml-alert</artifactId>
19-
<version>1.1.3</version>
19+
<version>2.0.0</version>
2020
</dependency>
2121
```
2222

@@ -177,7 +177,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
177177
<dependency>
178178
<groupId>group.rxcloud</groupId>
179179
<artifactId>vrml-alert</artifactId>
180-
<version>1.1.3</version>
180+
<version>2.0.0</version>
181181
</dependency>
182182
```
183183

vrml-alert/WIKI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ EmailAlertActor.onReceive(message);
164164
<dependency>
165165
<groupId>group.rxcloud</groupId>
166166
<artifactId>vrml-alert</artifactId>
167-
<version>1.1.3</version>
167+
<version>2.0.0</version>
168168
</dependency>
169169
```

vrml-alert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>group.rxcloud</groupId>
99
<artifactId>vrml</artifactId>
10-
<version>1.1.3</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<artifactId>vrml-alert</artifactId>

vrml-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>group.rxcloud</groupId>
99
<artifactId>vrml</artifactId>
10-
<version>1.1.3</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<artifactId>vrml-all</artifactId>

vrml-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Aspect to log request process for [vrml](https://github.com/kevinten10/vrml) l
1212
<dependency>
1313
<groupId>group.rxcloud</groupId>
1414
<artifactId>vrml-api</artifactId>
15-
<version>1.1.3</version>
15+
<version>2.0.0</version>
1616
</dependency>
1717
```
1818

@@ -150,7 +150,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
150150
<dependency>
151151
<groupId>group.rxcloud</groupId>
152152
<artifactId>vrml-api</artifactId>
153-
<version>1.1.3</version>
153+
<version>2.0.0</version>
154154
</dependency>
155155
```
156156

vrml-api/README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Api模块提供一个可拓展的切面,使用LogsAPI记录网络请求的日
1616
<dependency>
1717
<groupId>group.rxcloud</groupId>
1818
<artifactId>vrml-api</artifactId>
19-
<version>1.1.3</version>
19+
<version>2.0.0</version>
2020
</dependency>
2121
```
2222

@@ -158,7 +158,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
158158
<dependency>
159159
<groupId>group.rxcloud</groupId>
160160
<artifactId>vrml-api</artifactId>
161-
<version>1.1.3</version>
161+
<version>2.0.0</version>
162162
</dependency>
163163
```
164164

vrml-api/WIKI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ public class ApiLogInterceptorAspectTest {
176176
<dependency>
177177
<groupId>group.rxcloud</groupId>
178178
<artifactId>vrml-api</artifactId>
179-
<version>1.1.3</version>
179+
<version>2.0.0</version>
180180
</dependency>
181181
```

vrml-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<parent>
88
<artifactId>vrml</artifactId>
99
<groupId>group.rxcloud</groupId>
10-
<version>1.1.3</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<artifactId>vrml-api</artifactId>
1414
<packaging>jar</packaging>
1515

1616
<properties>
17-
<aspectjweaver.version>1.9.9.1</aspectjweaver.version>
17+
<aspectjweaver.version>1.9.19</aspectjweaver.version>
1818
</properties>
1919

2020
<dependencies>

vrml-compute/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>group.rxcloud</groupId>
1515
<artifactId>vrml-compute</artifactId>
16-
<version>1.1.3</version>
16+
<version>2.0.0</version>
1717
</dependency>
1818
```
1919

@@ -62,7 +62,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
6262
<dependency>
6363
<groupId>group.rxcloud</groupId>
6464
<artifactId>vrml-compute</artifactId>
65-
<version>1.1.3</version>
65+
<version>2.0.0</version>
6666
</dependency>
6767
```
6868

vrml-compute/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<parent>
88
<artifactId>vrml</artifactId>
99
<groupId>group.rxcloud</groupId>
10-
<version>1.1.3</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<artifactId>vrml-compute</artifactId>
1414
<packaging>jar</packaging>
1515

1616
<properties>
17-
<caffeine.version>2.8.1</caffeine.version>
17+
<caffeine.version>3.1.2</caffeine.version>
1818
</properties>
1919

2020
<dependencies>

vrml-core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The core API for all vrml lib for [vrml](https://github.com/kevinten10/vrml) lib
1212
<dependency>
1313
<groupId>group.rxcloud</groupId>
1414
<artifactId>vrml-core</artifactId>
15-
<version>1.1.3</version>
15+
<version>2.0.0</version>
1616
</dependency>
1717
```
1818

@@ -150,7 +150,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
150150
<dependency>
151151
<groupId>group.rxcloud</groupId>
152152
<artifactId>vrml-core</artifactId>
153-
<version>1.1.3</version>
153+
<version>2.0.0</version>
154154
</dependency>
155155
```
156156

vrml-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>group.rxcloud</groupId>
99
<artifactId>vrml</artifactId>
10-
<version>1.1.3</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<artifactId>vrml-core</artifactId>

vrml-data/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A common data structure extension API for [vrml](https://github.com/kevinten10/v
1212
<dependency>
1313
<groupId>group.rxcloud</groupId>
1414
<artifactId>vrml-data</artifactId>
15-
<version>1.1.3</version>
15+
<version>2.0.0</version>
1616
</dependency>
1717
```
1818

@@ -101,7 +101,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
101101
<dependency>
102102
<groupId>group.rxcloud</groupId>
103103
<artifactId>vrml-data</artifactId>
104-
<version>1.1.3</version>
104+
<version>2.0.0</version>
105105
</dependency>
106106
```
107107

vrml-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>group.rxcloud</groupId>
99
<artifactId>vrml</artifactId>
10-
<version>1.1.3</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<artifactId>vrml-data</artifactId>

vrml-error/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A set of error code definition specifications for [vrml](https://github.com/kevi
1212
<dependency>
1313
<groupId>group.rxcloud</groupId>
1414
<artifactId>vrml-error</artifactId>
15-
<version>1.1.3</version>
15+
<version>2.0.0</version>
1616
</dependency>
1717
```
1818

@@ -136,7 +136,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
136136
<dependency>
137137
<groupId>group.rxcloud</groupId>
138138
<artifactId>vrml-error</artifactId>
139-
<version>1.1.3</version>
139+
<version>2.0.0</version>
140140
</dependency>
141141
```
142142

vrml-error/README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>group.rxcloud</groupId>
1414
<artifactId>vrml-error</artifactId>
15-
<version>1.1.3</version>
15+
<version>2.0.0</version>
1616
</dependency>
1717
```
1818

@@ -137,7 +137,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
137137
<dependency>
138138
<groupId>group.rxcloud</groupId>
139139
<artifactId>vrml-error</artifactId>
140-
<version>1.1.3</version>
140+
<version>2.0.0</version>
141141
</dependency>
142142
```
143143

vrml-error/WIKI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ public enum ErrorCodes implements ErrorCodeContext {
121121
<dependency>
122122
<groupId>group.rxcloud</groupId>
123123
<artifactId>vrml-error</artifactId>
124-
<version>1.1.3</version>
124+
<version>2.0.0</version>
125125
</dependency>
126126
```

vrml-error/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>group.rxcloud</groupId>
99
<artifactId>vrml</artifactId>
10-
<version>1.1.3</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<artifactId>vrml-error</artifactId>

0 commit comments

Comments
 (0)