diff --git a/README.md b/README.md index 318c95a..f966cab 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ You can import all vrml modules: group.rxcloud vrml - 1.1.4 + 2.0.0 pom import @@ -269,7 +269,7 @@ Latest feature branch: group.rxcloud vrml - 1.1.4 + 2.0.0 pom import diff --git a/README_CN.md b/README_CN.md index c400bc5..b4da545 100644 --- a/README_CN.md +++ b/README_CN.md @@ -256,7 +256,7 @@ You can import all vrml modules: group.rxcloud vrml - 1.1.4 + 2.0.0 pom import @@ -269,7 +269,7 @@ Latest feature branch: group.rxcloud vrml - 1.1.4 + 2.0.0 pom import diff --git a/pom.xml b/pom.xml index c8fbcde..1c85558 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml pom - 1.1.4 + 2.0.0 vrml Vrml is a useful api library for java work. @@ -54,6 +54,7 @@ vrml-error vrml-eventbus vrml-external + vrml-graalvm vrml-jmx vrml-log vrml-maven @@ -73,19 +74,21 @@ - 8 + 17 UTF-8 + UTF-8 - + + + 3.0.0 3.12.0 - 2.9.0 - 32.0.0-jre - 2.13.4.2 - 1.7.36 - 2.6.6 + 2.10 + 31.1-jre + 2.14.1 + 2.0.6 0.10.4 - 1.18.22 + 1.18.24 4.13.2 1.49 @@ -138,6 +141,11 @@ vrml-external ${project.version} + + group.rxcloud + vrml-graalvm + ${project.version} + group.rxcloud vrml-jmx @@ -309,7 +317,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.10.1 ${java.version} ${java.version} @@ -332,7 +340,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.4.1 attach-javadocs @@ -359,7 +367,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.13 true ossrh diff --git a/vrml-alert/README.md b/vrml-alert/README.md index b8578c9..1ddbf4b 100644 --- a/vrml-alert/README.md +++ b/vrml-alert/README.md @@ -16,7 +16,7 @@ An alert API that supports multiple methods for [vrml](https://github.com/kevint group.rxcloud vrml-alert - 1.1.4 + 2.0.0 ``` @@ -177,7 +177,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-alert - 1.1.4 + 2.0.0 ``` diff --git a/vrml-alert/README_ZH.md b/vrml-alert/README_ZH.md index dbc8be9..7e32491 100644 --- a/vrml-alert/README_ZH.md +++ b/vrml-alert/README_ZH.md @@ -16,7 +16,7 @@ Alert支持各种快捷灵活方式的告警API,避免过程式的调用告警 group.rxcloud vrml-alert - 1.1.4 + 2.0.0 ``` @@ -177,7 +177,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-alert - 1.1.4 + 2.0.0 ``` diff --git a/vrml-alert/WIKI.md b/vrml-alert/WIKI.md index bf9f62b..fa0db23 100644 --- a/vrml-alert/WIKI.md +++ b/vrml-alert/WIKI.md @@ -164,6 +164,6 @@ EmailAlertActor.onReceive(message); group.rxcloud vrml-alert - 1.1.4 + 2.0.0 ``` \ No newline at end of file diff --git a/vrml-alert/pom.xml b/vrml-alert/pom.xml index 3a33bc5..5cd3272 100644 --- a/vrml-alert/pom.xml +++ b/vrml-alert/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-alert diff --git a/vrml-all/pom.xml b/vrml-all/pom.xml index a6727ed..390fdf3 100644 --- a/vrml-all/pom.xml +++ b/vrml-all/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-all diff --git a/vrml-api/README.md b/vrml-api/README.md index 8ba6c46..06067aa 100644 --- a/vrml-api/README.md +++ b/vrml-api/README.md @@ -12,7 +12,7 @@ A Aspect to log request process for [vrml](https://github.com/kevinten10/vrml) l group.rxcloud vrml-api - 1.1.4 + 2.0.0 ``` @@ -150,7 +150,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-api - 1.1.4 + 2.0.0 ``` diff --git a/vrml-api/README_ZH.md b/vrml-api/README_ZH.md index 2ababb0..1b29a5b 100644 --- a/vrml-api/README_ZH.md +++ b/vrml-api/README_ZH.md @@ -16,7 +16,7 @@ Api模块提供一个可拓展的切面,使用LogsAPI记录网络请求的日 group.rxcloud vrml-api - 1.1.4 + 2.0.0 ``` @@ -158,7 +158,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-api - 1.1.4 + 2.0.0 ``` diff --git a/vrml-api/WIKI.md b/vrml-api/WIKI.md index a5dc786..6ea74bd 100644 --- a/vrml-api/WIKI.md +++ b/vrml-api/WIKI.md @@ -176,6 +176,6 @@ public class ApiLogInterceptorAspectTest { group.rxcloud vrml-api - 1.1.4 + 2.0.0 ``` \ No newline at end of file diff --git a/vrml-api/pom.xml b/vrml-api/pom.xml index a939dd4..305a5b8 100644 --- a/vrml-api/pom.xml +++ b/vrml-api/pom.xml @@ -7,14 +7,14 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-api jar - 1.9.9.1 + 1.9.19 diff --git a/vrml-compute/README.md b/vrml-compute/README.md index 6c027a8..96f0400 100644 --- a/vrml-compute/README.md +++ b/vrml-compute/README.md @@ -13,7 +13,7 @@ group.rxcloud vrml-compute - 1.1.4 + 2.0.0 ``` @@ -62,7 +62,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-compute - 1.1.4 + 2.0.0 ``` diff --git a/vrml-compute/pom.xml b/vrml-compute/pom.xml index 80c7d4d..ff25532 100644 --- a/vrml-compute/pom.xml +++ b/vrml-compute/pom.xml @@ -7,14 +7,14 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-compute jar - 2.8.1 + 3.1.2 diff --git a/vrml-core/README.md b/vrml-core/README.md index bbb8c91..9716a9a 100644 --- a/vrml-core/README.md +++ b/vrml-core/README.md @@ -12,7 +12,7 @@ The core API for all vrml lib for [vrml](https://github.com/kevinten10/vrml) lib group.rxcloud vrml-core - 1.1.4 + 2.0.0 ``` @@ -150,7 +150,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-core - 1.1.4 + 2.0.0 ``` diff --git a/vrml-core/pom.xml b/vrml-core/pom.xml index 3fa77ae..a8c6b14 100644 --- a/vrml-core/pom.xml +++ b/vrml-core/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-core diff --git a/vrml-data/README.md b/vrml-data/README.md index dd64edb..b865e78 100644 --- a/vrml-data/README.md +++ b/vrml-data/README.md @@ -12,7 +12,7 @@ A common data structure extension API for [vrml](https://github.com/kevinten10/v group.rxcloud vrml-data - 1.1.4 + 2.0.0 ``` @@ -101,7 +101,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-data - 1.1.4 + 2.0.0 ``` diff --git a/vrml-data/pom.xml b/vrml-data/pom.xml index bc84707..0f0742f 100644 --- a/vrml-data/pom.xml +++ b/vrml-data/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-data diff --git a/vrml-error/README.md b/vrml-error/README.md index 9ed4f2a..17ebe28 100644 --- a/vrml-error/README.md +++ b/vrml-error/README.md @@ -12,7 +12,7 @@ A set of error code definition specifications for [vrml](https://github.com/kevi group.rxcloud vrml-error - 1.1.4 + 2.0.0 ``` @@ -136,7 +136,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-error - 1.1.4 + 2.0.0 ``` diff --git a/vrml-error/README_ZH.md b/vrml-error/README_ZH.md index 7983471..a6755d0 100644 --- a/vrml-error/README_ZH.md +++ b/vrml-error/README_ZH.md @@ -12,7 +12,7 @@ group.rxcloud vrml-error - 1.1.4 + 2.0.0 ``` @@ -137,7 +137,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-error - 1.1.4 + 2.0.0 ``` diff --git a/vrml-error/WIKI.md b/vrml-error/WIKI.md index 6513aae..d5c236d 100644 --- a/vrml-error/WIKI.md +++ b/vrml-error/WIKI.md @@ -121,6 +121,6 @@ public enum ErrorCodes implements ErrorCodeContext { group.rxcloud vrml-error - 1.1.4 + 2.0.0 ``` \ No newline at end of file diff --git a/vrml-error/pom.xml b/vrml-error/pom.xml index db2781c..3704f4b 100644 --- a/vrml-error/pom.xml +++ b/vrml-error/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-error diff --git a/vrml-eventbus/README.md b/vrml-eventbus/README.md index bb9a938..4eb6ef7 100644 --- a/vrml-eventbus/README.md +++ b/vrml-eventbus/README.md @@ -13,7 +13,7 @@ A publish event API for [vrml](https://github.com/kevinten10/vrml) library group.rxcloud vrml-eventbus - 1.1.4 + 2.0.0 ``` @@ -92,7 +92,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-eventbus - 1.1.4 + 2.0.0 ``` diff --git a/vrml-eventbus/pom.xml b/vrml-eventbus/pom.xml index 8dfae60..a643daf 100644 --- a/vrml-eventbus/pom.xml +++ b/vrml-eventbus/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-eventbus diff --git a/vrml-external/pom.xml b/vrml-external/pom.xml index a24c764..c2f6adb 100644 --- a/vrml-external/pom.xml +++ b/vrml-external/pom.xml @@ -7,14 +7,14 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-external jar - 7.17.2 + 7.17.8 diff --git a/vrml-graalvm/pom.xml b/vrml-graalvm/pom.xml new file mode 100644 index 0000000..4094011 --- /dev/null +++ b/vrml-graalvm/pom.xml @@ -0,0 +1,64 @@ + + + 4.0.0 + + + vrml + group.rxcloud + 2.0.0 + + + vrml-graalvm + jar + + + 17 + 17 + 3.0.0 + + + + + org.springframework.boot + spring-boot-starter-web + ${springboot.version} + + + + + + + org.graalvm.buildtools + native-maven-plugin + 0.9.19 + true + + + build-native + + compile-no-fork + + package + + + test-native + + test + + test + + + + cn.vlts.NativeApplication + native-app + + --verbose + + + + + + + \ No newline at end of file diff --git a/vrml-graalvm/src/main/java/group/rxcloud/vrml/graalvm/NativeApplication.java b/vrml-graalvm/src/main/java/group/rxcloud/vrml/graalvm/NativeApplication.java new file mode 100644 index 0000000..5c9c500 --- /dev/null +++ b/vrml-graalvm/src/main/java/group/rxcloud/vrml/graalvm/NativeApplication.java @@ -0,0 +1,21 @@ +package group.rxcloud.vrml.graalvm; + +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.http.ResponseEntity; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.RestController; + +@RestController +@SpringBootApplication +public class NativeApplication { + + public static void main(String[] args) { + SpringApplication.run(NativeApplication.class, args); + } + + @GetMapping(path = "/hello") + public ResponseEntity hello() { + return ResponseEntity.ok("world"); + } +} \ No newline at end of file diff --git a/vrml-jmx/pom.xml b/vrml-jmx/pom.xml index f14cbca..a63bb5f 100644 --- a/vrml-jmx/pom.xml +++ b/vrml-jmx/pom.xml @@ -7,7 +7,7 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-jmx diff --git a/vrml-log/README.md b/vrml-log/README.md index d0bee40..ff43f1f 100644 --- a/vrml-log/README.md +++ b/vrml-log/README.md @@ -12,7 +12,7 @@ A API to log by the key for [vrml](https://github.com/kevinten10/vrml) library group.rxcloud vrml-log - 1.1.4 + 2.0.0 ``` @@ -59,7 +59,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-logs - 1.1.4 + 2.0.0 ``` diff --git a/vrml-log/README_ZH.md b/vrml-log/README_ZH.md index 5ed2808..777c9d2 100644 --- a/vrml-log/README_ZH.md +++ b/vrml-log/README_ZH.md @@ -12,7 +12,7 @@ group.rxcloud vrml-log - 1.1.4 + 2.0.0 ``` @@ -59,7 +59,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-logs - 1.1.4 + 2.0.0 ``` diff --git a/vrml-log/WIKI.md b/vrml-log/WIKI.md index 050e605..764b945 100644 --- a/vrml-log/WIKI.md +++ b/vrml-log/WIKI.md @@ -40,6 +40,6 @@ group.rxcloud vrml-log - 1.1.4 + 2.0.0 ``` \ No newline at end of file diff --git a/vrml-log/pom.xml b/vrml-log/pom.xml index 803e8c0..d594c96 100644 --- a/vrml-log/pom.xml +++ b/vrml-log/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-log diff --git a/vrml-maven/pom.xml b/vrml-maven/pom.xml index b131eeb..78f2bfb 100644 --- a/vrml-maven/pom.xml +++ b/vrml-maven/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-maven diff --git a/vrml-metric/README.md b/vrml-metric/README.md index 9858a0f..a4eefce 100644 --- a/vrml-metric/README.md +++ b/vrml-metric/README.md @@ -12,7 +12,7 @@ A API to record application's metrics data for [vrml](https://github.com/kevinte group.rxcloud vrml-metric - 1.1.4 + 2.0.0 ``` @@ -90,7 +90,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-metrics - 1.1.4 + 2.0.0 ``` diff --git a/vrml-metric/README_ZH.md b/vrml-metric/README_ZH.md index e8e9e8f..a045836 100644 --- a/vrml-metric/README_ZH.md +++ b/vrml-metric/README_ZH.md @@ -12,7 +12,7 @@ group.rxcloud vrml-metric - 1.1.4 + 2.0.0 ``` @@ -90,7 +90,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-metrics - 1.1.4 + 2.0.0 ``` diff --git a/vrml-metric/WIKI.md b/vrml-metric/WIKI.md index d200111..281a5ac 100644 --- a/vrml-metric/WIKI.md +++ b/vrml-metric/WIKI.md @@ -87,6 +87,6 @@ private static void metrics(BiConsumer, Map> group.rxcloud vrml-metric - 1.1.4 + 2.0.0 ``` \ No newline at end of file diff --git a/vrml-metric/pom.xml b/vrml-metric/pom.xml index a37d9f1..0984a2c 100644 --- a/vrml-metric/pom.xml +++ b/vrml-metric/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-metric diff --git a/vrml-netty/README.md b/vrml-netty/README.md index 4e50614..55e96a8 100644 --- a/vrml-netty/README.md +++ b/vrml-netty/README.md @@ -13,7 +13,7 @@ Netty拓展工具集。 group.rxcloud vrml-netty - 1.1.4 + 2.0.0 ``` @@ -42,7 +42,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-netty - 1.1.4 + 2.0.0 ``` diff --git a/vrml-netty/pom.xml b/vrml-netty/pom.xml index b3f217d..f009b5a 100644 --- a/vrml-netty/pom.xml +++ b/vrml-netty/pom.xml @@ -7,13 +7,13 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-netty - 4.1.75.Final + 4.1.86.Final diff --git a/vrml-netty/src/main/java/group/rxcloud/vrml/netty/DirectMemoryIndicator.java b/vrml-netty/src/main/java/group/rxcloud/vrml/netty/DirectMemoryIndicator.java index c26cec0..7178844 100644 --- a/vrml-netty/src/main/java/group/rxcloud/vrml/netty/DirectMemoryIndicator.java +++ b/vrml-netty/src/main/java/group/rxcloud/vrml/netty/DirectMemoryIndicator.java @@ -2,10 +2,10 @@ import group.rxcloud.vrml.log.Logs; import io.netty.util.internal.PlatformDependent; +import jakarta.annotation.PostConstruct; import org.springframework.stereotype.Component; import org.springframework.util.ReflectionUtils; -import javax.annotation.PostConstruct; import java.lang.reflect.Field; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; diff --git a/vrml-reactor/pom.xml b/vrml-reactor/pom.xml index 21d65a6..f923c64 100644 --- a/vrml-reactor/pom.xml +++ b/vrml-reactor/pom.xml @@ -7,7 +7,7 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-reactor @@ -15,7 +15,7 @@ - 3.4.24 + 3.5.1 diff --git a/vrml-reflect/pom.xml b/vrml-reflect/pom.xml index c1b4dfe..dc124f2 100644 --- a/vrml-reflect/pom.xml +++ b/vrml-reflect/pom.xml @@ -7,7 +7,7 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-reflect diff --git a/vrml-request/README.md b/vrml-request/README.md index 37e3981..1abbc7e 100644 --- a/vrml-request/README.md +++ b/vrml-request/README.md @@ -12,7 +12,7 @@ A proxy API to wrap remote request with log/record/check/... for [vrml](https:// group.rxcloud vrml-request - 1.1.4 + 2.0.0 ``` @@ -202,7 +202,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-request - 1.1.4 + 2.0.0 ``` diff --git a/vrml-request/README_ZH.md b/vrml-request/README_ZH.md index 019b546..128e395 100644 --- a/vrml-request/README_ZH.md +++ b/vrml-request/README_ZH.md @@ -12,7 +12,7 @@ group.rxcloud vrml-request - 1.1.4 + 2.0.0 ``` @@ -196,7 +196,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-request - 1.1.4 + 2.0.0 ``` diff --git a/vrml-request/WIKI.md b/vrml-request/WIKI.md index f3ef7bc..44bef5c 100644 --- a/vrml-request/WIKI.md +++ b/vrml-request/WIKI.md @@ -204,6 +204,6 @@ public class HttpProxy extends AbstractHttpRequestProxy { group.rxcloud vrml-request - 1.1.4 + 2.0.0 ``` \ No newline at end of file diff --git a/vrml-request/pom.xml b/vrml-request/pom.xml index 5bc907c..3273612 100644 --- a/vrml-request/pom.xml +++ b/vrml-request/pom.xml @@ -7,14 +7,14 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-request jar - 2.8.1 + 3.1.2 diff --git a/vrml-resource/README.md b/vrml-resource/README.md index c1d5252..ffb8643 100644 --- a/vrml-resource/README.md +++ b/vrml-resource/README.md @@ -13,7 +13,7 @@ Java File工具集。 group.rxcloud vrml-resource - 1.1.4 + 2.0.0 ``` @@ -42,7 +42,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-resource - 1.1.4 + 2.0.0 ``` diff --git a/vrml-resource/pom.xml b/vrml-resource/pom.xml index f762ec5..b49dc26 100644 --- a/vrml-resource/pom.xml +++ b/vrml-resource/pom.xml @@ -7,7 +7,7 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-resource diff --git a/vrml-shutdown/pom.xml b/vrml-shutdown/pom.xml index 90e1092..d79bb78 100644 --- a/vrml-shutdown/pom.xml +++ b/vrml-shutdown/pom.xml @@ -7,7 +7,7 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-shutdown diff --git a/vrml-spi/README.md b/vrml-spi/README.md index 8819bb3..fa6c485 100644 --- a/vrml-spi/README.md +++ b/vrml-spi/README.md @@ -13,7 +13,7 @@ Java SPI工具集。 group.rxcloud vrml-spi - 1.1.4 + 2.0.0 ``` @@ -42,7 +42,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-spi - 1.1.4 + 2.0.0 ``` diff --git a/vrml-spi/pom.xml b/vrml-spi/pom.xml index 763fd73..b0747a6 100644 --- a/vrml-spi/pom.xml +++ b/vrml-spi/pom.xml @@ -7,7 +7,7 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-spi diff --git a/vrml-stopwatch/pom.xml b/vrml-stopwatch/pom.xml index 6c7c058..7137cd7 100644 --- a/vrml-stopwatch/pom.xml +++ b/vrml-stopwatch/pom.xml @@ -7,7 +7,7 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-stopwatch @@ -18,10 +18,6 @@ group.rxcloud vrml-spi - - group.rxcloud - vrml-metric - diff --git a/vrml-switch/README.md b/vrml-switch/README.md index f4bf972..f21b23f 100644 --- a/vrml-switch/README.md +++ b/vrml-switch/README.md @@ -15,7 +15,7 @@ group.rxcloud vrml-switch - 1.1.4 + 2.0.0 ``` @@ -91,7 +91,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-switch - 1.1.4 + 2.0.0 ``` diff --git a/vrml-switch/WIKI.md b/vrml-switch/WIKI.md index 188ccb0..27fba69 100644 --- a/vrml-switch/WIKI.md +++ b/vrml-switch/WIKI.md @@ -76,7 +76,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-switch - 1.1.4 + 2.0.0 ``` diff --git a/vrml-switch/pom.xml b/vrml-switch/pom.xml index 58767dc..22d21a0 100644 --- a/vrml-switch/pom.xml +++ b/vrml-switch/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-switch diff --git a/vrml-time/README.md b/vrml-time/README.md index b36c3d7..fc9e662 100644 --- a/vrml-time/README.md +++ b/vrml-time/README.md @@ -12,7 +12,7 @@ A time API with timezone/cron for [vrml](https://github.com/kevinten10/vrml) lib group.rxcloud vrml-time - 1.1.4 + 2.0.0 ``` @@ -74,7 +74,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-time - 1.1.4 + 2.0.0 ``` diff --git a/vrml-time/README_ZH.md b/vrml-time/README_ZH.md index 2749a7b..b1c52e1 100644 --- a/vrml-time/README_ZH.md +++ b/vrml-time/README_ZH.md @@ -12,7 +12,7 @@ group.rxcloud vrml-time - 1.1.4 + 2.0.0 ``` @@ -78,7 +78,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-time - 1.1.4 + 2.0.0 ``` diff --git a/vrml-time/WIKI.md b/vrml-time/WIKI.md index 4605369..3718841 100644 --- a/vrml-time/WIKI.md +++ b/vrml-time/WIKI.md @@ -62,6 +62,6 @@ TimeZone -12 ~ +12 based on UTC. group.rxcloud vrml-time - 1.1.4 + 2.0.0 ``` \ No newline at end of file diff --git a/vrml-time/pom.xml b/vrml-time/pom.xml index a64cd21..fbe3a6d 100644 --- a/vrml-time/pom.xml +++ b/vrml-time/pom.xml @@ -7,7 +7,7 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-time diff --git a/vrml-tomcat/pom.xml b/vrml-tomcat/pom.xml index 0866130..d6e705d 100644 --- a/vrml-tomcat/pom.xml +++ b/vrml-tomcat/pom.xml @@ -7,7 +7,7 @@ vrml group.rxcloud - 1.1.4 + 2.0.0 vrml-tomcat diff --git a/vrml-trace/README.md b/vrml-trace/README.md index 1c861b5..43e20ce 100644 --- a/vrml-trace/README.md +++ b/vrml-trace/README.md @@ -12,7 +12,7 @@ A tracing Api base on MDC for [vrml](https://github.com/kevinten10/vrml) library group.rxcloud vrml-trace - 1.1.4 + 2.0.0 ``` @@ -146,7 +146,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-trace - 1.1.4 + 2.0.0 ``` diff --git a/vrml-trace/README_ZH.md b/vrml-trace/README_ZH.md index 5179cc9..99e2849 100644 --- a/vrml-trace/README_ZH.md +++ b/vrml-trace/README_ZH.md @@ -12,7 +12,7 @@ group.rxcloud vrml-trace - 1.1.4 + 2.0.0 ``` @@ -146,7 +146,7 @@ Developer repository can be found [here](https://github.com/kevinten10/vrml/tree group.rxcloud vrml-trace - 1.1.4 + 2.0.0 ``` diff --git a/vrml-trace/WIKI.md b/vrml-trace/WIKI.md index 8aef7fa..7769c91 100644 --- a/vrml-trace/WIKI.md +++ b/vrml-trace/WIKI.md @@ -84,6 +84,6 @@ TraceAPI可以使用`MdcTraces`管理MDC,从而基于MDC进行日志的Tag管 group.rxcloud vrml-trace - 1.1.4 + 2.0.0 ``` \ No newline at end of file diff --git a/vrml-trace/pom.xml b/vrml-trace/pom.xml index 68e8386..6ddd29e 100644 --- a/vrml-trace/pom.xml +++ b/vrml-trace/pom.xml @@ -7,14 +7,14 @@ group.rxcloud vrml - 1.1.4 + 2.0.0 vrml-trace jar - 1.2.11 + 1.4.5