Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
X
XXL-JOB
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
靳帅
XXL-JOB
Commits
e246de73
提交
e246de73
authored
2月 22, 2018
作者:
xuxueli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
版本Release:v1.9.1
上级
3c6acf1b
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
18 行增加
和
17 行删除
+18
-17
XXL-JOB官方文档.md
doc/XXL-JOB官方文档.md
+2
-1
pom.xml
pom.xml
+6
-6
pom.xml
xxl-job-admin/pom.xml
+1
-1
message.properties
xxl-job-admin/src/main/resources/i18n/message.properties
+1
-1
message_en.properties
xxl-job-admin/src/main/resources/i18n/message_en.properties
+2
-2
pom.xml
xxl-job-core/pom.xml
+1
-1
pom.xml
xxl-job-executor-samples/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
浏览文件 @
e246de73
...
@@ -1142,7 +1142,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -1142,7 +1142,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
30、任务列表新增筛选条件 "任务描述",快速检索任务;
-
30、任务列表新增筛选条件 "任务描述",快速检索任务;
-
31、执行器Log文件定期清理功能:执行器新增配置项("xxl.job.executor.logretentiondays")日志保存天数,日志文件过期自动删除。
-
31、执行器Log文件定期清理功能:执行器新增配置项("xxl.job.executor.logretentiondays")日志保存天数,日志文件过期自动删除。
### 6.21 版本 V1.9.1 特性[
迭代中
]
### 6.21 版本 V1.9.1 特性[
2018-02-22
]
-
1、国际化:调度中心实现国际化,支持中文、英文两种语言,默认为中文。
-
1、国际化:调度中心实现国际化,支持中文、英文两种语言,默认为中文。
-
2、调度报表新增"运行中"中状态项;
-
2、调度报表新增"运行中"中状态项;
-
3、调度报表优化,报表SQL调优并且新增LocalCache缓存(缓存时间60s),提高大数据量下报表加载速度;
-
3、调度报表优化,报表SQL调优并且新增LocalCache缓存(缓存时间60s),提高大数据量下报表加载速度;
...
@@ -1150,6 +1150,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -1150,6 +1150,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
5、修复新版本chrome滚动到顶部失效问题;
-
5、修复新版本chrome滚动到顶部失效问题;
-
6、调度中心配置加载优化,取消对配置文件名的强依赖,支持加载磁盘配置;
-
6、调度中心配置加载优化,取消对配置文件名的强依赖,支持加载磁盘配置;
-
7、修复脚本任务Log文件未正常close的问题;
-
7、修复脚本任务Log文件未正常close的问题;
-
8、项目依赖全量升级至较新稳定版本,如spring、jackson等等;
### TODO LIST
### TODO LIST
...
...
pom.xml
浏览文件 @
e246de73
...
@@ -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.1
-SNAPSHOT
</version>
<version>
1.9.1
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
...
@@ -20,16 +20,16 @@
...
@@ -20,16 +20,16 @@
<javax.servlet-api.version>
3.0.1
</javax.servlet-api.version>
<javax.servlet-api.version>
3.0.1
</javax.servlet-api.version>
<jsp-api.version>
2.2
</jsp-api.version>
<jsp-api.version>
2.2
</jsp-api.version>
<spring.version>
4.3.1
3
.RELEASE
</spring.version>
<spring.version>
4.3.1
4
.RELEASE
</spring.version>
<jackson.version>
2.9.
3
</jackson.version>
<jackson.version>
2.9.
4
</jackson.version>
<aspectjweaver.version>
1.8.13
</aspectjweaver.version>
<aspectjweaver.version>
1.8.13
</aspectjweaver.version>
<slf4j-api.version>
1.7.25
</slf4j-api.version>
<slf4j-api.version>
1.7.25
</slf4j-api.version>
<freemarker.version>
2.3.23
</freemarker.version>
<freemarker.version>
2.3.23
</freemarker.version>
<junit.version>
4.12
</junit.version>
<junit.version>
4.12
</junit.version>
<jetty-server.version>
9.2.2
2.v20170606
</jetty-server.version>
<jetty-server.version>
9.2.2
4.v20180105
</jetty-server.version>
<hessian.version>
4.0.51
</hessian.version>
<hessian.version>
4.0.51
</hessian.version>
<httpclient.version>
4.5.
4
</httpclient.version>
<httpclient.version>
4.5.
5
</httpclient.version>
<commons-exec.version>
1.3
</commons-exec.version>
<commons-exec.version>
1.3
</commons-exec.version>
<commons-collections4.version>
4.1
</commons-collections4.version>
<commons-collections4.version>
4.1
</commons-collections4.version>
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<groovy-all.version>
2.4.13
</groovy-all.version>
<groovy-all.version>
2.4.13
</groovy-all.version>
<quartz.version>
2.3.0
</quartz.version>
<quartz.version>
2.3.0
</quartz.version>
<spring-boot.version>
1.5.
9
.RELEASE
</spring-boot.version>
<spring-boot.version>
1.5.
10
.RELEASE
</spring-boot.version>
</properties>
</properties>
<build>
<build>
...
...
xxl-job-admin/pom.xml
浏览文件 @
e246de73
...
@@ -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.1
-SNAPSHOT
</version>
<version>
1.9.1
</version>
</parent>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
...
...
xxl-job-admin/src/main/resources/i18n/message.properties
浏览文件 @
e246de73
admin_name
=
任务调度中心
admin_name
=
任务调度中心
admin_name_full
=
分布式任务调度平台XXL-JOB
admin_name_full
=
分布式任务调度平台XXL-JOB
admin_version
=
1.9.1
(快照版本)
admin_version
=
1.9.1
## system
## system
system_tips
=
系统提示
system_tips
=
系统提示
...
...
xxl-job-admin/src/main/resources/i18n/message_en.properties
浏览文件 @
e246de73
admin_name
=
Job
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
=
1.9.1
(SNAPSHOT)
admin_version
=
1.9.1
## system
## system
system_tips
=
System message
system_tips
=
System message
...
...
xxl-job-core/pom.xml
浏览文件 @
e246de73
...
@@ -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.1
-SNAPSHOT
</version>
<version>
1.9.1
</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
浏览文件 @
e246de73
...
@@ -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.1
-SNAPSHOT
</version>
<version>
1.9.1
</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
浏览文件 @
e246de73
...
@@ -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.1
-SNAPSHOT
</version>
<version>
1.9.1
</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
浏览文件 @
e246de73
...
@@ -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.1
-SNAPSHOT
</version>
<version>
1.9.1
</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
浏览文件 @
e246de73
...
@@ -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.1
-SNAPSHOT
</version>
<version>
1.9.1
</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
浏览文件 @
e246de73
...
@@ -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.1
-SNAPSHOT
</version>
<version>
1.9.1
</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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论