Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
475655cc
authored
May 02, 2017
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级正式版本:v1.7.0
parent
98a3f353
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
README.md
pom.xml
xxl-job-admin/pom.xml
xxl-job-core/pom.xml
xxl-job-executor-example/pom.xml
xxl-job-executor-springboot-example/pom.xml
README.md
View file @
475655cc
...
@@ -813,11 +813,11 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -813,11 +813,11 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
4、路由策越优化:循环和LFU路由策略计数器自增无上限问题和首次路由压力集中在首台机器的问题修复;
-
4、路由策越优化:循环和LFU路由策略计数器自增无上限问题和首次路由压力集中在首台机器的问题修复;
#### 6.14 版本 V1.7.0 特性 (Coding)
#### 6.14 版本 V1.7.0 特性 (Coding)
-
1、脚本任务:支持以GLUE模式开发和运行脚本任务,包括Shell、Python等类型脚本;
-
1、脚本任务:支持以GLUE模式开发和运行脚本任务,包括Shell、Python
和Groovy
等类型脚本;
-
2、新增spring-boot类型执行器example项目;
-
2、新增spring-boot类型执行器example项目;
-
3、升级jetty版本至9.2;
-
3、升级jetty版本至9.2;
-
2、执行器移除GlueLoader依赖改为推送方式
,GLUE源码加载不再依赖JDBC;
-
4、执行器移除GlueLoader依赖改为推送方式实现
,GLUE源码加载不再依赖JDBC;
-
3
、登录拦截Redirect时获取项目名,解决非根据目录发布时跳转404问题;
-
5
、登录拦截Redirect时获取项目名,解决非根据目录发布时跳转404问题;
#### TODO LIST
#### TODO LIST
-
1、任务并行触发处理规则:串行调度队列(默认)、并行、忽略、覆盖;
-
1、任务并行触发处理规则:串行调度队列(默认)、并行、忽略、覆盖;
...
...
pom.xml
View file @
475655cc
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.7.0
-SNAPSHOT
</version>
<version>
1.7.0
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
xxl-job
</name>
<name>
xxl-job
</name>
...
...
xxl-job-admin/pom.xml
View file @
475655cc
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.7.0
-SNAPSHOT
</version>
<version>
1.7.0
</version>
</parent>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<xxl-job.version>
1.7.0
-SNAPSHOT
</xxl-job.version>
<xxl-job.version>
1.7.0
</xxl-job.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
</properties>
</properties>
...
...
xxl-job-core/pom.xml
View file @
475655cc
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.7.0
-SNAPSHOT
</version>
<version>
1.7.0
</version>
</parent>
</parent>
<artifactId>
xxl-job-core
</artifactId>
<artifactId>
xxl-job-core
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-example/pom.xml
View file @
475655cc
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.7.0
-SNAPSHOT
</version>
<version>
1.7.0
</version>
</parent>
</parent>
<artifactId>
xxl-job-executor-example
</artifactId>
<artifactId>
xxl-job-executor-example
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<xxl-job.version>
1.7.0
-SNAPSHOT
</xxl-job.version>
<xxl-job.version>
1.7.0
</xxl-job.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
</properties>
</properties>
...
...
xxl-job-executor-springboot-example/pom.xml
View file @
475655cc
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.7.0
-SNAPSHOT
</version>
<version>
1.7.0
</version>
</parent>
</parent>
<artifactId>
xxl-job-executor-springboot-example
</artifactId>
<artifactId>
xxl-job-executor-springboot-example
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<description>
Example executor project for spring boot
</description>
<description>
Example executor project for spring boot
</description>
<properties>
<properties>
<xxl-job.version>
1.7.0
-SNAPSHOT
</xxl-job.version>
<xxl-job.version>
1.7.0
</xxl-job.version>
<spring-boot.version>
1.3.8.RELEASE
</spring-boot.version>
<spring-boot.version>
1.3.8.RELEASE
</spring-boot.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment