v6.2.2
新特性
- 【all】null判断统一处理,避免异常
- 【core】IoKit增加lineIter方法
- 【core】DateKit.parse支持带毫秒的UTC时间
- 【core】CopyOptions增加propertiesFilter
Bug修复
- 【core】修复IoKit.readBytes的FileInputStream中isClose参数失效问题
- 【core】修复BeanKit.toBean提供null未返回null的问题
- 【health】修复BeanKit.toBean提供null未返回null的问题
- 【health】删除对后代的冗余进程列表调用
- 【health】使子进程测试对竞争条件更加健壮
- 【health】AIX对等待进程的优先级为255
- 【health】简化BFS队列实现