Browse Source

底层通讯组件升级,修复通讯异常时无效等待的问题;

xuxueli 7 years ago
parent
commit
0be1cc2b44
3 changed files with 3 additions and 1 deletions
  1. 1 0
      doc/XXL-JOB官方文档.md
  2. 1 0
      pom.xml
  3. 1 1
      xxl-job-core/pom.xml

+ 1 - 0
doc/XXL-JOB官方文档.md View File

1381
 - 1、左侧菜单折叠动画问题修复;
1381
 - 1、左侧菜单折叠动画问题修复;
1382
 - 2、调度报表日期分布图默认值统一;
1382
 - 2、调度报表日期分布图默认值统一;
1383
 - 3、freemarker对数字默认加千分位问题修复,解决日志ID被分隔导致查看日志失败问题;
1383
 - 3、freemarker对数字默认加千分位问题修复,解决日志ID被分隔导致查看日志失败问题;
1384
+- 4、底层通讯组件升级,修复通讯异常时无效等待的问题;
1384
 
1385
 
1385
 
1386
 
1386
 ### TODO LIST
1387
 ### TODO LIST

+ 1 - 0
pom.xml View File

26
 
26
 
27
 		<!--<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
27
 		<!--<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
28
 		<javax.servlet.jsp-api.version>2.3.3</javax.servlet.jsp-api.version>-->
28
 		<javax.servlet.jsp-api.version>2.3.3</javax.servlet.jsp-api.version>-->
29
+		<xxl-rpc.version>1.2.1-SNAPSHOT</xxl-rpc.version>
29
 
30
 
30
 		<spring-boot.version>1.5.17.RELEASE</spring-boot.version>
31
 		<spring-boot.version>1.5.17.RELEASE</spring-boot.version>
31
 		<mybatis-spring-boot-starter.version>1.3.2</mybatis-spring-boot-starter.version>
32
 		<mybatis-spring-boot-starter.version>1.3.2</mybatis-spring-boot-starter.version>

+ 1 - 1
xxl-job-core/pom.xml View File

19
 		<dependency>
19
 		<dependency>
20
 			<groupId>com.xuxueli</groupId>
20
 			<groupId>com.xuxueli</groupId>
21
 			<artifactId>xxl-rpc-core</artifactId>
21
 			<artifactId>xxl-rpc-core</artifactId>
22
-			<version>1.2.0</version>
22
+			<version>${xxl-rpc.version}</version>
23
 		</dependency>
23
 		</dependency>
24
 
24
 
25
 		<!-- groovy-all -->
25
 		<!-- groovy-all -->