hutool/CHANGELOG.md

320 lines
16 KiB
Markdown
Raw Normal View History

2019-08-14 10:02:32 +08:00
# Changelog
-------------------------------------------------------------------------------------------------------------
2020-01-29 11:55:26 +08:00
2020-03-22 18:16:41 +08:00
## 5.2.5
### 新特性
### Bug修复
-------------------------------------------------------------------------------------------------------------
2020-03-13 18:24:54 +08:00
## 5.2.4
### 新特性
2020-03-16 20:37:01 +08:00
* 【setting】 Setting中增加addSetting和autoLoad重载pr#104@Gitee
* 【core 】 增加copyProperties根据Class创建对象并进行属性拷贝pr#105@Gitee
2020-03-16 20:58:47 +08:00
* 【core 】 添加获取class当前文件夹名称方法pr#106@Gitee
2020-03-16 22:04:59 +08:00
* 【core 】 BooleanUtil中重载歧义修正修改了包装参数的方法名issue#I1BSK8@Gitee
* 【core 】 XmlUtil增加xmlToBean和beanToXml方法
2020-03-16 23:19:04 +08:00
* 【db 】 设置全局忽略大小写DbUtil.setCaseInsensitiveGlobal(true)issue#784@Github
2020-03-17 15:39:25 +08:00
* 【core 】 增加CallerUtil.getCallerMethodName方法
2020-03-18 17:18:38 +08:00
* 【core 】 Tree增加getParent方法可以获取父节点抽象Node接口
2020-03-19 11:27:29 +08:00
* 【core 】 增加社会信用代码工具CreditCodeUtilpr#112@Gitee
2020-03-20 10:44:11 +08:00
* 【core 】 ChineseDate增加构造重载增加toStringNormalissue#792@Github
2020-03-22 16:45:25 +08:00
* 【core 】 BeanUtil.toBean增加重载issue#797@Github
2020-03-13 18:24:54 +08:00
### Bug修复
2020-03-16 22:04:59 +08:00
* 【core 】 修复TypeUtil无法获取泛型接口的泛型参数问题issue#I1BRFI@Gitee
2020-03-18 16:37:33 +08:00
* 【core 】 修复MySQL中0000报错问题
2020-03-20 09:21:18 +08:00
* 【core 】 修复BeanPath从Map取值为空的问题issue#790@Github
* 【poi 】 修复添加图片尺寸的单位问题issue#I1C2ER@Gitee
2020-03-20 10:44:11 +08:00
* 【setting】 修复getStr中逻辑问题pr#113@Gitee
2020-03-22 16:45:25 +08:00
* 【json 】 修复JSONUtil.toXml汉字被编码的问题pr#795@Gitee
2020-03-22 17:36:07 +08:00
* 【poi 】 修复导出的Map列表中每个map长度不同导致的对应不一致的问题issue#793@Gitee
2020-03-13 18:24:54 +08:00
-------------------------------------------------------------------------------------------------------------
2020-03-12 22:27:38 +08:00
## 5.2.3
### 新特性
2020-03-13 17:07:30 +08:00
* 【http 】 UserAgentUtil增加识别ios和android等issue#781@Github
2020-03-13 17:47:57 +08:00
* 【core 】 支持新领车牌issue#I1BJHE@Gitee
2020-03-12 22:27:38 +08:00
### Bug修复
2020-03-13 16:18:11 +08:00
* 【core 】 修复PageUtil第一页语义不明确的问题issue#782@Github
2020-03-13 17:23:45 +08:00
* 【extra 】 修复TemplateFactory引入包导致的问题
2020-03-13 18:06:26 +08:00
* 【core 】 修复ServiceLoaderUtil.loadFirstAvailable问题
2020-03-12 22:27:38 +08:00
-------------------------------------------------------------------------------------------------------------
2020-03-10 01:38:07 +08:00
## 5.2.2
### 新特性
2020-03-10 18:05:49 +08:00
2020-03-10 01:38:07 +08:00
### Bug修复
2020-03-10 18:05:49 +08:00
* 【http 】 修复body方法添加多余头的问题issue#769@Github
2020-03-11 17:40:10 +08:00
* 【bloomFilter 】修复默认为int类型,左移超过32位后,高位丢失问题pr#770@Github
2020-03-12 16:00:16 +08:00
* 【core 】 修复beginOfWeek和endOfWeek一周开始计算错误问题issue#I1BDPW@Gitee
2020-03-12 17:11:54 +08:00
* 【db 】 修复Db.query使用命名方式查询产生的歧义issue#776@Github
2020-03-10 01:38:07 +08:00
-------------------------------------------------------------------------------------------------------------
2020-03-06 00:16:44 +08:00
## 5.2.1
### 新特性
2020-03-08 09:55:31 +08:00
* 【core 】 修改FastDateParser策略与JDK保持一致issue#I1AXIN@Gitee
2020-03-09 18:27:25 +08:00
* 【core 】 增加tree树状结构pr#100@Gitee
2020-03-10 01:12:19 +08:00
* 【core 】 增加randomEleListpr#764@Github
2020-03-06 00:16:44 +08:00
### Bug修复
2020-03-07 16:56:16 +08:00
* 【setting】 修复Props.toBean方法null的问题
2020-03-08 07:59:18 +08:00
* 【core 】 修复DataUtil.parseLocalDateTime无时间部分报错问题issue#I1B18H@Gitee
2020-03-08 17:41:57 +08:00
* 【core 】 修复NetUtil.isUsableLocalPort()判断问题issue#765@Github
2020-03-09 10:12:09 +08:00
* 【poi 】 修复ExcelWriter写出多个sheet错误的问题issue#766@Github
2020-03-10 00:51:16 +08:00
* 【extra 】 修复模板引擎自定义配置失效问题issue#767@Github
2020-03-06 00:16:44 +08:00
-------------------------------------------------------------------------------------------------------------
2020-03-02 23:34:45 +08:00
## 5.2.0
2020-02-28 15:36:47 +08:00
### 新特性
2020-02-28 23:50:28 +08:00
* 【core 】 NumberUtil.decimalFormat增加Object对象参数支持
* 【core 】 增加ReflectUtil.getFieldValue支持Alias注解
2020-02-29 15:06:56 +08:00
* 【core 】 Bean字段支持Alias注解包括转map,转bean等
* 【core 】 增加ValueListHandler优化结果集获取方式
2020-02-29 22:25:22 +08:00
* 【http 】 支持patch方法issue#666@Github
2020-03-01 00:24:28 +08:00
* 【crypto】 BCUtil支持更加灵活的密钥类型增加writePemObject方法
2020-03-01 19:02:06 +08:00
* 【core 】 增加ServiceLoaderUtil
2020-03-02 13:41:38 +08:00
* 【core 】 增加EnumUtil.getEnumAt方法
* 【core 】 增强EnumConvert判断能力issue#I17082@Gitee
2020-03-02 18:09:50 +08:00
* 【all 】 log、template、tokenizer使用SPI机制代替硬编码
2020-03-02 21:13:04 +08:00
* 【poi 】 Word07Writer增加addPicture
2020-03-02 21:48:56 +08:00
* 【crypto】 RSA算法中BlockSize长度策略调整issue#721@Github
2020-03-02 23:34:45 +08:00
* 【crypto】 删除SM2Engine使用BC库中的对象替代
* 【crypto】 增加PemUtil工具类
2020-03-03 11:18:55 +08:00
* 【dfa 】 WordTree增加Filter支持自定义特殊字符过滤器
2020-03-04 15:49:05 +08:00
* 【poi 】 对于POI依赖升级到4.1.2
2020-03-05 00:49:07 +08:00
* 【crypto】 增加国密SM2验签密钥格式支持issue#686@Github
2020-02-28 23:50:28 +08:00
2020-02-28 15:36:47 +08:00
### Bug修复
-------------------------------------------------------------------------------------------------------------
2020-02-21 23:20:14 +08:00
## 5.1.5
### 新特性
2020-02-24 02:44:05 +08:00
* 【poi 】 Excel合并单元格读取同一个值不再为空
2020-02-28 14:22:16 +08:00
* 【core 】 增加EscapeUtil.escapeAllissue#758@Github
2020-02-28 14:28:58 +08:00
* 【core 】 增加formatLocalDateTime和parseLocalDateTime方法pr#97@Gitee
2020-02-24 02:44:05 +08:00
2020-02-21 23:20:14 +08:00
### Bug修复
2020-02-28 14:22:16 +08:00
* 【core 】 修复EscapeUtil.escape转义错误issue#758@Github
2020-02-28 14:28:58 +08:00
* 【core 】 修复Convert.toLocalDateTime(Object value, Date defaultValue)返回结果不是LocalDateTime类型的问题pr#97@Gitee
2020-02-21 23:20:14 +08:00
-------------------------------------------------------------------------------------------------------------
2020-02-16 11:11:03 +08:00
## 5.1.4
2020-02-11 18:01:29 +08:00
### 新特性
2020-02-21 12:39:22 +08:00
* 【poi 】 增加单元格位置引用例如A11等方式获取单元格
2020-02-21 18:56:42 +08:00
* 【extra】 ServletUtil.fillBean支持数据和集合字段issue#I19ZMK@Gitee
* 【core 】 修改ThreadUtil.newSingleExecutor默认队列大小issue#754@Github
* 【core 】 修改ExecutorBuilder默认队列大小issue#753@Github
* 【core 】 FileTypeUtil增加mp4的magicissue#756@Github
2020-02-21 12:39:22 +08:00
2020-02-11 18:01:29 +08:00
### Bug修复
2020-02-19 19:26:16 +08:00
* 【core 】 修复CombinationAnnotationElement数组判断问题issue#752@Github
2020-02-21 18:56:42 +08:00
* 【core 】 修复log4j2使用debug行号打印问题issue#I19NFJ@Github
* 【poi 】 修复sax读取excel03数组越界问题issue#750@Github
2020-02-11 18:01:29 +08:00
-------------------------------------------------------------------------------------------------------------
2020-01-29 11:55:26 +08:00
## 5.1.3
### 新特性
2020-02-11 16:04:42 +08:00
* 【core 】 废弃isMactchRegex改为isMatchRegex方法错别字
2020-02-11 16:58:34 +08:00
* 【core 】 修正hasNull()方法上注释错误issue#I18TAG@Gitee
2020-02-11 17:13:02 +08:00
* 【core 】 Snowflake的起始时间可以被指定pr#95@Gitee
2020-02-11 17:43:21 +08:00
* 【core 】 增加PropsUtil及getFirstFound方法issue#I1960O@Gitee
2020-01-29 11:55:26 +08:00
### Bug修复
2020-02-11 16:46:05 +08:00
* 【core 】 CharsetUtil在不支持GBK的系统中运行报错问题issue#731@Github
2020-02-11 16:50:09 +08:00
* 【core 】 RandomUtil的randomEleSet方法顺序不随机的问题pr#741@Github
2020-02-11 16:58:34 +08:00
* 【core 】 修复StopWatch的toString判断问题issue#I18VIK@Gitee
2020-01-29 11:55:26 +08:00
-------------------------------------------------------------------------------------------------------------
2019-08-14 10:02:32 +08:00
2020-01-22 07:23:50 +08:00
## 5.1.2
### 新特性
2020-01-26 08:59:45 +08:00
* 【core 】 XmlUtil支持可选是否输出omit xml declarationpr#732@Github
* 【core 】 车牌号校验兼容新能源车牌pr#92@Gitee
2020-01-26 09:00:54 +08:00
* 【core 】 在NetUtil中新增ping功能pr#91@Gitee
2020-01-29 10:58:45 +08:00
* 【core 】 DateUtil.offset不支持ERA增加异常提示issue#I18KD5@Gitee
* 【http 】 改进HttpUtil访问HTTPS接口性能问题SSL证书使用单例issue#I18AL1@Gitee
2020-01-22 07:23:50 +08:00
### Bug修复
* 【core 】 修复isExpired的bugissue#733@Gtihub
-------------------------------------------------------------------------------------------------------------
2019-12-20 16:03:23 +08:00
## 5.1.1
### 新特性
* 【core 】 ClassUtil.isSimpleValueType增加TemporalAccessor支持issue#I170HK@Gitee
2019-12-26 08:01:57 +08:00
* 【core 】 增加Convert.toPrimitiveByteArray方法Convert支持对象序列化和反序列化
* 【core 】 DateUtil增加isExpired(Date startDate, Date endDate, Date checkDate)issue#687@Github
* 【core 】 增加Alias注解
2019-12-30 07:15:07 +08:00
* 【core 】 修正NumberChineseFormatter和NumberWordFormatter类名拼写错误
* 【all 】 修正equals避免可能存在的空指针问题pr#692@Github
2020-01-09 10:23:35 +08:00
* 【core 】 提供一个自带默认值的Mappr#87@Gitee
2020-01-11 09:11:56 +08:00
* 【core 】 修改Dict在非大小写敏感状态下get也不区分大小写issue#722@Github
2020-01-11 09:17:51 +08:00
* 【core 】 StrUtil增加contains方法issue#716@Github
2020-01-11 10:02:10 +08:00
* 【core 】 QrCodeUtil增加背景透明支持pr#89@Gitee
2020-01-11 15:51:14 +08:00
* 【core 】 增加农历ChineseDatepr#90@Gitee
2020-01-11 19:09:02 +08:00
* 【core 】 ZipUtil增加zip方法写出到流issue#I17SCT@Gitee
2020-01-11 19:37:36 +08:00
* 【db 】 Db.use().query的方法中增加Map参数接口issue#709@Github
* 【db 】 getDialect使用数据源作为锁issue#720@Github
2019-12-26 08:01:57 +08:00
2019-12-20 16:03:23 +08:00
### Bug修复
2020-01-09 10:23:35 +08:00
* 【core 】 修复NumberUtil.mul中null的结果错误问题issue#I17Y4J@Gitee
2020-01-09 10:28:32 +08:00
* 【core 】 修复当金额大于等于1亿时转换会多出一个万字的bugpr#715@Github
2020-01-11 15:08:22 +08:00
* 【core 】 修复FileUtil.listFileNames位于jar内导致的文件找不到问题
* 【core 】 修复TextSimilarity.similar去除字符导致的问题issue#I17K2A@Gitee
2020-01-11 19:09:02 +08:00
* 【core 】 修复unzip文件路径问题issue#I17VU7@Gitee
2019-12-20 16:03:23 +08:00
-------------------------------------------------------------------------------------------------------------
2019-12-02 21:21:42 +08:00
## 5.1.0
### 新特性
2019-12-06 20:13:11 +08:00
* 【core 】 新增WatchServerissue#440@Github
2019-12-09 15:51:46 +08:00
* 【core 】 ReflectUtil.getFieldValue支持staticissue#662@Github
2019-12-09 17:02:27 +08:00
* 【core 】 改进Bean判断和注入逻辑支持public字段注入issue#I1689L@Gitee
2019-12-12 16:25:26 +08:00
* 【extra】 新增SpringUtil
2019-12-17 09:32:57 +08:00
* 【http 】 Get请求支持body移除bodyJSON方法issue#671@Github
2019-12-18 10:00:57 +08:00
* 【core 】 ReflectUtil修正getFieldValue逻辑防止歧义
2019-12-06 20:13:11 +08:00
2019-12-02 21:21:42 +08:00
### Bug修复
2019-12-06 20:13:11 +08:00
* 【db 】 修复SqlExecutor.callQuery关闭Statement导致的问题issue#I16981@Gitee
2019-12-11 11:47:06 +08:00
* 【db 】 修复XmlUtil.xmlToMap中List节点的问题pr#82@Gitee
2019-12-14 09:03:51 +08:00
* 【core】 修复ZipUtil中对于/结尾路径处理的问题issue#I16PKP@Gitee
2019-12-18 17:34:32 +08:00
* 【core】 修复DateConvert对int不支持导致的问题issue#677@Github
2019-12-02 21:21:42 +08:00
-------------------------------------------------------------------------------------------------------------
2019-11-17 14:28:40 +08:00
## 5.0.7
### 新特性
2019-11-20 00:15:52 +08:00
* 【core 】 解决NumberUtil导致的ambiguous问题issue#630@Github
* 【core 】 BeanUtil.isEmpty()忽略字段支持增加isNotEmptyissue#629@Github
2019-11-26 11:21:34 +08:00
* 【extra】 邮件发送后获取message-idissue#I15FKR@Gitee
* 【core 】 CaseInsensitiveMap/CamelCaseMap增加toStringissue#636@Github
* 【core 】 XmlUtil多节点改进issue#I15I0R@Gitee
2019-11-29 10:58:25 +08:00
* 【core 】 Thread.excAsync修正为execAsyncissue#642@Github
2019-12-02 17:36:44 +08:00
* 【core 】 FileUtil.getAbsolutePath修正正则issue#648@Github
* 【core 】 NetUtil增加getNetworkInterface方法issue#I15WEL@Gitee
* 【core 】 增加ReflectUtil.getFieldMap方法issue#I15WJ7@Gitee
2019-11-17 14:28:40 +08:00
### Bug修复
2019-11-26 11:48:18 +08:00
* 【extra】 修复SFTP.upload上传失败的问题issue#I15O40@Gitee
2019-11-22 07:58:48 +08:00
* 【db】 修复findLike匹配错误问题
2019-11-26 11:21:34 +08:00
* 【core 】 修复scale方法透明无效问题issue#I15L5S@Gitee
2019-11-29 10:58:25 +08:00
* 【extra】 修复exec返回无效issue#I15L5S@Gitee
2019-12-02 17:47:08 +08:00
* 【cron】 修复CronPattern注释pr#646@Github
2019-12-02 18:21:10 +08:00
* 【json】 修复LocalDateTime等JDK8时间对象不被支持的问题issue#644@Github
2019-11-17 14:28:40 +08:00
-------------------------------------------------------------------------------------------------------------
2019-11-09 21:00:56 +08:00
## 5.0.6
### 新特性
2019-11-16 05:42:38 +08:00
* 【setting】 toBean改为泛型增加class参数重载pr#80@Gitee
* 【core】 XmlUtil使用JDK默认的实现避免第三方实现导致的问题issue#I14ZS1@Gitee
2019-11-16 05:56:25 +08:00
* 【poi】 写入单元格数据类型支持jdk8日期格式pr#628@Github
2019-11-09 21:00:56 +08:00
### Bug修复
2019-11-16 05:13:25 +08:00
* 【core】 修复DateUtil.format使用DateTime时区失效问题issue#I150I7@Gitee
* 【core】 修复ZipUtil解压目录遗留问题issue#I14NO3@Gitee
2019-11-16 06:01:49 +08:00
* 【core】 修复等比缩放给定背景色无效问题pr#625@Github
2019-11-17 13:37:14 +08:00
* 【poi 】 修复sax方式读取excel中无样式表导致的空指针问题
2019-12-05 10:01:25 +08:00
* 【core】 修复标准化URL时domain被转义的问题pr#654@Github
2019-11-09 21:00:56 +08:00
-------------------------------------------------------------------------------------------------------------
2019-10-29 21:23:39 +08:00
## 5.0.5
### 新特性
2019-11-01 10:23:25 +08:00
* 【core】 增加MapUtil.removeAnyissue#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的bugissue#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支持namespacepr#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