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
7b15aa39
authored
Dec 29, 2017
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级至正式版本:v1.9.0
parent
935e1d19
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
doc/XXL-JOB官方文档.md
pom.xml
xxl-job-admin/pom.xml
xxl-job-core/pom.xml
xxl-job-executor-samples/pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-jfinal/pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-nutz/pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml
doc/XXL-JOB官方文档.md
View file @
7b15aa39
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
@@ -1081,7 +1081,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -1081,7 +1081,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
9、调度中心任务监控线程销毁时,批量对失败任务告警,防止告警信息丢失;
-
9、调度中心任务监控线程销毁时,批量对失败任务告警,防止告警信息丢失;
-
10、任务日志文件路径时间戳格式化时SimpleDateFormat并发问题解决;
-
10、任务日志文件路径时间戳格式化时SimpleDateFormat并发问题解决;
### 6.20 版本 V1.9.0 特性[
迭代中
]
### 6.20 版本 V1.9.0 特性[
2017-12-29
]
-
1、新增Nutz执行器Sample示例项目;
-
1、新增Nutz执行器Sample示例项目;
-
2、新增任务运行模式 "GLUE模式(NodeJS) ",支持NodeJS脚本任务;
-
2、新增任务运行模式 "GLUE模式(NodeJS) ",支持NodeJS脚本任务;
-
3、脚本任务Shell、Python和Nodejs等支持获取分片参数;
-
3、脚本任务Shell、Python和Nodejs等支持获取分片参数;
...
@@ -1091,7 +1091,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -1091,7 +1091,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
7、调度报表优化,支持时间区间筛选;
-
7、调度报表优化,支持时间区间筛选;
-
8、Log组件支持输出异常栈信息,底层实现优化;
-
8、Log组件支持输出异常栈信息,底层实现优化;
-
9、告警邮件样式优化,调整为表格形式,邮件组件调整为commons-email简化邮件操作;
-
9、告警邮件样式优化,调整为表格形式,邮件组件调整为commons-email简化邮件操作;
-
10、项目依赖
升级,如spring、jackson
等;
-
10、项目依赖
全量升级至较新稳定版本,如spring、jackson等
等;
-
11、任务日志,记录发起调度的机器信息;
-
11、任务日志,记录发起调度的机器信息;
-
12、交互优化,如登陆注销;
-
12、交互优化,如登陆注销;
-
13、任务Cron长度扩展支持至128位,支持负责类型Cron设置;
-
13、任务Cron长度扩展支持至128位,支持负责类型Cron设置;
...
...
pom.xml
View file @
7b15aa39
...
@@ -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.9.0
-SNAPSHOT
</version>
<version>
1.9.0
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
...
...
xxl-job-admin/pom.xml
View file @
7b15aa39
...
@@ -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.9.0
-SNAPSHOT
</version>
<version>
1.9.0
</version>
</parent>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
...
...
xxl-job-core/pom.xml
View file @
7b15aa39
...
@@ -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.9.0
-SNAPSHOT
</version>
<version>
1.9.0
</version>
</parent>
</parent>
<artifactId>
xxl-job-core
</artifactId>
<artifactId>
xxl-job-core
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-samples/pom.xml
View file @
7b15aa39
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.9.0
-SNAPSHOT
</version>
<version>
1.9.0
</version>
</parent>
</parent>
<artifactId>
xxl-job-executor-samples
</artifactId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-jfinal/pom.xml
View file @
7b15aa39
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
xxl-job-executor-samples
</artifactId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<version>
1.9.0
-SNAPSHOT
</version>
<version>
1.9.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
xxl-job-executor-sample-jfinal
</artifactId>
<artifactId>
xxl-job-executor-sample-jfinal
</artifactId>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-nutz/pom.xml
View file @
7b15aa39
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
1.9.0
-SNAPSHOT
</version>
<version>
1.9.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
xxl-job-executor-sample-nutz
</artifactId>
<artifactId>
xxl-job-executor-sample-nutz
</artifactId>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml
View file @
7b15aa39
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
1.9.0
-SNAPSHOT
</version>
<version>
1.9.0
</version>
</parent>
</parent>
<artifactId>
xxl-job-executor-sample-spring
</artifactId>
<artifactId>
xxl-job-executor-sample-spring
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml
View file @
7b15aa39
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
1.9.0
-SNAPSHOT
</version>
<version>
1.9.0
</version>
</parent>
</parent>
<artifactId>
xxl-job-executor-sample-springboot
</artifactId>
<artifactId>
xxl-job-executor-sample-springboot
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
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