Skip to content

Commit

Permalink
升级依赖版本,如netty/mina/spring等
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Apr 20, 2019
1 parent 881afda commit 10d7402
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions doc/XXL-RPC官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ public class Demo2ServiceImpl implements Demo2Service {
- 1、LRU路由更新不及时问题修复;
- 2、JettyClient Buffer 默认长度调整为5M;
- 3、Netty Http客户端配置优化;
- 4、升级依赖版本,如netty/mina/spring等


### TODO
Expand Down
24 changes: 14 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<maven.test.skip>true</maven.test.skip>


<slf4j-api.version>1.7.25</slf4j-api.version>
<slf4j-api.version>1.7.26</slf4j-api.version>
<junit.version>4.12</junit.version>


<netty.version>4.1.33.Final</netty.version>
<mina.version>2.0.19</mina.version>
<jetty-server.version>9.2.26.v20180806</jetty-server.version>
<netty.version>4.1.35.Final</netty.version>
<mina.version>2.1.1</mina.version>
<jetty-server.version>9.2.27.v20190403</jetty-server.version>


<hessian.version>4.0.60</hessian.version>
Expand All @@ -42,12 +42,16 @@


<xxl-registry.version>1.0.2</xxl-registry.version>
<zookeeper.version>3.4.13</zookeeper.version>
<zookeeper.version>3.4.14</zookeeper.version>


<spring.version>4.3.22.RELEASE</spring.version>
<spring-boot.version>1.5.19.RELEASE</spring-boot.version>
<spring.version>4.3.23.RELEASE</spring.version>
<spring-boot.version>1.5.20.RELEASE</spring-boot.version>


<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
</properties>

<build>
Expand Down Expand Up @@ -87,7 +91,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -101,7 +105,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>${maven-javadoc-plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -115,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>${maven-gpg-plugin.version}</version>
<configuration>
<useAgent>false</useAgent>
</configuration>
Expand Down

0 comments on commit 10d7402

Please # to comment.