Skip to content

Commit

Permalink
Merge pull request #12 from project-vrml/feat/optimize_switch
Browse files Browse the repository at this point in the history
feat: optimize request add retry / make switch work / optimize code
  • Loading branch information
kevinten10 authored Nov 21, 2023
2 parents 156aecb + 809c711 commit 29b7bbc
Show file tree
Hide file tree
Showing 68 changed files with 299 additions and 132 deletions.
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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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.3</version>
<version>1.1.4</version>

<name>vrml</name>
<description>Vrml is a useful api library for java work.</description>
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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</version>
</dependency>
```
2 changes: 1 addition & 1 deletion vrml-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>vrml</artifactId>
<groupId>group.rxcloud</groupId>
<version>1.1.3</version>
<version>1.1.4</version>
</parent>

<artifactId>vrml-api</artifactId>
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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</version>
</dependency>
```

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

<artifactId>vrml-compute</artifactId>
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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</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.3</version>
<version>1.1.4</version>
</parent>

<artifactId>vrml-error</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vrml-eventbus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A publish event API for [vrml](https://github.com/kevinten10/vrml) library
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-eventbus</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion vrml-eventbus/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.3</version>
<version>1.1.4</version>
</parent>

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

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

<artifactId>vrml-jmx</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vrml-log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A API to log by the key for [vrml](https://github.com/kevinten10/vrml) library
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-log</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```

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

Expand Down
4 changes: 2 additions & 2 deletions vrml-log/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-log</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion vrml-log/WIKI.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-log</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```
2 changes: 1 addition & 1 deletion vrml-log/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.3</version>
<version>1.1.4</version>
</parent>

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

0 comments on commit 29b7bbc

Please sign in to comment.