File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
xxl-job-admin/src/main/resources/templates/jobcode Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2456,8 +2456,9 @@ public void execute() {
2456
2456
### 7.38 版本 v3.0.1 Release Notes[规划中]
2457
2457
- 1、【修复】任务操作逻辑优化,修复边界情况下逻辑中断问题(ISSUE-2081)。
2458
2458
- 2、【修复】调度中心Cron前端组件优化,解决week配置与后端兼容性问题(ISSUE-2220)。
2459
- - 3、[规划中]登陆态Token生成逻辑优化,混淆登陆时间属性,降低token泄漏风险;
2460
- - 4、[规划中]组件扫描改为BeanPostProcessor方式,避免小概率情况下提前初始化;底层组件移除单例写法,汇总factory统一管理;
2459
+ - 3、【优化】Glue IDE优化,版本回溯支持查看修改时间;
2460
+ - 4、[规划中]登陆态Token生成逻辑优化,混淆登陆时间属性,降低token泄漏风险;
2461
+ - 5、[规划中]组件扫描改为BeanPostProcessor方式,避免小概率情况下提前初始化;底层组件移除单例写法,汇总factory统一管理;
2461
2462
2462
2463
### TODO LIST
2463
2464
- 1、调度隔离:调度中心针对不同执行器,各自维护不同的调度和远程触发组件。
Original file line number Diff line number Diff line change 59
59
<#list jobLogGlues as glue >
60
60
<li >
61
61
<a href =" javascript:;" class =" source_version" version =" version_${glue.id}" glueType =" ${glue.glueType}" >
62
- <# list GlueTypeEnum as item ><# if item == glue.glueType > ${item.desc} </# if ></# list > : ${glue.glueRemark}
62
+ ${glue.addTime ?string["yyyy-MM-dd HH:mm:ss"] } : ${glue.glueRemark}
63
63
</a >
64
64
</li >
65
65
<textarea id =" version_${glue.id}" style =" display :none ;" >${glue.glueSource} </textarea >
You can’t perform that action at this time.
0 commit comments