hutool/CHANGELOG.md

630 lines
34 KiB
Markdown
Raw Normal View History

2019-08-14 10:02:32 +08:00
# Changelog
-------------------------------------------------------------------------------------------------------------
2020-05-06 08:24:09 +08:00
2020-08-06 15:50:23 +08:00
# 5.4.0 (2020-08-06)
2020-08-01 18:58:44 +08:00
### 新特性
* 【socket】 对NioServer和NioClient改造pr#992@Github
2020-08-01 22:34:34 +08:00
* 【core 】 StrUtil增加filter方法pr#149@Gitee
2020-08-01 22:52:33 +08:00
* 【core 】 DateUtil增加beginOfWeek重载
2020-08-02 19:26:24 +08:00
* 【core 】 将有歧义的BeanUtil.mapToBean方法置为过期使用toBean方法
2020-08-02 20:38:04 +08:00
* 【core 】 添加WatchAction对Watcher的抽象
2020-08-04 11:04:26 +08:00
* 【core 】 修改UUID正则更加严谨issue#I1Q1IW@Gitee
2020-08-06 15:50:23 +08:00
* 【core 】 ArrayUtil增加isAllNull方法issue#1004@Github
2020-08-07 16:48:29 +08:00
* 【core 】 CollUtil增加contains方法pr#152@Gitee
2020-08-07 17:52:57 +08:00
* 【core 】 ArrayUtil增加isAllNotNull方法pr#1008@Github
2020-08-07 18:09:42 +08:00
* 【poi 】 closeAfterRead参数无效方法设为过期issue#1007@Github
2020-08-07 18:20:08 +08:00
* 【core 】 CollUtil中部分方法返回null变更为返回empty
2020-08-10 09:34:32 +08:00
* 【all 】 添加英文READMEpr#153@Gitee
2020-08-01 18:58:44 +08:00
### Bug修复#
2020-08-02 19:26:24 +08:00
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题
* 【core 】 修复BeanUtil.mapToBean中bean的class非空构造无法实例化问题
2020-08-04 12:10:06 +08:00
* 【core 】 修复NamedSql多个连续变量出现替换问题
2020-08-06 15:50:23 +08:00
* 【core 】 修复Bean重名字段大小写区别获取数据出错的问题issue#I1QBQ4@Gitee
2020-08-07 15:51:31 +08:00
* 【http 】 修复SimpleServer响应头无效问题issue#1006@Github
2020-08-07 16:29:34 +08:00
* 【core 】 修复ThreadLocalRandom共享seed导致获取随机数一样的问题pr#151@Gitee
2020-08-01 18:58:44 +08:00
-------------------------------------------------------------------------------------------------------------
# 5.3.11 (2020-08-01)
2020-07-23 18:21:00 +08:00
### 新特性
2020-07-25 18:12:53 +08:00
* 【captcha】 AbstractCaptcha增加getImageBase64Data方法pr#985@Github
2020-07-30 08:59:29 +08:00
* 【core 】 增加PhoneUtilpr#990@Github
2020-07-30 10:06:42 +08:00
* 【core 】 改进Img目标图片类型未定义使用源图片类型issue#I1PB0B@Gitee
2020-07-31 09:43:05 +08:00
* 【json 】 JSONConfig增加Transient选项issue#I1PLHN@Gitee
2020-08-01 15:06:24 +08:00
* 【core 】 MapUtil增加getXXX的默认值重载issue#I1PTGI@Gitee
2020-08-01 16:09:49 +08:00
* 【core 】 CalendarUtil增加parseByPatterns方法issue#993@Github
2020-07-25 18:12:53 +08:00
2020-08-01 18:58:44 +08:00
### Bug修复#
2020-07-23 18:21:00 +08:00
-------------------------------------------------------------------------------------------------------------
2020-07-23 16:37:35 +08:00
## 5.3.10 (2020-07-23)
2020-07-12 13:00:02 +08:00
### 新特性
2020-07-15 17:29:39 +08:00
* 【db 】 增加DbUtil.setReturnGeneratedKeyGlobalissue#I1NM0K@Gitee
2020-07-16 11:56:36 +08:00
* 【core 】 增加DataSize和DataSizeUtilissue#967@Github
2020-07-17 11:56:34 +08:00
* 【core 】 ImgUtil增加异常避免空指针issue#I1NKXG@Gitee
2020-07-22 09:10:35 +08:00
* 【core 】 增加CRC16算法若干pr#963@Github
2020-07-22 11:00:54 +08:00
* 【core 】 LocalDateTimeUtil增加format等方法pr#140@Gitee
2020-07-22 11:14:45 +08:00
* 【http 】 UserAgentUtil增加Android原生浏览器识别pr#975@Github
2020-07-23 12:10:58 +08:00
* 【crypto 】 增加ECIES算法类issue#979@Github
2020-07-23 16:37:35 +08:00
* 【crypto 】 CollUtil增加padLeft和padRight方法pr#141@Gitee
2020-07-23 17:04:54 +08:00
* 【core 】 IdCardUtil香港身份证去除首字母校验issue#I1OOTB@Gitee
2020-07-15 17:29:39 +08:00
2020-07-12 13:00:02 +08:00
### Bug修复
2020-07-14 10:11:08 +08:00
* 【core 】 修复ZipUtil中finish位于循环内的问题issue#961@Github
2020-07-17 11:56:34 +08:00
* 【core 】 修复CollUtil.page未越界检查的问题issue#I1O2LR@Gitee
2020-07-23 12:10:58 +08:00
* 【core 】 修复StrUtil.removeAny的bugissue#977@Github
2020-07-12 13:00:02 +08:00
-------------------------------------------------------------------------------------------------------------
2020-07-23 18:21:00 +08:00
2020-07-12 09:19:52 +08:00
## 5.3.9 (2020-07-12)
2020-06-17 15:34:36 +08:00
### 新特性
2020-06-23 12:16:12 +08:00
* 【core 】 DateUtil增加formatChineseDatepr#932@Github
2020-07-03 09:20:46 +08:00
* 【core 】 ArrayUtil.isEmpty修改逻辑pr#948@Github
2020-07-06 11:36:59 +08:00
* 【core 】 增强StrUtil中空判断后返回数据性能pr#949@Github
2020-07-07 12:51:39 +08:00
* 【core 】 deprecate掉millsecond改为millisecondissue#I1M9P8@Gitee
* 【core 】 增加LocalDateTimeUtilissue#I1KUVC@Gitee
2020-07-12 09:19:52 +08:00
* 【core 】 Month增加getLastDay方法
2020-07-12 12:12:48 +08:00
* 【core 】 ChineseDate支持到2099年
2020-06-23 12:16:12 +08:00
2020-06-17 15:34:36 +08:00
### Bug修复
2020-06-17 17:54:54 +08:00
* 【core 】 修复NumberUtil.partValue有余数问题issue#I1KX66@Gitee
2020-06-18 15:24:50 +08:00
* 【core 】 修复BeanUtil.isEmpty不能忽略static字段问题issue#I1KZI6@Gitee
2020-06-23 18:02:38 +08:00
* 【core 】 修复StrUtil.brief长度问题pr#930@Github
2020-06-28 11:24:19 +08:00
* 【socket 】 修复AioSession构造超时无效问题pr#941@Github
2020-06-29 16:02:51 +08:00
* 【setting】 修复GroupSet.contains错误pr#943@Github
2020-07-03 09:50:05 +08:00
* 【core 】 修复ZipUtil没有调用finish问题issue#944@Github
2020-07-06 15:07:32 +08:00
* 【extra 】 修复Ftp中ArrayList长度为负问题pr#136@Github
2020-07-06 16:18:34 +08:00
* 【core 】 修复Dict中putAll大小写问题issue#I1MU5B@Gitee
2020-07-07 16:39:10 +08:00
* 【core 】 修复POI中sax读取数字判断错误问题issue#931@Github
2020-07-12 09:19:52 +08:00
* 【core 】 修复DateUtil.endOfQuarter错误问题issue#I1NGZ7@Gitee
2020-07-12 10:21:53 +08:00
* 【core 】 修复URL中有空格转为+问题issue#I1NGW4@Gitee
* 【core 】 修复CollUtil.intersectionDistinct空集合结果错误问题
2020-07-12 12:12:48 +08:00
* 【core 】 修复ChineseDate在1996年计算错误问题issue#I1N96I@Gitee
2020-06-17 15:34:36 +08:00
-------------------------------------------------------------------------------------------------------------
2020-07-23 18:21:00 +08:00
2020-06-17 00:06:45 +08:00
## 5.3.8 (2020-06-16)
2020-06-03 18:51:56 +08:00
### 新特性
2020-06-04 17:13:05 +08:00
* 【core 】 增加ISO8601日期格式issue#904@Github
2020-06-05 17:59:00 +08:00
* 【setting】 Props异常规则修改issue#907@Github
* 【setting】 增加GIF支持
2020-06-12 16:39:42 +08:00
* 【core 】 复制创建一个Bean对象, 并忽略某些属性(pr#130@Gitee)
2020-06-15 11:07:19 +08:00
* 【core 】 DateUtil.parse支持更多日期格式(issue#I1KHTB@Gitee)
2020-06-16 15:31:37 +08:00
* 【crypto 】 增加获取密钥空指针的检查(issue#925@Github)
2020-06-17 00:06:45 +08:00
* 【core 】 增加StrUtil.removeAny方法(issue#923@Github)
* 【db 】 增加部分Connection参数支持(issue#924@Github)
2020-06-17 00:14:04 +08:00
* 【core 】 FileUtil增加别名方法(pr#926@Github)
2020-06-17 00:53:34 +08:00
* 【poi 】 EcelReader中增加read重载提供每个单元格单独处理的方法(issue#I1JZTL@Gitee)
2020-06-05 17:59:00 +08:00
2020-06-03 18:51:56 +08:00
### Bug修复
2020-06-05 11:23:34 +08:00
* 【json 】 修复append方法导致的JSONConfig传递失效问题issue#906@Github
2020-06-10 15:58:47 +08:00
* 【core 】 修复CollUtil.subtractToList判断错误pr#915@Github
2020-06-10 16:00:34 +08:00
* 【poi 】 修复WordWriter写表格问题pr#914@Github
2020-06-15 12:00:23 +08:00
* 【core 】 修复IoUtil.readBytes缓存数组长度问题issue#I1KIUE@Gitee
* 【core 】 修复BigExcelWriter多次flush导致的问题issue#920@Github
2020-06-16 10:58:55 +08:00
* 【extra 】 绕过Pinyin4j最后一个分隔符失效的bugissue#921@Github
2020-06-03 18:51:56 +08:00
-------------------------------------------------------------------------------------------------------------
2020-06-03 18:15:33 +08:00
## 5.3.7 (2020-06-03)
2020-05-31 18:00:07 +08:00
### 新特性
2020-06-02 17:52:24 +08:00
* 【core 】 ThreadFactoryBuilder的setUncaughtExceptionHandler返回thisissue#I1J4YJ@Gitee
2020-05-31 18:00:07 +08:00
### Bug修复
2020-06-02 17:30:37 +08:00
* 【core 】 修复DateUtil.parse解析2020-5-8 3:12:13错误问题issue#I1IZA3@Gitee
2020-06-03 18:15:33 +08:00
* 【core 】 修复Img.pressImg大小无效问题(issue#I1HSWU@Gitee)
* 【core 】 修复CronUtil.stop没有清除任务的问题(issue#I1JACI@Gitee)
2020-05-31 18:00:07 +08:00
-------------------------------------------------------------------------------------------------------------
2020-05-30 07:41:50 +08:00
## 5.3.6 (2020-05-30)
2020-05-14 02:19:43 +08:00
### 新特性
2020-05-17 19:19:24 +08:00
* 【core 】 NumberConverter Long类型增加日期转换pr#872@Github
2020-05-17 19:29:17 +08:00
* 【all 】 StrUtil and SymmetricCrypto注释修正pr#873@Github
2020-05-18 09:38:20 +08:00
* 【core 】 CsvReader支持返回Beanissue#869@Github
2020-05-18 09:46:26 +08:00
* 【core 】 Snowflake循环等待下一个时间时避免长时间循环加入对时钟倒退的判断pr#874@Github
2020-05-19 17:17:17 +08:00
* 【extra 】 新增 QRCode base64 编码形式返回pr#878@Github
* 【core 】 ImgUtil增加toBase64DateUriURLUtil增加getDataUri方法
2020-05-19 17:31:15 +08:00
* 【core 】 IterUtil添加List转Map的工具方法pr#123@Gitee
2020-05-21 16:43:14 +08:00
* 【core 】 BeanValuePovider转换失败时返回原数据而非null
2020-05-25 11:36:20 +08:00
* 【core 】 支持BeanUtil.toBean(object, Map.class)转换issue#I1I4HC@Gitee
2020-05-25 16:15:54 +08:00
* 【core 】 MapUtil和CollUtil增加clear方法issue#I1I4HC@Gitee
2020-05-26 00:15:59 +08:00
* 【core 】 增加FontUtil可定义pressText是否从中间issue#I1HSWU@Gitee
2020-05-26 01:09:26 +08:00
* 【http 】 SoapClient支持自定义请求头issue#I1I0AO@Gitee
* 【script 】 ScriptUtil增加evalInvocable和invoke方法issue#I1HHCP@Gitee
2020-05-26 01:39:00 +08:00
* 【core 】 ImgUtil增加去除背景色的方法pr#124@Gitee
* 【system 】 OshiUtil增加获取CPU使用率的方法pr#124@Gitee
2020-05-26 18:21:42 +08:00
* 【crypto 】 AsymmetricAlgorithm去除ECissue#887@Github
2020-05-28 01:16:42 +08:00
* 【cache 】 超时缓存使用的线程池大小默认为1issue#890@Github
* 【poi 】 ExcelSaxReader支持handleCell方法
2020-05-28 01:30:18 +08:00
* 【core 】 Snowflake容忍2秒内的时间回拨issue#I1IGDX@Gitee
2020-05-30 07:41:50 +08:00
* 【core 】 StrUtil增加isAllNotEmpty、isAllNotBlank方法pr#895@Github
* 【core 】 DateUtil增加dayOfYear方法pr#895@Github
* 【core 】 DateUtil增加dayOfYear方法pr#895@Github
* 【http 】 HttpUtil增加downloadBytes方法pr#895@Github
2020-05-30 08:07:02 +08:00
* 【core 】 isMactchRegex失效标记增加isMatchRegexissue#I1IPJG@Gitee
* 【core 】 优化Validator.isChinese
2020-05-31 16:17:33 +08:00
* 【core 】 ArrayUtil.addAll增加原始类型支持issue#898@Github
2020-05-31 17:10:45 +08:00
* 【core 】 DateUtil.parse支持2020-1-1这类日期解析issue#I1HGWW@Github
2020-05-14 02:19:43 +08:00
### Bug修复
2020-05-19 18:31:30 +08:00
* 【core 】 修复SimpleCache死锁问题issue#I1HOKB@Gitee
2020-05-26 15:58:22 +08:00
* 【core 】 修复SemaphoreRunnable释放问题issue#I1HLQQ@Gitee
2020-05-31 16:45:37 +08:00
* 【poi 】 修复Sax方式读取Excel行号错误问题issue#882@Github
* 【poi 】 修复Sax方式读取Excel日期类型数据03和07不一致问题issue#I1HL1C@Gitee
2020-05-31 17:12:20 +08:00
* 【poi 】 修复CamelCaseLinkedMap构造错误issue#I1IZ30@Gitee
2020-05-14 02:19:43 +08:00
-------------------------------------------------------------------------------------------------------------
2020-05-13 04:58:40 +08:00
## 5.3.5 (2020-05-13)
2020-05-10 08:50:33 +08:00
### 新特性
2020-05-11 23:18:02 +08:00
* 【core 】 增加CollUtil.map方法
* 【extra 】 增加Sftp.lsEntries方法Ftp和Sftp增加recursiveDownloadFolderpr#121@Gitee
2020-05-12 00:37:42 +08:00
* 【system 】 OshiUtil增加getNetworkIFs方法
2020-05-13 04:58:40 +08:00
* 【core 】 CollUtil增加unionDistinct、unionAll方法pr#122@Gitee
2020-05-13 06:24:53 +08:00
* 【core 】 增加IoUtil.readObj重载通过ValidateObjectInputStream由用户自定义安全检查。
2020-05-14 01:56:03 +08:00
* 【http 】 改造HttpRequest中文件上传部分增加MultipartBody类
2020-05-13 06:24:53 +08:00
2020-05-10 08:50:33 +08:00
### Bug修复
2020-05-13 06:24:53 +08:00
* 【core 】 修复IoUtil.readObj中反序列化安全检查导致的一些问题去掉安全检查。
2020-05-13 14:44:29 +08:00
* 【http 】 修复SimpleServer文件访问404问题issue#I1GZI3@Gitee
2020-05-14 01:56:03 +08:00
* 【core 】 修复BeanCopier中循环引用逻辑问题issue#I1H2VN@Gitee
2020-05-10 08:50:33 +08:00
-------------------------------------------------------------------------------------------------------------
2020-05-10 00:14:29 +08:00
## 5.3.4 (2020-05-10)
2020-05-06 08:24:09 +08:00
### 新特性
2020-05-07 17:37:02 +08:00
* 【core 】 增加URLUtil.getContentLength方法issue#I1GB1Z@Gitee
2020-05-09 21:50:15 +08:00
* 【extra 】 增加PinyinUtilissue#I1GMIV@Gitee
2020-05-06 08:24:09 +08:00
### Bug修复
2020-05-09 21:50:15 +08:00
* 【extra 】 修复Ftp设置超时问题issue#I1GMTQ@Gitee
* 【core 】 修复TreeUtil根据id查找子节点时的NPE问题pr#120@Gitee
* 【core 】 修复BeanUtil.copyProperties中Alias注解无效问题issue#I1GK3M@Gitee
2020-05-10 00:06:11 +08:00
* 【core 】 修复CollUtil.containsAll空集合判断问题issue#I1G9DE@Gitee
* 【core 】 修复XmlUtil.xmlToBean失败问题issue#865@Github
2020-05-06 08:24:09 +08:00
-------------------------------------------------------------------------------------------------------------
2020-01-29 11:55:26 +08:00
2020-05-05 23:24:00 +08:00
## 5.3.3 (2020-05-05)
2020-04-23 15:20:05 +08:00
### 新特性
2020-04-25 18:50:48 +08:00
* 【core 】 ImgUtil.createImage支持背景透明issue#851@Github
* 【json 】 更改JSON转字符串时"</"被转义的规则为不转义issue#852@Github
2020-04-25 19:23:42 +08:00
* 【cron 】 表达式的所有段支持L关键字issue#849@Github
2020-04-27 13:45:54 +08:00
* 【extra 】 增加PinyinUtil封装TinyPinyin
* 【extra 】 Ftp和Sftp增加FtpConfig提供超时等更多可选参数
2020-04-29 16:20:21 +08:00
* 【extra 】 SpringUtil增加getActiveProfiles、getBeansOfType、getBeanNamesForType方法issue#I1FXF3@Gitee
2020-04-30 09:11:22 +08:00
* 【bloomFilter】 避免布隆过滤器数字溢出pr#119@Gitee
* 【core 】 增加IoUtil.writeObjissue#I1FZIE
2020-05-01 22:20:27 +08:00
* 【core 】 增加FastStringWriter
2020-05-05 13:14:42 +08:00
* 【core 】 增加NumberUtil.ceilDiv方法pr#858@Github
2020-05-05 16:52:03 +08:00
* 【core 】 IdcardUtil增加省份校验issue#859@Github
2020-05-05 23:11:53 +08:00
* 【extra 】 TemplateFactory和TokenizerFactory增加单例的get方法
2020-04-25 18:50:48 +08:00
2020-04-23 15:20:05 +08:00
### Bug修复
2020-04-25 19:23:42 +08:00
* 【core 】 修复URLBuilder中请求参数有`&amp;`导致的问题issue#850@Github
2020-05-03 09:10:06 +08:00
* 【core 】 修复URLBuilder中路径以`/`结尾导致的问题issue#I1G44J@Gitee
2020-05-01 22:20:27 +08:00
* 【db 】 修复SqlBuilder中orderBy无效问题issue#856@Github
2020-05-05 23:49:41 +08:00
* 【core 】 修复StrUtil.subBetweenAll错误问题issue#861@Github
2020-04-23 15:20:05 +08:00
-------------------------------------------------------------------------------------------------------------
2020-04-23 11:08:44 +08:00
## 5.3.2 (2020-04-23)
2020-04-17 18:33:24 +08:00
### 新特性
2020-04-19 09:38:17 +08:00
* 【core 】 增加NetUtil.isOpen方法
2020-04-19 11:41:10 +08:00
* 【core 】 增加ThreadUtil.sleep和safeSleep的重载
2020-04-21 21:49:01 +08:00
* 【core 】 Sftp类增加toString方法issue#I1F2T4@Gitee
2020-04-23 11:08:44 +08:00
* 【core 】 修改FileUtil.size逻辑不存在的文件返回0
2020-04-23 12:01:53 +08:00
* 【extra 】 Sftp.ls遇到文件不存在返回空集合而非抛异常issue#844@Github
2020-04-23 14:22:34 +08:00
* 【http 】 改进HttpRequest.toString()格式添加url
2020-04-19 11:41:10 +08:00
2020-04-17 18:33:24 +08:00
### Bug修复
2020-04-19 09:38:17 +08:00
* 【db 】 修复PageResult.isLast计算问题
2020-04-19 11:41:10 +08:00
* 【cron 】 修复更改系统时间后CronTimer被阻塞的问题issue#838@Github
2020-04-23 10:07:56 +08:00
* 【db 】 修复Page.addOrder无效问题issue#I1F9MZ@Gitee
* 【json 】 修复JSONConvert转换日期空指针问题issue#I1F8M2@Gitee
2020-04-23 11:40:27 +08:00
* 【core 】 修复XML中带注释Xpath解析导致空指针问题issue#I1F2WI@Gitee
2020-04-23 12:01:53 +08:00
* 【core 】 修复FileUtil.rename原文件无扩展名多点的问题issue#839@Github
2020-04-23 12:07:41 +08:00
* 【db 】 修复DbUtil.close可能存在的空指针问题issue#847@Github
2020-04-17 18:33:24 +08:00
-------------------------------------------------------------------------------------------------------------
2020-04-17 18:15:22 +08:00
## 5.3.1 (2020-04-17)
2020-04-11 14:30:43 +08:00
### 新特性
2020-04-13 10:41:59 +08:00
* 【core 】 ListUtil、MapUtil、CollUtil增加empty方法
2020-04-14 15:19:25 +08:00
* 【poi 】 调整别名策略clearHeaderAlias和addHeaderAlias同时清除aliasComparatorissue#828@Github
2020-04-16 01:13:58 +08:00
* 【core 】 修改StrUtil.equals逻辑改为contentEquals
* 【core 】 增加URLUtil.UrlDecoder
2020-04-16 11:37:27 +08:00
* 【core 】 增加XmlUtil.setNamespaceAwaregetByPath支持UniversalNamespaceCache
2020-04-17 09:54:40 +08:00
* 【aop 】 增加Spring-cglib支持改为SPI实现
2020-04-17 15:54:43 +08:00
* 【json 】 增加JSONUtil.parseXXX增加JSONConfig参数
2020-04-17 16:11:14 +08:00
* 【core 】 RandomUtil.randomNumber改为返回char
2020-04-17 17:09:16 +08:00
* 【crypto 】 SM2支持设置Digest和DSAEncodingissue#829@Github
2020-04-13 10:41:59 +08:00
2020-04-11 14:30:43 +08:00
### Bug修复
2020-04-17 18:09:16 +08:00
* 【json 】 修复解析JSON字符串时配置无法传递问题issue#I1EIDN@Gitee
2020-04-13 10:41:59 +08:00
* 【core 】 修复ServletUtil.readCookieMap空指针问题issue#827@Github
2020-04-14 16:26:32 +08:00
* 【crypto 】 修复SM2中检查密钥导致的问题issue#I1EC47@Gitee
2020-04-16 01:13:58 +08:00
* 【core 】 修复TableMap.isEmpty判断问题
* 【http 】 修复编码后的URL传入导致二次编码的问题issue#I1EIMN@Gitee
2020-04-11 14:30:43 +08:00
-------------------------------------------------------------------------------------------------------------
2020-04-07 11:19:46 +08:00
## 5.3.0 (2020-04-07)
2020-03-27 00:31:35 +08:00
### 新特性
2020-03-29 09:28:11 +08:00
* 【extra 】 JschUtil增加execByShell方法(issue#I1CYES@Gitee)
2020-03-29 12:29:12 +08:00
* 【core 】 StrUtil增加subBetweenAll方法Console增加where和lineNumber方法(issue#812@Github)
2020-03-30 19:36:19 +08:00
* 【core 】 TableMap增加getKeys和getValues方法
2020-03-31 11:06:39 +08:00
* 【json 】 JSONObject和JSONArray增加set方法标识put弃用
2020-04-01 08:29:33 +08:00
* 【http 】 增加SimpleHttpServer
2020-04-01 15:46:58 +08:00
* 【script 】 增加createXXXScript区别单例
2020-04-02 11:03:08 +08:00
* 【core 】 修改FileUtil.writeFileToStream等方法返回值为long
* 【core 】 CollUtil.split增加空集合判定issue#814@Github
2020-04-02 17:50:07 +08:00
* 【core 】 NetUtil增加parseCookies方法
* 【core 】 CollUtil增加toMap方法
* 【core 】 CollUtil和IterUtil废弃一些方法
2020-04-03 12:13:56 +08:00
* 【core 】 添加ValidateObjectInputStream避免对象反序列化漏洞风险
2020-04-04 00:50:44 +08:00
* 【core 】 添加BiMap
* 【all 】 cn.hutool.extra.servlet.multipart包迁移到cn.hutool.core.net下
2020-04-09 16:35:44 +08:00
* 【core 】 XmlUtil.mapToXml方法支持集合解析issue#820@Github
2020-04-11 10:38:07 +08:00
* 【json 】 解析Object中对是否为bean单独判断而不是直接解析
2020-04-11 13:08:46 +08:00
* 【core 】 SimHash锁改为StampedLock
* 【core 】 Singleton改为SimpleCache实现
2020-04-11 13:53:08 +08:00
* 【core 】 增加CalendarUtilDateUtil相关方法全部迁移到此
2020-03-29 09:28:11 +08:00
2020-03-27 00:31:35 +08:00
### Bug修复
2020-03-27 09:34:34 +08:00
* 【extra 】 修复SpringUtil使用devtools重启报错问题
2020-04-04 00:50:44 +08:00
* 【http 】 修复HttpUtil.encodeParams针对无参数URL问题issue#817@Github
2020-04-04 01:34:54 +08:00
* 【extra 】 修复模板中无效引用的问题
2020-04-07 11:19:46 +08:00
* 【extra 】 修复读取JSON文本配置未应用到子对象的问题issue#818@Github
2020-04-09 17:46:12 +08:00
* 【extra 】 修复XmlUtil.createXml中namespace反向问题
2020-04-10 15:59:16 +08:00
* 【core 】 修复WatchMonitor默认无event问题
2020-03-27 00:31:35 +08:00
-------------------------------------------------------------------------------------------------------------
2020-03-26 23:58:44 +08:00
## 5.2.5 (2020-03-26)
2020-03-22 18:16:41 +08:00
### 新特性
2020-03-23 16:50:41 +08:00
* 【core 】 增加逻辑对于原始类型注入使用默认值issue#797@Github
2020-03-24 11:50:50 +08:00
* 【core 】 增加CityHash算法
2020-03-24 17:09:04 +08:00
* 【core 】 PageUtil支持setFirstPageNo自定义第一页的页码issue#I1CGNZ@Gitee
* 【http 】 UserAgentUtil增加Chromium内核的Edge浏览器支持issue#800@Github
2020-03-24 17:43:58 +08:00
* 【cache 】 修改FIFOCache中linkedHashMap的初始容量策略pr#801@Github
2020-03-25 10:41:36 +08:00
* 【core 】 修改XmlUtil中setNamespaceAware默认为true
2020-03-25 11:35:28 +08:00
* 【core 】 TreeNode增加extra
2020-03-25 17:49:25 +08:00
* 【core 】 CollUtil.newHashSet重载歧义更换为set方法
* 【core 】 增加ListUtil增加Hash32、Hash64、Hash128接口
2020-03-26 17:16:45 +08:00
* 【crypto 】 BCUtil增加readPemPrivateKey和readPemPublicKey方法
2020-03-26 23:46:36 +08:00
* 【cache 】 替换读写锁为StampedLock增加LockUtil
2020-03-23 10:38:37 +08:00
2020-03-22 18:16:41 +08:00
### Bug修复
2020-03-23 16:50:41 +08:00
* 【core 】 修复NumberWordFormatter拼写错误issue#799@Github
2020-03-25 10:25:14 +08:00
* 【poi 】 修复xls文件下拉列表无效问题issue#I1C79P@Gitee
2020-03-26 12:05:26 +08:00
* 【poi 】 修复使用Cglib代理问题issue#I1C79P@Gitee
* 【core 】 修复DateUtil.weekCount跨年计算问题
2020-03-22 18:16:41 +08:00
-------------------------------------------------------------------------------------------------------------
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