2018-11-04 |
升级开发分支:v2.0.1-SNAPSHOT
xuxueli
committed
on 4 Nov 2018
|
---|---|
Release 版本:2.0.0
xuxueli
committed
on 4 Nov 2018
|
|
2018-11-02 |
项目依赖升级 groovy 至较新稳定版本;pom清理;
xuxueli
committed
on 2 Nov 2018
|
2018-11-01 |
- 组件化优化,移除对 spring 的依赖:非spring应用选用 "XxlJobExecutor" 、spring应用选用 "XxlJobSpringExecutor" 作为执行器组件;
...
xuxueli
committed
on 1 Nov 2018
|
新增无框架执行器Sample示例项目 "xxl-job-executor-sample-frameless"。不依赖第三方框架,只需main方法即可启动运行执行器;
xuxueli
committed
on 1 Nov 2018
|
|
2018-10-28 |
|
2018-10-27 |
更新RM
xuxueli
committed
on 27 Oct 2018
|
Merge pull request #523 from gpqhl0071/master
...
许雪里
authored
on 27 Oct 2018
GitHub
committed
on 27 Oct 2018
|
|
2018-10-24 |
IP获取逻辑优化,优先遍历网卡来获取可用IP;
xuxueli
committed
on 24 Oct 2018
|
2018-10-23 |
InetAddress.getLocalHost()在复杂网络下是不可信的,所以优先遍历网卡来获取第一个可用的外网地址
youbeiwuhuan
committed
on 23 Oct 2018
|
2018-10-09 |
优化下命名
高鹏
committed
on 9 Oct 2018
|
2018-10-05 |
升级开发分支:2.0.0-SNAPSHOT
xuxueli
committed
on 5 Oct 2018
|
v1.9.2 Release
xuxueli
committed
on 5 Oct 2018
|
|
2018-09-24 |
项目依赖全量升级至较新稳定版本,如spring、Jackson、groovy等等;
xuxueli
committed
on 24 Sep 2018
|
2018-09-23 |
更新RM
xuxueli
committed
on 23 Sep 2018
|
线程优化调整
xuxueli
committed
on 23 Sep 2018
|
|
2018-09-22 |
调度触发线程池配置优化
xuxueli
committed
on 22 Sep 2018
|
调度中心提供API服务,支持通过API服务对任务进行查询、新增、更新、启停等操作;
xuxueli
committed
on 22 Sep 2018
|
|
2018-09-21 |
底层RPC序列化协议调整为hessian2;
xuxueli
committed
on 21 Sep 2018
|
2018-09-16 |
GLUE脚本文件自动清理功能,及时清理过期脚本文件;
xuxueli
committed
on 16 Sep 2018
|
新增任务运行模式 "GLUE模式(PowerShell) ",支持PowerShell脚本任务;
xuxueli
committed
on 16 Sep 2018
|
|
2018-08-24 |
执行器通讯线程优化,corePoolSize从256降低至32
xuxueli
committed
on 24 Aug 2018
|
2018-08-19 |
底层日志组件SimpleDateFormat线程安全问题修复;
xuxueli
committed
on 19 Aug 2018
|
2018-08-18 |
RM
xuxueli
committed
on 18 Aug 2018
|
任务失败重试优化:收敛并废弃现有失败重试策略,新增任务属性 "失败重试次数",支持自定义失败重试次数,任务失败时将会根据该值进行失败重试;
xuxueli
committed
on 18 Aug 2018
|
|
2018-08-16 |
执行器手动设置IP时取消绑定Host的操作,该IP仅供执行器注册使用;修复指定外网IP时无法绑定执行器Host的问题
xuxueli
committed
on 16 Aug 2018
|
更新RM
xuxueli
committed
on 16 Aug 2018
|
|
Merge pull request #403 from jackyRao2/master
...
许雪里
authored
on 16 Aug 2018
GitHub
committed
on 16 Aug 2018
|
|
新增任务运行模式 "GLUE模式(PHP) ",支持php脚本任务;
xuxueli
committed
on 16 Aug 2018
|
|
2018-07-06 |
新增任务-运行模式中,新增 GLUE模式(php)
clipperl
committed
on 6 Jul 2018
|