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
7b8b24aa
authored
May 08, 2017
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级快照版本:v1.7.2
parent
422dfc1e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
16 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 @
7b8b24aa
...
@@ -814,7 +814,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -814,7 +814,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
5、执行器移除GlueLoader依赖,改为推送方式实现,从而GLUE源码加载不再依赖JDBC;
-
5、执行器移除GlueLoader依赖,改为推送方式实现,从而GLUE源码加载不再依赖JDBC;
-
6、登录拦截Redirect时获取项目名,解决非根据目录发布时跳转404问题;
-
6、登录拦截Redirect时获取项目名,解决非根据目录发布时跳转404问题;
#### 6.15 版本 V1.7.1 特性
(Coding)
#### 6.15 版本 V1.7.1 特性
-
1、运行日志读写编码统一为UTF-8,解决windows环境下日志乱码问题;
-
1、运行日志读写编码统一为UTF-8,解决windows环境下日志乱码问题;
-
2、通讯超时时间限定为10s,避免异常情况下调度线程占用;
-
2、通讯超时时间限定为10s,避免异常情况下调度线程占用;
-
3、执行器,server启动、销毁和注册逻辑调整;
-
3、执行器,server启动、销毁和注册逻辑调整;
...
@@ -824,14 +824,16 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -824,14 +824,16 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
7、弹框组件统一替换为layer;
-
7、弹框组件统一替换为layer;
-
8、升级quartz版本至2.3.0;
-
8、升级quartz版本至2.3.0;
####
TODO LIST
####
6.15 版本 V1.7.2 特性(Coding)
-
1、任务并行触发处理规则:单机串行队列(默认)、单机并行、串行忽略、单机覆盖;
-
1、任务并行触发处理规则:单机串行队列(默认)、单机并行、串行忽略、单机覆盖;
-
2、任务权限管理;
-
2、调度失败重试机制;
-
3、调度失败重试机制;
-
4、执行器与数据库解耦,只需配置调度中心集群地址即可(与当前通过JDBC注册自动发现方式,相冲突,待考虑);
#### TODO LIST
-
5、任务分片:一个任务被拆分成N个独立的任务单元,然后由分布式部署的执行器分别执行某一个或几个分片单元;
-
1、任务权限管理;
-
6、任务分片路由:分片采用一致性Hash算法计算出尽量稳定的分片顺序,即使注册机器存在波动也不会引起分批分片顺序大的波动;
-
2、执行器与数据库解耦,只需配置调度中心集群地址即可(与当前通过JDBC注册自动发现方式,相冲突,待考虑),调度中心提供API供执行器回调和注册,取消调度中心内部jetty;
-
7、调度中心提供API供执行器回调和注册,取消调度中心内部jetty;
-
3、任务分片:一个任务被拆分成N个独立的任务单元,然后由分布式部署的执行器分别执行某一个或几个分片单元;
-
4、任务分片路由:分片采用一致性Hash算法计算出尽量稳定的分片顺序,即使注册机器存在波动也不会引起分批分片顺序大的波动;
## 七、其他
## 七、其他
...
...
pom.xml
View file @
7b8b24aa
...
@@ -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.
1
</version>
<version>
1.7.
2-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
xxl-job
</name>
<name>
xxl-job
</name>
...
...
xxl-job-admin/pom.xml
View file @
7b8b24aa
...
@@ -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.
1
</version>
<version>
1.7.
2-SNAPSHOT
</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.
1
</xxl-job.version>
<xxl-job.version>
1.7.
2-SNAPSHOT
</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 @
7b8b24aa
...
@@ -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.
1
</version>
<version>
1.7.
2-SNAPSHOT
</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 @
7b8b24aa
...
@@ -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.
1
</version>
<version>
1.7.
2-SNAPSHOT
</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.
1
</xxl-job.version>
<xxl-job.version>
1.7.
2-SNAPSHOT
</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 @
7b8b24aa
...
@@ -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.
1
</version>
<version>
1.7.
2-SNAPSHOT
</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.
1
</xxl-job.version>
<xxl-job.version>
1.7.
2-SNAPSHOT
</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