Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed May 23, 2019
1 parent 038ae89 commit 0f96442
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion doc/XXL-RPC官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ public class Demo2ServiceImpl implements Demo2Service {
- 3、Netty Http客户端配置优化;
- 4、升级依赖版本,如netty/mina/spring等

### 5.9 版本 v1.4.1 Release Notes[迭代中]
### 5.9 版本 v1.4.1 Release Notes[2019-05-23]
- 1、客户端长连优化,修复初始化时服务不可用导致长连冗余创建的问题;
- 2、升级依赖版本,如netty/mina/jetty/jackson/spring/spring-boot等;
- 3、空闲链接自动回收:服务端与客户端主动检测空闲链接并回收,及时释放相关资源(netty、mina);空闲超10min自动释放;
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.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
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.4.1-SNAPSHOT</version>
<version>1.4.1</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.4.1-SNAPSHOT</version>
<version>1.4.1</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.4.1-SNAPSHOT</version>
<version>1.4.1</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.4.1-SNAPSHOT</version>
<version>1.4.1</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.4.1-SNAPSHOT</version>
<version>1.4.1</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.4.1-SNAPSHOT</version>
<version>1.4.1</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-jfinal/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-samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>
<artifactId>xxl-rpc-sample-jfinal</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-sample-jfinal</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>
<artifactId>xxl-rpc-sample-jfinal-api</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-sample-jfinal</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>
<artifactId>xxl-rpc-sample-jfinal-client</artifactId>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-sample-jfinal</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>
<artifactId>xxl-rpc-sample-jfinal-server</artifactId>
<packaging>war</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.4.1-SNAPSHOT</version>
<version>1.4.1</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.4.1-SNAPSHOT</version>
<version>1.4.1</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.4.1-SNAPSHOT</version>
<version>1.4.1</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.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>
<artifactId>xxl-rpc-sample-springboot-server</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 0f96442

Please sign in to comment.