2019-08-14 10:02:32 +08:00
|
|
|
|
|
|
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
2019-10-29 21:23:39 +08:00
|
|
|
|
## 5.0.5
|
|
|
|
|
|
|
|
|
|
### 新特性
|
2019-11-01 10:23:25 +08:00
|
|
|
|
* 【core】 增加MapUtil.removeAny(issue#612@Github)
|
2019-11-01 11:41:09 +08:00
|
|
|
|
* 【core】 Convert.toList支持[1,2]字符串(issue#I149XN@Gitee)
|
|
|
|
|
* 【core】 修正DateUtil.thisWeekOfMonth注释错误(issue#614@Github)
|
|
|
|
|
* 【core】 DateUtil增加toLocalDate等方法,DateTime更好的支持时区
|
2019-11-09 13:32:59 +08:00
|
|
|
|
* 【core】 BeanUtil.getProperty返回泛型对象(issue#I14PIW@Gitee)
|
2019-11-09 17:35:38 +08:00
|
|
|
|
* 【core】 FileTypeUtil使用扩展名辅助判断类型(issue#I14JBH@Gitee)
|
2019-10-29 21:23:39 +08:00
|
|
|
|
|
|
|
|
|
### Bug修复
|
2019-11-01 10:23:25 +08:00
|
|
|
|
* 【db】 修复MetaUtil.getTableMeta()方法未释放ResultSet的bug(issue#I148GH@Gitee)
|
2019-11-01 21:04:14 +08:00
|
|
|
|
* 【core】 修复DateUtil.age闰年导致的问题(issue#I14BVN@Gitee)
|
2019-11-09 13:51:30 +08:00
|
|
|
|
* 【extra】 修复ServletUtil.getCookie大小写问题(pr#79@Gitee)
|
|
|
|
|
* 【core】 修复IdcardUtil.isValidCard18报错问题(issue#I14LTJ@Gitee)
|
2019-11-09 17:35:38 +08:00
|
|
|
|
* 【poi】 修复double值可能存在的精度问题(issue#I14FG1@Gitee)
|
2019-11-09 18:29:20 +08:00
|
|
|
|
* 【core】 修复Linux下解压目录不正确的问题(issue#I14NO3@Gitee)
|
2019-10-29 21:23:39 +08:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
2019-10-22 18:03:23 +08:00
|
|
|
|
## 5.0.4
|
|
|
|
|
|
|
|
|
|
### 新特性
|
2019-10-27 07:55:12 +08:00
|
|
|
|
* 【setting】 增加System.getenv变量替换支持
|
2019-10-25 17:06:58 +08:00
|
|
|
|
* 【core】 XmlUtil中mapToStr支持namespace(pr#599@Github)
|
2019-10-28 10:00:42 +08:00
|
|
|
|
* 【core】 ZipUtil修改策略:默认关闭输入流(issue#604@Github)
|
2019-10-29 14:06:32 +08:00
|
|
|
|
* 【core】 改进CsvReader,支持RowHandler按行处理(issue#608@Github)
|
2019-10-29 14:45:25 +08:00
|
|
|
|
* 【core】 增加MapUtil.sortJoin,改进SecureUtil.signParams支持补充字符串(issue#606@Github)
|
2019-10-29 15:20:23 +08:00
|
|
|
|
* 【core】 增加Money类(issue#605@Github)
|
2019-10-29 14:06:32 +08:00
|
|
|
|
|
2019-10-22 18:03:23 +08:00
|
|
|
|
### Bug修复
|
2019-10-25 17:06:58 +08:00
|
|
|
|
* 【core】 解决ConcurrentHashSet不能序列化的问题(issue#600@Github)
|
2019-10-29 13:00:35 +08:00
|
|
|
|
* 【core】 解决CsvReader.setErrorOnDifferentFieldCount循环调用问题
|
2019-10-22 18:03:23 +08:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
2019-10-20 23:36:58 +08:00
|
|
|
|
## 5.0.3
|
|
|
|
|
|
|
|
|
|
### 新特性
|
|
|
|
|
### Bug修复
|
2019-10-22 10:37:41 +08:00
|
|
|
|
* 【extra】 修复遗留的getSession端口判断错误(issue#594@Github)
|
2019-10-20 23:36:58 +08:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
2019-10-17 18:02:11 +08:00
|
|
|
|
## 5.0.2
|
|
|
|
|
|
|
|
|
|
### 新特性
|
2019-10-18 10:41:52 +08:00
|
|
|
|
* 【core】 强化java.time包的对象转换支持
|
2019-10-20 22:18:57 +08:00
|
|
|
|
|
2019-10-17 18:02:11 +08:00
|
|
|
|
### Bug修复
|
2019-10-20 22:18:57 +08:00
|
|
|
|
* 【db】 修正字段中含有as导致触发关键字不能包装字段的问题(issue#I13ML7@Gitee)
|
|
|
|
|
* 【extra】 修复QrCode中utf-8不支持大写的问题。(issue#I13MT6@Gitee)
|
2019-10-20 22:31:19 +08:00
|
|
|
|
* 【http】 修复请求defalte数据解析错误问题。(pr#593@Github)
|
2019-10-17 18:02:11 +08:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
2019-10-17 15:31:16 +08:00
|
|
|
|
## 5.0.1
|
|
|
|
|
|
|
|
|
|
### 新特性
|
2019-10-17 17:37:20 +08:00
|
|
|
|
* 【json】 JSONUtil.toBean支持JSONArray
|
2019-10-17 15:31:16 +08:00
|
|
|
|
### Bug修复
|
2019-10-17 17:37:20 +08:00
|
|
|
|
* 【extra】 修复getSession端口判断错误
|
2019-10-17 15:31:16 +08:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
2019-10-10 10:42:51 +08:00
|
|
|
|
## 5.0.0
|
2019-09-28 07:48:55 +08:00
|
|
|
|
|
|
|
|
|
### 新特性
|
2019-10-13 11:16:47 +08:00
|
|
|
|
* 【all】 升级JDK最低 支持到8
|
|
|
|
|
* 【log】 Log接口添加get的static方法
|
2019-10-13 12:41:15 +08:00
|
|
|
|
* 【all】 部分接口添加FunctionalInterface修饰
|
2019-10-14 17:28:57 +08:00
|
|
|
|
* 【crypto】 KeyUtil增加readKeyStore重载
|
|
|
|
|
* 【extra】 JschUtil增加私钥传入支持(issue#INKDR@Gitee)
|
2019-10-16 18:48:25 +08:00
|
|
|
|
* 【core】 DateUtil、DateTime、Convert全面支持jdk8的time包
|
2019-10-02 16:33:25 +08:00
|
|
|
|
|
2019-10-10 16:24:48 +08:00
|
|
|
|
### Bug修复
|
2019-10-10 17:18:31 +08:00
|
|
|
|
* 【http】 修复Cookie中host失效导致的问题(issue#583@Github)
|