Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
X
XXL-JOB
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
靳帅
XXL-JOB
Commits
7f626e8b
提交
7f626e8b
authored
4月 14, 2020
作者:
xuxueli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
upgrade version
上级
1874c485
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
93 行增加
和
89 行删除
+93
-89
XXL-JOB官方文档.md
doc/XXL-JOB官方文档.md
+3
-0
tables_xxl_job.sql
doc/db/tables_xxl_job.sql
+1
-1
pom.xml
pom.xml
+1
-1
pom.xml
xxl-job-admin/pom.xml
+1
-1
message_en.properties
xxl-job-admin/src/main/resources/i18n/message_en.properties
+1
-1
message_zh_CN.properties
...ob-admin/src/main/resources/i18n/message_zh_CN.properties
+1
-1
message_zh_TC.properties
...ob-admin/src/main/resources/i18n/message_zh_TC.properties
+1
-1
pom.xml
xxl-job-core/pom.xml
+77
-76
pom.xml
xxl-job-executor-samples/pom.xml
+1
-1
pom.xml
...xecutor-samples/xxl-job-executor-sample-frameless/pom.xml
+1
-1
pom.xml
...ob-executor-samples/xxl-job-executor-sample-jboot/pom.xml
+1
-1
pom.xml
...b-executor-samples/xxl-job-executor-sample-jfinal/pom.xml
+1
-1
pom.xml
...job-executor-samples/xxl-job-executor-sample-nutz/pom.xml
+1
-1
pom.xml
...b-executor-samples/xxl-job-executor-sample-spring/pom.xml
+1
-1
pom.xml
...ecutor-samples/xxl-job-executor-sample-springboot/pom.xml
+1
-1
没有找到文件。
doc/XXL-JOB官方文档.md
浏览文件 @
7f626e8b
...
@@ -1960,6 +1960,9 @@ data: post-data
...
@@ -1960,6 +1960,9 @@ data: post-data
-
22、执行备注消息长度限制,修复数据超长无法存储导致导致回调失败的问题;
-
22、执行备注消息长度限制,修复数据超长无法存储导致导致回调失败的问题;
注意:XxlJobSpringExecutor组件个别字段调整:“appName” 调整为 “appname” ,升级时该组件时需要注意;
注意:XxlJobSpringExecutor组件个别字段调整:“appName” 调整为 “appname” ,升级时该组件时需要注意;
### 7.31 版本 v2.2.1 Release Notes[迭代中]
### TODO LIST
### TODO LIST
-
1、任务分片路由:分片采用一致性Hash算法计算出尽量稳定的分片顺序,即使注册机器存在波动也不会引起分批分片顺序大的波动;目前采用IP自然排序,可以满足需求,待定;
-
1、任务分片路由:分片采用一致性Hash算法计算出尽量稳定的分片顺序,即使注册机器存在波动也不会引起分批分片顺序大的波动;目前采用IP自然排序,可以满足需求,待定;
-
2、调度隔离:调度中心针对不同执行器,各自维护不同的调度和远程触发组件。
-
2、调度隔离:调度中心针对不同执行器,各自维护不同的调度和远程触发组件。
...
...
doc/db/tables_xxl_job.sql
浏览文件 @
7f626e8b
#
#
#
XXL
-
JOB
v2
.
2
.
0
#
XXL
-
JOB
v2
.
2
.
1
-
SNAPSHOT
#
Copyright
(
c
)
2015
-
present
,
xuxueli
.
#
Copyright
(
c
)
2015
-
present
,
xuxueli
.
CREATE
database
if
NOT
EXISTS
`xxl_job`
default
character
set
utf8mb4
collate
utf8mb4_unicode_ci
;
CREATE
database
if
NOT
EXISTS
`xxl_job`
default
character
set
utf8mb4
collate
utf8mb4_unicode_ci
;
...
...
pom.xml
浏览文件 @
7f626e8b
...
@@ -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>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
...
...
xxl-job-admin/pom.xml
浏览文件 @
7f626e8b
...
@@ -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>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
xxl-job-admin/src/main/resources/i18n/message_en.properties
浏览文件 @
7f626e8b
admin_name
=
Scheduling Center
admin_name
=
Scheduling Center
admin_name_full
=
Distributed Task Scheduling Platform XXL-JOB
admin_name_full
=
Distributed Task Scheduling Platform XXL-JOB
admin_version
=
2.2.
0
admin_version
=
2.2.
1-SNAPSHOT
admin_i18n
=
en
admin_i18n
=
en
## system
## system
...
...
xxl-job-admin/src/main/resources/i18n/message_zh_CN.properties
浏览文件 @
7f626e8b
admin_name
=
任务调度中心
admin_name
=
任务调度中心
admin_name_full
=
分布式任务调度平台XXL-JOB
admin_name_full
=
分布式任务调度平台XXL-JOB
admin_version
=
2.2.
0
admin_version
=
2.2.
1-SNAPSHOT
admin_i18n
=
admin_i18n
=
## system
## system
...
...
xxl-job-admin/src/main/resources/i18n/message_zh_TC.properties
浏览文件 @
7f626e8b
admin_name
=
任務調度中心
admin_name
=
任務調度中心
admin_name_full
=
分布式任務調度平臺XXL-JOB
admin_name_full
=
分布式任務調度平臺XXL-JOB
admin_version
=
2.2.
0
admin_version
=
2.2.
1-SNAPSHOT
admin_i18n
=
admin_i18n
=
## system
## system
...
...
xxl-job-core/pom.xml
浏览文件 @
7f626e8b
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xxl-job-core
</artifactId>
<artifactId>
xxl-job-core
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
<description>
A distributed task scheduling framework.
</description>
<description>
A distributed task scheduling framework.
</description>
<url>
https://www.xuxueli.com/
</url>
<url>
https://www.xuxueli.com/
</url>
<dependencies>
<dependencies>
<!-- ********************** embed server: netty + gson ********************** -->
<!-- ********************** embed server: netty + gson ********************** -->
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-all
</artifactId>
<artifactId>
netty-all
</artifactId>
<version>
${netty-all.version}
</version>
<version>
${netty-all.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.google.code.gson
</groupId>
<groupId>
com.google.code.gson
</groupId>
<artifactId>
gson
</artifactId>
<artifactId>
gson
</artifactId>
<version>
${gson.version}
</version>
<version>
${gson.version}
</version>
</dependency>
</dependency>
<!-- ********************** plugin ********************** -->
<!-- ********************** plugin ********************** -->
<!-- groovy-all -->
<!-- groovy-all -->
<dependency>
<dependency>
<groupId>
org.codehaus.groovy
</groupId>
<groupId>
org.codehaus.groovy
</groupId>
<artifactId>
groovy
</artifactId>
<artifactId>
groovy
</artifactId>
<version>
${groovy.version}
</version>
<version>
${groovy.version}
</version>
</dependency>
</dependency>
<!-- spring-context -->
<!-- spring-context -->
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<artifactId>
spring-context
</artifactId>
<version>
${spring.version}
</version>
<version>
${spring.version}
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<!-- ********************** base ********************** -->
<!-- ********************** base ********************** -->
<!-- slf4j -->
<!-- slf4j -->
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<artifactId>
slf4j-api
</artifactId>
<version>
${slf4j-api.version}
</version>
<version>
${slf4j-api.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
${slf4j-api.version}
</version>
<version>
${slf4j-api.version}
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<!-- junit -->
<!-- junit -->
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<artifactId>
junit
</artifactId>
<version>
${junit.version}
</version>
<version>
${junit.version}
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<!-- javax.annotation-api -->
<!-- javax.annotation-api -->
<dependency>
<dependency>
<groupId>
javax.annotation
</groupId>
<groupId>
javax.annotation
</groupId>
<artifactId>
javax.annotation-api
</artifactId>
<artifactId>
javax.annotation-api
</artifactId>
<version>
${javax.annotation-api.version}
</version>
<version>
${javax.annotation-api.version}
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
xxl-job-executor-samples/pom.xml
浏览文件 @
7f626e8b
...
@@ -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>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</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-frameless/pom.xml
浏览文件 @
7f626e8b
...
@@ -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>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xxl-job-executor-sample-frameless
</artifactId>
<artifactId>
xxl-job-executor-sample-frameless
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-jboot/pom.xml
浏览文件 @
7f626e8b
...
@@ -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>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
xxl-job-executor-sample-jboot
</artifactId>
<artifactId>
xxl-job-executor-sample-jboot
</artifactId>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-jfinal/pom.xml
浏览文件 @
7f626e8b
...
@@ -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>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</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
浏览文件 @
7f626e8b
...
@@ -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>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</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
浏览文件 @
7f626e8b
...
@@ -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>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</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
浏览文件 @
7f626e8b
...
@@ -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>
2.2.
0
</version>
<version>
2.2.
1-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xxl-job-executor-sample-springboot
</artifactId>
<artifactId>
xxl-job-executor-sample-springboot
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论