Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
X
XXL-JOB
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
靳帅
XXL-JOB
Commits
0f867352
提交
0f867352
authored
3月 23, 2023
作者:
xuxueli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
升级 v2.4.0
上级
9293c61c
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
11 行增加
和
11 行删除
+11
-11
XXL-JOB官方文档.md
doc/XXL-JOB官方文档.md
+1
-1
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
+1
-1
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
...ecutor-samples/xxl-job-executor-sample-springboot/pom.xml
+1
-1
没有找到文件。
doc/XXL-JOB官方文档.md
浏览文件 @
0f867352
...
...
@@ -2301,7 +2301,7 @@ public void execute() {
-
4、【优化】合并多项PR,项目代码结构、健壮性优化:PR-2833、PR-2812、PR-2541、PR-2537、PR-2514、PR-2509、PR-2591。
-
5、【优化】任务线程名优化,提升可读性与问题定位效率(ISSUE-2527)。
### 7.33 版本 v2.4.0 Release Notes[
规划中
]
### 7.33 版本 v2.4.0 Release Notes[
2022-03-23
]
-
1、【优化】执行器任务Bean扫描逻辑优化:解决懒加载注解失效问题。
-
2、【优化】多个项目依赖升级至较新稳定版本,涉及netty、groovy、spring、springboot、mybatis等;
-
3、【修复】"CVE-2022-36157" 授权漏洞修复。
...
...
doc/db/tables_xxl_job.sql
浏览文件 @
0f867352
#
#
XXL
-
JOB
v2
.
4
.
0
-
SNAPSHOT
#
XXL
-
JOB
v2
.
4
.
0
#
Copyright
(
c
)
2015
-
present
,
xuxueli
.
CREATE
database
if
NOT
EXISTS
`xxl_job`
default
character
set
utf8mb4
collate
utf8mb4_unicode_ci
;
...
...
pom.xml
浏览文件 @
0f867352
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
2.4.0
-SNAPSHOT
</version>
<version>
2.4.0
</version>
<packaging>
pom
</packaging>
<name>
${project.artifactId}
</name>
...
...
xxl-job-admin/pom.xml
浏览文件 @
0f867352
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
2.4.0
-SNAPSHOT
</version>
<version>
2.4.0
</version>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
jar
</packaging>
...
...
xxl-job-admin/src/main/resources/i18n/message_en.properties
浏览文件 @
0f867352
admin_name
=
Scheduling Center
admin_name_full
=
Distributed Task Scheduling Platform XXL-JOB
admin_version
=
2.4.0
-SNAPSHOT
admin_version
=
2.4.0
admin_i18n
=
en
## system
...
...
xxl-job-admin/src/main/resources/i18n/message_zh_CN.properties
浏览文件 @
0f867352
admin_name
=
任务调度中心
admin_name_full
=
分布式任务调度平台XXL-JOB
admin_version
=
2.4.0
-SNAPSHOT
admin_version
=
2.4.0
admin_i18n
=
## system
...
...
xxl-job-admin/src/main/resources/i18n/message_zh_TC.properties
浏览文件 @
0f867352
admin_name
=
任務調度中心
admin_name_full
=
分布式任務調度平臺XXL-JOB
admin_version
=
2.4.0
-SNAPSHOT
admin_version
=
2.4.0
admin_i18n
=
## system
...
...
xxl-job-core/pom.xml
浏览文件 @
0f867352
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
2.4.0
-SNAPSHOT
</version>
<version>
2.4.0
</version>
</parent>
<artifactId>
xxl-job-core
</artifactId>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-samples/pom.xml
浏览文件 @
0f867352
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
2.4.0
-SNAPSHOT
</version>
<version>
2.4.0
</version>
</parent>
<artifactId>
xxl-job-executor-samples
</artifactId>
<packaging>
pom
</packaging>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-frameless/pom.xml
浏览文件 @
0f867352
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
2.4.0
-SNAPSHOT
</version>
<version>
2.4.0
</version>
</parent>
<artifactId>
xxl-job-executor-sample-frameless
</artifactId>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml
浏览文件 @
0f867352
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
2.4.0
-SNAPSHOT
</version>
<version>
2.4.0
</version>
</parent>
<artifactId>
xxl-job-executor-sample-springboot
</artifactId>
<packaging>
jar
</packaging>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论