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
960f8308
authored
Sep 29, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级正式版本: 1.4.2
parent
6358ba92
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
12 deletions
README.md
pom.xml
xxl-job-admin/pom.xml
xxl-job-core/pom.xml
xxl-job-executor-example/pom.xml
README.md
View file @
960f8308
# 《分布式任务调度平台XXL-JOB》(
最新版本V1.4.
2-SNAPSHOT)
# 《分布式任务调度平台XXL-JOB》(最新版本V1.4.2)
## 一、简介
#### 1.1 概述
...
...
@@ -40,11 +40,12 @@ XXL-JOB銝銝芾蝠漣遙靚漲獢嚗敹挽霈∠
-
4、人人聚财金服;
-
5、上海棠棣信息科技股份有限公司
-
6、运满满
-
7、米其林(中国区)
-
7、
米
其林 (中国区)
-
8、妈妈联盟
-
9、九樱天下(北京)信息技术有限公司
-
10、万普拉斯科技有限公司(一加手机)
-
11、上海亿保健康管理有限公司
-
12、海尔馨厨 (海尔)
-
……
欢迎大家的关注和使用,XXL-JOB也将拥抱变化,持续发展。
...
...
@@ -609,7 +610,9 @@ XXL-JOB隡蛹瘥活靚漲霂瑟銝芸敹辣嚗
- 6.3、调度中心中列表分页参数优化,解决一处因服务器限制post长度而引起的问题;
- 6.4、执行器Jobhandler注解优化,解决一处因事务代理导致的容器无法加载JobHandler的问题;
- 6.5、远程调度优化,禁用retry策略,解决一处可能导致重复调用的问题;
Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段, 地址见分支 [V1.3](https://github.com/xuxueli/xxl-job/tree/v1.3) 。新特性将会在master分支持续更新。
#### 6.7 版本 V1.4.1 新特性
- 1、项目成功推送maven中央仓库, 中央仓库地址以及依赖如下:
```
...
...
@@ -628,9 +631,11 @@ XXL-JOB隡蛹瘥活靚漲霂瑟銝芸敹辣嚗
-
7、底层表结构,表明统一大写;
-
8、调度中心,异常处理器JSON响应的ContentType修改,修复浏览器不识别的问题;
Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段, 地址见分支
[
V1.3
](
https://github.com/xuxueli/xxl-job/tree/v1.3
)
。新特性将会在master分支持续更新。
#### 6.8 版本 V1.4.2 新特性
-
1、任务新增时,任务列表偏移问题修复;
-
2、修复一处因bootstrap不支持模态框重叠而导致的样式错乱的问题, 在任务编辑时会出现该问题;
-
3、调度超时和Handler匹配不到时,调度状态优化;
-
4、因catch异常,导致任务不可终止的问题,给出解决方案, 见文档;
#### 规划中
-
1、任务执行规则自定义:假如前一个任务正在执行,后续调度执行规则支持自定义;
...
...
pom.xml
View file @
960f8308
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
1.4.2
-SNAPSHOT
</version>
<version>
1.4.2
</version>
<packaging>
pom
</packaging>
<name>
xxl-job
</name>
...
...
xxl-job-admin/pom.xml
View file @
960f8308
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
1.4.2
-SNAPSHOT
</version>
<version>
1.4.2
</version>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
war
</packaging>
<properties>
<xxl-job.version>
1.4.2
-SNAPSHOT
</xxl-job.version>
<xxl-job.version>
1.4.2
</xxl-job.version>
<spring.version>
3.2.14.RELEASE
</spring.version>
</properties>
...
...
xxl-job-core/pom.xml
View file @
960f8308
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
1.4.2
-SNAPSHOT
</version>
<version>
1.4.2
</version>
</parent>
<artifactId>
xxl-job-core
</artifactId>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-example/pom.xml
View file @
960f8308
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
1.4.2
-SNAPSHOT
</version>
<version>
1.4.2
</version>
</parent>
<artifactId>
xxl-job-executor-example
</artifactId>
<packaging>
war
</packaging>
<properties>
<xxl-job.version>
1.4.2
-SNAPSHOT
</xxl-job.version>
<xxl-job.version>
1.4.2
</xxl-job.version>
<spring.version>
3.2.14.RELEASE
</spring.version>
</properties>
...
...
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