Skip to content

Commit

Permalink
build(version): 更新项目版本至1.8.2-SNAPSHOT
Browse files Browse the repository at this point in the history
- 在 pom.xml 文件中将项目版本号从 1.8.1 修改为 1.8.2-SNAPSHOT
- 更新 XXL-RPC 官方文档中的版本信息
- 修改国际化文件中的版本号
  • Loading branch information
xuxueli committed Jan 1, 2025
1 parent 8e9174c commit c3c493d
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions doc/XXL-RPC官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,9 @@ XXL-RPC默认将 "XXL-RPC-ADMIN" 作为原生注册中心。其他Java服务框
- 7、【升级】多个项目依赖升级至较新稳定版本,涉及 xxl-rpc-netty-shade、netty、slf4j 等;


### v1.8.2 Release Notes[迭代中]


### TODO LIST
- 提高系统可用性,以部分功能暂时不可达为代价,防止服务整体缓慢或雪崩
- 限流=防止负载过高,导致服务雪崩;client、server,双向限流;方法级,QPS限流;在途请求数,流控依据;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion xxl-rpc-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-admin</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
admin_name=服务管理平台
admin_name_full=服务管理平台|XXL-RPC
admin_version=1.8.1
admin_version=1.8.2-SNAPSHOT

## system
system_tips=系统提示
Expand Down
2 changes: 1 addition & 1 deletion xxl-rpc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-rpc-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-samples</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-rpc-samples/xxl-rpc-sample-frameless/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-samples</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-sample-frameless</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-sample-frameless</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-sample-frameless-api</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-sample-frameless</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-sample-frameless-client</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-sample-frameless</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-sample-frameless-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-rpc-samples/xxl-rpc-sample-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-samples</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-sample-springboot</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-sample-springboot</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-sample-springboot-api</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-sample-springboot</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-sample-springboot-client</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-sample-springboot</artifactId>
<version>1.8.1</version>
<version>1.8.2-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-sample-springboot-server</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit c3c493d

Please sign in to comment.