Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ You can import all vrml modules:
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -269,7 +269,7 @@ Latest feature branch:
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ You can import all vrml modules:
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -269,7 +269,7 @@ Latest feature branch:
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
32 changes: 20 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<packaging>pom</packaging>
<version>1.1.4</version>
<version>2.0.0</version>

<name>vrml</name>
<description>Vrml is a useful api library for java work.</description>
Expand Down Expand Up @@ -54,6 +54,7 @@
<module>vrml-error</module>
<module>vrml-eventbus</module>
<module>vrml-external</module>
<module>vrml-graalvm</module>
<module>vrml-jmx</module>
<module>vrml-log</module>
<module>vrml-maven</module>
Expand All @@ -73,19 +74,21 @@
</modules>

<properties>
<java.version>8</java.version>
<java.version>17</java.version>
<file.encoding>UTF-8</file.encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- 2022.4.2 lasted version -->
<!-- 2022.12.22 lasted version -->
<!-- 2022.12.22 springboot 3.0.0 -->
<springboot.version>3.0.0</springboot.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<gson.version>2.9.0</gson.version>
<guava.version>32.0.0-jre</guava.version>
<jackson-databind.version>2.13.4.2</jackson-databind.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<springboot.version>2.6.6</springboot.version>
<gson.version>2.10</gson.version>
<guava.version>31.1-jre</guava.version>
<jackson-databind.version>2.14.1</jackson-databind.version>
<slf4j-api.version>2.0.6</slf4j-api.version>
<vavr.version>0.10.4</vavr.version>

<lombok.version>1.18.22</lombok.version>
<lombok.version>1.18.24</lombok.version>
<junit.version>4.13.2</junit.version>
<jmockito.version>1.49</jmockito.version>
</properties>
Expand Down Expand Up @@ -138,6 +141,11 @@
<artifactId>vrml-external</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-graalvm</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-jmx</artifactId>
Expand Down Expand Up @@ -309,7 +317,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -332,7 +340,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -359,7 +367,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
4 changes: 2 additions & 2 deletions vrml-alert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ An alert API that supports multiple methods for [vrml](https://github.com/kevint
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-alert</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -177,7 +177,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-alert</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions vrml-alert/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Alert支持各种快捷灵活方式的告警API,避免过程式的调用告警
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-alert</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -177,7 +177,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-alert</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion vrml-alert/WIKI.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ EmailAlertActor.onReceive(message);
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-alert</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion vrml-alert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</parent>

<artifactId>vrml-alert</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vrml-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</parent>

<artifactId>vrml-all</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vrml-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A Aspect to log request process for [vrml](https://github.com/kevinten10/vrml) l
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-api</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -150,7 +150,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-api</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions vrml-api/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Api模块提供一个可拓展的切面,使用LogsAPI记录网络请求的日
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-api</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -158,7 +158,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-api</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion vrml-api/WIKI.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ public class ApiLogInterceptorAspectTest {
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-api</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```
4 changes: 2 additions & 2 deletions vrml-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<artifactId>vrml</artifactId>
<groupId>group.rxcloud</groupId>
<version>1.1.4</version>
<version>2.0.0</version>
</parent>

<artifactId>vrml-api</artifactId>
<packaging>jar</packaging>

<properties>
<aspectjweaver.version>1.9.9.1</aspectjweaver.version>
<aspectjweaver.version>1.9.19</aspectjweaver.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions vrml-compute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-compute</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -62,7 +62,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-compute</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions vrml-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<artifactId>vrml</artifactId>
<groupId>group.rxcloud</groupId>
<version>1.1.4</version>
<version>2.0.0</version>
</parent>

<artifactId>vrml-compute</artifactId>
<packaging>jar</packaging>

<properties>
<caffeine.version>2.8.1</caffeine.version>
<caffeine.version>3.1.2</caffeine.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions vrml-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The core API for all vrml lib for [vrml](https://github.com/kevinten10/vrml) lib
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-core</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -150,7 +150,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-core</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion vrml-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</parent>

<artifactId>vrml-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vrml-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A common data structure extension API for [vrml](https://github.com/kevinten10/v
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-data</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -101,7 +101,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-data</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion vrml-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</parent>

<artifactId>vrml-data</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vrml-error/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A set of error code definition specifications for [vrml](https://github.com/kevi
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-error</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -136,7 +136,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-error</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions vrml-error/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-error</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -137,7 +137,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-error</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion vrml-error/WIKI.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ public enum ErrorCodes implements ErrorCodeContext {
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-error</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion vrml-error/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>group.rxcloud</groupId>
<artifactId>vrml</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</parent>

<artifactId>vrml-error</artifactId>
Expand Down
Loading