mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
add emoji to changelog
This commit is contained in:
parent
4222b23dd0
commit
d7a5730131
222
CHANGELOG.md
222
CHANGELOG.md
@ -1,18 +1,18 @@
|
||||
|
||||
# Changelog
|
||||
# 🚀Changelog
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
# 5.6.4 (2021-04-22)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 DatePattern补充DateTimeFormatter(pr#308@Gitee)
|
||||
* 【core 】 DateUtil.compare增加支持给定格式比较(pr#310@Gitee)
|
||||
* 【core 】 BeanUtil增加edit方法(issue#I3J6BG@Gitee)
|
||||
* 【db 】 Column中加入columnDef字段默认值(issue#I3J6BG@Gitee)
|
||||
* 【core 】 BeanUtil增加copyToList方法(issue#1526@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【db 】 修复SQL分页时未使用别名导致的错误,同时count时取消order by子句(issue#I3IJ8X@Gitee)
|
||||
* 【extra 】 修复Sftp.reconnectIfTimeout方法判断错误(issue#1524@Github)
|
||||
* 【core 】 修复NumberChineseFormatter转数字问题(issue#I3IS3S@Gitee)
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
# 5.6.3 (2021-04-10)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 修改数字转换的实现,增加按照指定端序转换(pr#1492@Github)
|
||||
* 【core 】 修改拆分byte数组时最后一组长度的规则(pr#1494@Github)
|
||||
* 【core 】 新增根据日期获取节气(pr#1496@Github)
|
||||
@ -41,7 +41,7 @@
|
||||
* 【extra 】 CglibUtil增加toBean和fillBean方法
|
||||
* 【db 】 增加DriverNamePool
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复Validator.isUrl()传空返回true(issue#I3ETTY@Gitee)
|
||||
* 【db 】 修复数据库driver根据url的判断识别错误问题(issue#I3EWBI@Gitee)
|
||||
* 【json 】 修复JSONStrFormatter换行多余空行问题(issue#I3FA8B@Gitee)
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
# 5.6.2 (2021-03-28)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 Validator增加车架号(车辆识别码)验证、驾驶证(驾驶证档案编号)的正则校验(pr#280@Gitee)
|
||||
* 【core 】 CopyOptions增加propertiesFilter(pr#281@Gitee)
|
||||
* 【extra 】 增加Wit模板引擎支持
|
||||
@ -62,7 +62,7 @@
|
||||
* 【json 】 JSONConfig增加setStripTrailingZeros配置(issue#I3DJI8@Gitee)
|
||||
* 【db 】 升级兼容BeeCP3.x
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复FileTypeUtil中OFD格式判断问题(pr#1489@Github)
|
||||
* 【core 】 修复CamelCaseLinkedMap和CaseInsensitiveLinkedMap的Linked失效问题(pr#1490@Github)
|
||||
* 【core 】 修复UrlPath中=被转义的问题
|
||||
@ -71,7 +71,7 @@
|
||||
|
||||
# 5.6.1 (2021-03-18)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【crypto 】 SecureUtil去除final修饰符(issue#1474@Github)
|
||||
* 【core 】 IoUtil增加lineIter方法
|
||||
* 【core 】 新增函数式懒加载加载器(pr#275@Gitee)
|
||||
@ -81,7 +81,7 @@
|
||||
* 【core 】 IdcardUtil.Idcard增加toString(pr#1487@Github)
|
||||
* 【core 】 ChineseDate增加getGregorianXXX方法(issue#1481@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复IoUtil.readBytes的FileInputStream中isClose参数失效问题(issue#I3B7UD@Gitee)
|
||||
* 【core 】 修复DataUnit中KB不大写的问题
|
||||
* 【json 】 修复JSONUtil.getByPath类型错误问题(issue#I3BSDF@Gitee)
|
||||
@ -92,7 +92,7 @@
|
||||
|
||||
# 5.6.0 (2021-03-12)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【poi 】 重要:不再兼容POI-3.x,增加兼容POI-5.x(issue#I35J6B@Gitee)
|
||||
* 【core 】 FileTypeUtil使用长匹配优先(pr#1457@Github)
|
||||
* 【core 】 IterUtil和CollUtil增加isEqualList方法(issue#I3A3PY@Gitee)
|
||||
@ -106,7 +106,7 @@
|
||||
* 【crypto 】 SecureUtil增加hmacSha256方法(pr#1473@Github)
|
||||
* 【core 】 FileTypeUtil判断流增加文件名辅助判断(pr#1471@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【socket 】 修复Client创建失败资源未释放问题。
|
||||
* 【core 】 修复DataSizeUtil中EB单位错误问题(issue#I39O7I@Gitee)
|
||||
* 【core 】 修复BeanDesc.isMatchSetter的ignoreCase未使用问题(issue#I3AXIJ@Gitee)
|
||||
@ -117,7 +117,7 @@
|
||||
|
||||
# 5.5.9 (2021-02-26)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【crypto 】 PemUtil.readPemKey支持EC(pr#1366@Github)
|
||||
* 【extra 】 Ftp等cd方法增加同步(issue#1397@Github)
|
||||
* 【core 】 StrUtil增加endWithAnyIgnoreCase(issue#I37I0B@Gitee)
|
||||
@ -127,7 +127,7 @@
|
||||
* 【crypto 】 增加读取openSSL生成的sm2私钥
|
||||
* 【crypto 】 增加众多方法,SM2兼容各类密钥格式(issue#I37Z75@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【json 】 JSONUtil.isJson方法改变trim策略,解决特殊空白符导致判断失败问题
|
||||
* 【json 】 修复SQLEXception导致的栈溢出(issue#1399@Github)
|
||||
* 【extra 】 修复Ftp中异常参数没有传入问题(issue#1397@Github)
|
||||
@ -141,7 +141,7 @@
|
||||
|
||||
# 5.5.8 (2021-01-30)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【extra 】 增加自动装配SpringUtil类(pr#1366@Github)
|
||||
* 【extra 】 ArrayUtil增加map方法重载
|
||||
* 【crypto 】 AsymmetricAlgorithm增加RSA_ECB("RSA/ECB/NoPadding")(issue#1368@Github)
|
||||
@ -164,7 +164,7 @@
|
||||
* 【core 】 TypeUtil修正hasTypeVeriable为hasTypeVariable
|
||||
* 【core 】 RandomUtil.getRandom改为new SecureRandom,避免阻塞
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复FileUtil.move以及PathUtil.copy等无法自动创建父目录的问题(issue#I2CKTI@Gitee)
|
||||
* 【core 】 修复Console.input读取不全问题(pr#263@Gitee)
|
||||
* 【core 】 修复URLUtil.encodeAll未检查空指针问题(issue#I2CNPS@Gitee)
|
||||
@ -178,7 +178,7 @@
|
||||
|
||||
# 5.5.7 (2021-01-07)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 DynaBean.create增加重载方法(pr#245@Gitee)
|
||||
* 【core 】 IdcardUtil增加重载是否忽略大小写(issue#1348@Github)
|
||||
* 【poi 】 SheetRidReader增加getRidByIndex方法(issue#1342@Github)
|
||||
@ -191,7 +191,7 @@
|
||||
* 【core 】 CollUtil.forEach 增加null 判断(pr#250@Gitee)
|
||||
* 【extra 】 FtpConfig增加serverLanguageCode和systemKey配置,Ftp.download增加重载(pr#248@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复CsvReader读取双引号未转义问题(issue#I2BMP1@Gitee)
|
||||
* 【json 】 JSONUtil.parse修复config无效问题(issue#1363@Github)
|
||||
* 【http 】 修复SimpleServer返回响应内容Content-Length不正确的问题(issue#1358@Github)
|
||||
@ -201,11 +201,11 @@
|
||||
|
||||
# 5.5.6 (2020-12-29)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 手机号工具类 座机正则表达式统一管理(pr#243@Gitee)
|
||||
* 【extra 】 Mail增加setDebugOutput方法(issue#1335@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复ZipUtil.unzip从流解压关闭问题(issue#I2B0S1@Gitee)
|
||||
* 【poi 】 修复Excel07Writer写出表格错乱问题(issue#I2B57B@Gitee)
|
||||
* 【poi 】 修复SheetRidReader读取字段错误问题(issue#1342@Github)
|
||||
@ -215,7 +215,7 @@
|
||||
|
||||
# 5.5.5 (2020-12-27)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 URLUtil.normalize新增重载(pr#233@Gitee)
|
||||
* 【core 】 PathUtil增加isSub和toAbsNormal方法
|
||||
* 【db 】 RedisDS实现序列化接口(pr#1323@Github)
|
||||
@ -225,7 +225,7 @@
|
||||
* 【core 】 NumberUtil增加parseXXX方法(issue#1334@Github)
|
||||
* 【poi 】 Excel07SaxReader支持通过sheetName读取(issue#I2AOSE@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 FileUtil.isSub相对路径判断问题(pr#1315@Github)
|
||||
* 【core 】 TreeUtil增加空判定(issue#I2ACCW@Gitee)
|
||||
* 【db 】 解决Hive获取表名失败问题(issue#I2AGLU@Gitee)
|
||||
@ -239,15 +239,15 @@
|
||||
|
||||
# 5.5.4 (2020-12-16)
|
||||
|
||||
### 新特性
|
||||
### Bug修复
|
||||
### 🐣新特性
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复IoUtil.readBytes的问题
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
# 5.5.3 (2020-12-11)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 IdcardUtil增加行政区划83(issue#1277@Github)
|
||||
* 【core 】 multipart中int改为long,解决大文件上传越界问题(issue#I27WZ3@Gitee)
|
||||
* 【core 】 ListUtil.page增加检查(pr#224@Gitee)
|
||||
@ -266,7 +266,7 @@
|
||||
* 【poi 】 修复NumberUtil属性拼写错误(pr#1311@Github)
|
||||
* 【core 】 MapUtil增加getQuietly方法(issue#I29IWO@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【cache 】 修复Cache中get重复misCount计数问题(issue#1281@Github)
|
||||
* 【poi 】 修复sax读取自定义格式单元格无法识别日期类型的问题(issue#1283@Github)
|
||||
* 【core 】 修复CollUtil.get越界问题(issue#1292@Github)
|
||||
@ -284,7 +284,7 @@
|
||||
|
||||
# 5.5.2 (2020-12-01)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【crypto 】 KeyUtil增加重载,AES构造增加重载(issue#I25NNZ@Gitee)
|
||||
* 【json 】 JSONUtil增加toList重载(issue#1228@Github)
|
||||
* 【core 】 新增CollStreamUtil(issue#1228@Github)
|
||||
@ -312,7 +312,7 @@
|
||||
* 【captcha】 增加GifCaptcha(pr#1273@Github)
|
||||
* 【core 】 增加SSLUtil、SSLContextBuilder
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【cron 】 修复CronTimer可能死循环的问题(issue#1224@Github)
|
||||
* 【core 】 修复Calculator.conversion单个数字越界问题(issue#1222@Github)
|
||||
* 【poi 】 修复ExcelUtil.getSaxReader使用非MarkSupport流报错问题(issue#1225@Github)
|
||||
@ -326,10 +326,10 @@
|
||||
|
||||
# 5.5.1 (2020-11-16)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 增加CopyVisitor和DelVisitor
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复在Linux下FileUtil.move失败问题(issue#I254Y3@Gitee)
|
||||
* 【http 】 修复UrlUtil和UrlBuilder中多个/被替换问题(issue#I25MZL@Gitee)
|
||||
|
||||
@ -343,7 +343,7 @@
|
||||
* 【extra 】 新增基于Apache-FtpServer封装:SimpleFtpServer
|
||||
* 【extra 】 新增基于Commons-Compress封装:CompressUtil
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 NumberUtil.parseInt等支持123,2.00这类数字(issue#I23ORQ@Gitee)
|
||||
* 【core 】 增加ArrayUtil.isSub、indexOfSub、lastIndexOfSub方法(issue#I23O1K@Gitee)
|
||||
* 【core 】 反射调用支持传递参数的值为null(pr#1205@Github)
|
||||
@ -355,7 +355,7 @@
|
||||
* 【core 】 CollUtil和IterUtil增加size方法(pr#208@Gitee)
|
||||
* 【poi 】 ExcelReader的read方法读取空单元格增加CellEditor处理(issue#1213@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复DateUtil.current使用System.nanoTime的问题(issue#1198@Github)
|
||||
* 【core 】 修复Excel03SaxReader判断日期出错问题(issue#I23M9H@Gitee)
|
||||
* 【core 】 修复ClassUtil.getTypeArgument方法在判断泛型时导致的问题(issue#1207@Github)
|
||||
@ -372,7 +372,7 @@
|
||||
|
||||
# 5.4.7 (2020-10-31)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 增加OptionalBean(pr#1182@Github)
|
||||
* 【core 】 Ganzhi增加方法(issue#1186@Github)
|
||||
* 【core 】 CollUtil增加forEach重载(issue#I22NA4@Gitee)
|
||||
@ -382,7 +382,7 @@
|
||||
* 【core 】 增加CharsetDetector
|
||||
* 【cron 】 增加CronTask,监听支持获取id(issue#I23315@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复BeanUtil.beanToMap方法中editor返回null没有去掉的问题
|
||||
* 【core 】 修复ImgUtil.toBufferedImage颜色模式的问题(issue#1194@Github)
|
||||
* 【cron 】 修复TimeZone设置无效的问题(issue#I23315@Gitee)
|
||||
@ -391,7 +391,7 @@
|
||||
|
||||
# 5.4.6 (2020-10-23)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【http 】 HttpRequest增加basicProxyAuth方法(issue#I1YQGM@Gitee)
|
||||
* 【core 】 NumberUtil.toStr修改逻辑,去掉BigDecimal的科学计数表示(pr#196@Gitee)
|
||||
* 【core 】 ListUtil.page第一页页码使用PageUtil(pr#198@Gitee)
|
||||
@ -399,7 +399,7 @@
|
||||
* 【core 】 ObjectUtil增加defaultIfXXX(pr#199@Gitee)
|
||||
* 【json 】 JSONObject构建时不支持的对象类型抛出异常
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复ChineseDate没有忽略时分秒导致计算错误问题(issue#I1YW12@Gitee)
|
||||
* 【core 】 修复FileUtil中,copyFile方法断言判断参数传递错误(issue#I1Z2NY@Gitee)
|
||||
* 【core 】 修复BeanDesc读取父类属性覆盖子类属性导致的问题(pr#1175@Github)
|
||||
@ -412,7 +412,7 @@
|
||||
|
||||
# 5.4.5 (2020-10-18)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 ConsoleTable代码优化(pr#190@Gitee)
|
||||
* 【http 】 HttpRequest增加setProxy重载(pr#190@Gitee)
|
||||
* 【core 】 XmlUtil.cleanComment(pr#191@Gitee)
|
||||
@ -431,7 +431,7 @@
|
||||
* 【extra 】 PinyinUtil新增Bopomofo4j支持
|
||||
* 【core 】 新增TemporalUtil工具类,新增时间相关方法
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 解决农历判断节日未判断大小月导致的问题(issue#I1XHSF@Gitee)
|
||||
* 【core 】 解决ListUtil计算总量可能的int溢出问题(pr#1150@Github)
|
||||
* 【json 】 解决JSON中转换为double小数精度丢失问题(pr#192@Gitee)
|
||||
@ -444,7 +444,7 @@
|
||||
|
||||
# 5.4.4 (2020-09-28)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 ServiceLoaderUtil改为使用contextClassLoader(pr#183@Gitee)
|
||||
* 【core 】 NetUtil增加getLocalHostName(pr#1103@Github)
|
||||
* 【extra 】 FTP增加stat方法(issue#I1W346@Gitee)
|
||||
@ -473,7 +473,7 @@
|
||||
* 【poi 】 改进sax方式读取逻辑,支持sheetId(issue#1141@Github)
|
||||
* 【core 】 XmlUtil增加readBySax方法
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【crypto 】 修复SM2验签后无法解密问题(issue#I1W0VP@Gitee)
|
||||
* 【core 】 修复新建默认TreeSet没有默认比较器导致的问题(issue#1101@Github)
|
||||
* 【core 】 修复Linux下使用Windows路径分隔符导致的解压错误(issue#I1MW0E@Gitee)
|
||||
@ -485,7 +485,7 @@
|
||||
|
||||
# 5.4.3 (2020-09-16)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 使用静态的of方法来new对象(pr#177@Gitee)
|
||||
* 【setting】 Setting增加store无参方法(issue#1072@Github)
|
||||
* 【setting】 StatementUtil增加null缓存(pr#1076@Github)
|
||||
@ -504,7 +504,7 @@
|
||||
* 【setting】 Setting和Props增加create方法
|
||||
* 【log 】 增加TinyLog2支持(issue#1094@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复Dict.of错误(issue#I1UUO5@Gitee)
|
||||
* 【core 】 修复UrlBuilder地址参数问题(issue#I1UWCA@Gitee)
|
||||
* 【core 】 修复StrUtil.toSymbolCase转换问题(issue#1075@Github)
|
||||
@ -518,7 +518,7 @@
|
||||
|
||||
# 5.4.2 (2020-09-09)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 lock放在try外边(pr#1050@Github)
|
||||
* 【core 】 MailUtil增加错误信息(issue#I1TAKJ@Gitee)
|
||||
* 【core 】 JschUtil添加远程转发功能(pr#171@Gitee)
|
||||
@ -534,7 +534,7 @@
|
||||
* 【core 】 BeanDesc增加方法
|
||||
* 【core 】 增加@PropIgnore注解(issue#I1U846@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 重新整理农历节假日,解决一个pr过来的玩笑导致的问题
|
||||
* 【poi 】 修复ExcelFileUtil.isXls判断问题(pr#1055@Github)
|
||||
* 【poi 】 修复CglibUtil.copyList参数错误导致的问题
|
||||
@ -547,7 +547,7 @@
|
||||
|
||||
# 5.4.1 (2020-08-29)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 StrUtil增加firstNonXXX方法(issue#1020@Github)
|
||||
* 【core 】 BeanCopier修改规则,可选bean拷贝空字段报错问题(pr#160@Gitee)
|
||||
* 【http 】 HttpUtil增加downloadFileFromUrl(pr#1023@Github)
|
||||
@ -564,7 +564,7 @@
|
||||
* 【core 】 ChineseDate增加天干地支和转换为公历方法(pr#169@Gitee)
|
||||
* 【core 】 Img增加stroke描边方法(issue#1033@Github)
|
||||
|
||||
### Bug修复#
|
||||
### 🐞Bug修复#
|
||||
* 【poi 】 修复ExcelBase.isXlsx方法判断问题(issue#I1S502@Gitee)
|
||||
* 【poi 】 修复Excel03SaxReader日期方法判断问题(pr#1026@Github)
|
||||
* 【core 】 修复StrUtil.indexOf空指针问题(issue#1038@Github)
|
||||
@ -574,7 +574,7 @@
|
||||
|
||||
# 5.4.0 (2020-08-06)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【socket】 对NioServer和NioClient改造(pr#992@Github)
|
||||
* 【core 】 StrUtil增加filter方法(pr#149@Gitee)
|
||||
* 【core 】 DateUtil增加beginOfWeek重载
|
||||
@ -594,7 +594,7 @@
|
||||
* 【db 】 增加BeeCP连接池支持
|
||||
* 【core 】 改进Img.pressImage方法,避免变色问题(issue#1001@Github)
|
||||
|
||||
### Bug修复#
|
||||
### 🐞Bug修复#
|
||||
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题
|
||||
* 【core 】 修复BeanUtil.mapToBean中bean的class非空构造无法实例化问题
|
||||
* 【core 】 修复NamedSql多个连续变量出现替换问题
|
||||
@ -606,7 +606,7 @@
|
||||
|
||||
# 5.3.11 (2020-08-01)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【captcha】 AbstractCaptcha增加getImageBase64Data方法(pr#985@Github)
|
||||
* 【core 】 增加PhoneUtil(pr#990@Github)
|
||||
* 【core 】 改进Img,目标图片类型未定义使用源图片类型(issue#I1PB0B@Gitee)
|
||||
@ -614,13 +614,13 @@
|
||||
* 【core 】 MapUtil增加getXXX的默认值重载(issue#I1PTGI@Gitee)
|
||||
* 【core 】 CalendarUtil增加parseByPatterns方法(issue#993@Github)
|
||||
|
||||
### Bug修复#
|
||||
### 🐞Bug修复#
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
## 5.3.10 (2020-07-23)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【db 】 增加DbUtil.setReturnGeneratedKeyGlobal(issue#I1NM0K@Gitee)
|
||||
* 【core 】 增加DataSize和DataSizeUtil(issue#967@Github)
|
||||
* 【core 】 ImgUtil增加异常,避免空指针(issue#I1NKXG@Gitee)
|
||||
@ -631,7 +631,7 @@
|
||||
* 【crypto 】 CollUtil增加padLeft和padRight方法(pr#141@Gitee)
|
||||
* 【core 】 IdCardUtil香港身份证去除首字母校验(issue#I1OOTB@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复ZipUtil中finish位于循环内的问题(issue#961@Github)
|
||||
* 【core 】 修复CollUtil.page未越界检查的问题(issue#I1O2LR@Gitee)
|
||||
* 【core 】 修复StrUtil.removeAny的bug(issue#977@Github)
|
||||
@ -640,7 +640,7 @@
|
||||
|
||||
## 5.3.9 (2020-07-12)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 DateUtil增加formatChineseDate(pr#932@Github)
|
||||
* 【core 】 ArrayUtil.isEmpty修改逻辑(pr#948@Github)
|
||||
* 【core 】 增强StrUtil中空判断后返回数据性能(pr#949@Github)
|
||||
@ -649,7 +649,7 @@
|
||||
* 【core 】 Month增加getLastDay方法
|
||||
* 【core 】 ChineseDate支持到2099年
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复NumberUtil.partValue有余数问题(issue#I1KX66@Gitee)
|
||||
* 【core 】 修复BeanUtil.isEmpty不能忽略static字段问题(issue#I1KZI6@Gitee)
|
||||
* 【core 】 修复StrUtil.brief长度问题(pr#930@Github)
|
||||
@ -668,7 +668,7 @@
|
||||
|
||||
## 5.3.8 (2020-06-16)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 增加ISO8601日期格式(issue#904@Github)
|
||||
* 【setting】 Props异常规则修改(issue#907@Github)
|
||||
* 【setting】 增加GIF支持
|
||||
@ -680,7 +680,7 @@
|
||||
* 【core 】 FileUtil增加别名方法(pr#926@Github)
|
||||
* 【poi 】 ExcelReader中增加read重载,提供每个单元格单独处理的方法(issue#I1JZTL@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【json 】 修复append方法导致的JSONConfig传递失效问题(issue#906@Github)
|
||||
* 【core 】 修复CollUtil.subtractToList判断错误(pr#915@Github)
|
||||
* 【poi 】 修复WordWriter写表格问题(pr#914@Github)
|
||||
@ -692,10 +692,10 @@
|
||||
|
||||
## 5.3.7 (2020-06-03)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 ThreadFactoryBuilder的setUncaughtExceptionHandler返回this(issue#I1J4YJ@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复DateUtil.parse解析2020-5-8 3:12:13错误问题(issue#I1IZA3@Gitee)
|
||||
* 【core 】 修复Img.pressImg大小无效问题(issue#I1HSWU@Gitee)
|
||||
* 【core 】 修复CronUtil.stop没有清除任务的问题(issue#I1JACI@Gitee)
|
||||
@ -703,7 +703,7 @@
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
## 5.3.6 (2020-05-30)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 NumberConverter Long类型增加日期转换(pr#872@Github)
|
||||
* 【all 】 StrUtil and SymmetricCrypto注释修正(pr#873@Github)
|
||||
* 【core 】 CsvReader支持返回Bean(issue#869@Github)
|
||||
@ -732,7 +732,7 @@
|
||||
* 【core 】 ArrayUtil.addAll增加原始类型支持(issue#898@Github)
|
||||
* 【core 】 DateUtil.parse支持2020-1-1这类日期解析(issue#I1HGWW@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复SimpleCache死锁问题(issue#I1HOKB@Gitee)
|
||||
* 【core 】 修复SemaphoreRunnable释放问题(issue#I1HLQQ@Gitee)
|
||||
* 【poi 】 修复Sax方式读取Excel行号错误问题(issue#882@Github)
|
||||
@ -743,7 +743,7 @@
|
||||
|
||||
## 5.3.5 (2020-05-13)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 增加CollUtil.map方法
|
||||
* 【extra 】 增加Sftp.lsEntries方法,Ftp和Sftp增加recursiveDownloadFolder(pr#121@Gitee)
|
||||
* 【system 】 OshiUtil增加getNetworkIFs方法
|
||||
@ -751,7 +751,7 @@
|
||||
* 【core 】 增加IoUtil.readObj重载,通过ValidateObjectInputStream由用户自定义安全检查。
|
||||
* 【http 】 改造HttpRequest中文件上传部分,增加MultipartBody类
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复IoUtil.readObj中反序列化安全检查导致的一些问题,去掉安全检查。
|
||||
* 【http 】 修复SimpleServer文件访问404问题(issue#I1GZI3@Gitee)
|
||||
* 【core 】 修复BeanCopier中循环引用逻辑问题(issue#I1H2VN@Gitee)
|
||||
@ -760,11 +760,11 @@
|
||||
|
||||
## 5.3.4 (2020-05-10)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 增加URLUtil.getContentLength方法(issue#I1GB1Z@Gitee)
|
||||
* 【extra 】 增加PinyinUtil(issue#I1GMIV@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【extra 】 修复Ftp设置超时问题(issue#I1GMTQ@Gitee)
|
||||
* 【core 】 修复TreeUtil根据id查找子节点时的NPE问题(pr#120@Gitee)
|
||||
* 【core 】 修复BeanUtil.copyProperties中Alias注解无效问题(issue#I1GK3M@Gitee)
|
||||
@ -775,7 +775,7 @@
|
||||
|
||||
## 5.3.3 (2020-05-05)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 ImgUtil.createImage支持背景透明(issue#851@Github)
|
||||
* 【json 】 更改JSON转字符串时"</"被转义的规则为不转义(issue#852@Github)
|
||||
* 【cron 】 表达式的所有段支持L关键字(issue#849@Github)
|
||||
@ -789,7 +789,7 @@
|
||||
* 【core 】 IdcardUtil增加省份校验(issue#859@Github)
|
||||
* 【extra 】 TemplateFactory和TokenizerFactory增加单例的get方法
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复URLBuilder中请求参数有`&`导致的问题(issue#850@Github)
|
||||
* 【core 】 修复URLBuilder中路径以`/`结尾导致的问题(issue#I1G44J@Gitee)
|
||||
* 【db 】 修复SqlBuilder中orderBy无效问题(issue#856@Github)
|
||||
@ -799,7 +799,7 @@
|
||||
|
||||
## 5.3.2 (2020-04-23)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 增加NetUtil.isOpen方法
|
||||
* 【core 】 增加ThreadUtil.sleep和safeSleep的重载
|
||||
* 【core 】 Sftp类增加toString方法(issue#I1F2T4@Gitee)
|
||||
@ -807,7 +807,7 @@
|
||||
* 【extra 】 Sftp.ls遇到文件不存在返回空集合,而非抛异常(issue#844@Github)
|
||||
* 【http 】 改进HttpRequest.toString()格式,添加url
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【db 】 修复PageResult.isLast计算问题
|
||||
* 【cron 】 修复更改系统时间后CronTimer被阻塞的问题(issue#838@Github)
|
||||
* 【db 】 修复Page.addOrder无效问题(issue#I1F9MZ@Gitee)
|
||||
@ -819,7 +819,7 @@
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
## 5.3.1 (2020-04-17)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 ListUtil、MapUtil、CollUtil增加empty方法
|
||||
* 【poi 】 调整别名策略,clearHeaderAlias和addHeaderAlias同时清除aliasComparator(issue#828@Github)
|
||||
* 【core 】 修改StrUtil.equals逻辑,改为contentEquals
|
||||
@ -830,7 +830,7 @@
|
||||
* 【core 】 RandomUtil.randomNumber改为返回char
|
||||
* 【crypto 】 SM2支持设置Digest和DSAEncoding(issue#829@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【json 】 修复解析JSON字符串时配置无法传递问题(issue#I1EIDN@Gitee)
|
||||
* 【core 】 修复ServletUtil.readCookieMap空指针问题(issue#827@Github)
|
||||
* 【crypto 】 修复SM2中检查密钥导致的问题(issue#I1EC47@Gitee)
|
||||
@ -841,7 +841,7 @@
|
||||
|
||||
## 5.3.0 (2020-04-07)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【extra 】 JschUtil增加execByShell方法(issue#I1CYES@Gitee)
|
||||
* 【core 】 StrUtil增加subBetweenAll方法,Console增加where和lineNumber方法(issue#812@Github)
|
||||
* 【core 】 TableMap增加getKeys和getValues方法
|
||||
@ -862,7 +862,7 @@
|
||||
* 【core 】 Singleton改为SimpleCache实现
|
||||
* 【core 】 增加CalendarUtil,DateUtil相关方法全部迁移到此
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【extra 】 修复SpringUtil使用devtools重启报错问题
|
||||
* 【http 】 修复HttpUtil.encodeParams针对无参数URL问题(issue#817@Github)
|
||||
* 【extra 】 修复模板中无效引用的问题
|
||||
@ -874,7 +874,7 @@
|
||||
|
||||
## 5.2.5 (2020-03-26)
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 增加逻辑,对于原始类型注入,使用默认值(issue#797@Github)
|
||||
* 【core 】 增加CityHash算法
|
||||
* 【core 】 PageUtil支持setFirstPageNo自定义第一页的页码(issue#I1CGNZ@Gitee)
|
||||
@ -887,7 +887,7 @@
|
||||
* 【crypto 】 BCUtil增加readPemPrivateKey和readPemPublicKey方法
|
||||
* 【cache 】 替换读写锁为StampedLock,增加LockUtil
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复NumberWordFormatter拼写错误(issue#799@Github)
|
||||
* 【poi 】 修复xls文件下拉列表无效问题(issue#I1C79P@Gitee)
|
||||
* 【poi 】 修复使用Cglib代理问题(issue#I1C79P@Gitee)
|
||||
@ -896,7 +896,7 @@
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
## 5.2.4
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【setting】 Setting中增加addSetting和autoLoad重载(pr#104@Gitee)
|
||||
* 【core 】 增加copyProperties,根据Class创建对象并进行属性拷贝(pr#105@Gitee)
|
||||
* 【core 】 添加获取class当前文件夹名称方法(pr#106@Gitee)
|
||||
@ -909,7 +909,7 @@
|
||||
* 【core 】 ChineseDate增加构造重载,增加toStringNormal(issue#792@Github)
|
||||
* 【core 】 BeanUtil.toBean增加重载(issue#797@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复TypeUtil无法获取泛型接口的泛型参数问题(issue#I1BRFI@Gitee)
|
||||
* 【core 】 修复MySQL中0000报错问题
|
||||
* 【core 】 修复BeanPath从Map取值为空的问题(issue#790@Github)
|
||||
@ -921,11 +921,11 @@
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
## 5.2.3
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【http 】 UserAgentUtil增加识别ios和android等(issue#781@Github)
|
||||
* 【core 】 支持新领车牌(issue#I1BJHE@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复PageUtil第一页语义不明确的问题(issue#782@Github)
|
||||
* 【extra 】 修复TemplateFactory引入包导致的问题
|
||||
* 【core 】 修复ServiceLoaderUtil.loadFirstAvailable问题
|
||||
@ -933,9 +933,9 @@
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
## 5.2.2
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【http 】 修复body方法添加多余头的问题(issue#769@Github)
|
||||
* 【bloomFilter 】修复默认为int类型,左移超过32位后,高位丢失问题(pr#770@Github)
|
||||
* 【core 】 修复beginOfWeek和endOfWeek一周开始计算错误问题(issue#I1BDPW@Gitee)
|
||||
@ -945,11 +945,11 @@
|
||||
|
||||
## 5.2.1
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 修改FastDateParser策略,与JDK保持一致(issue#I1AXIN@Gitee)
|
||||
* 【core 】 增加tree(树状结构)(pr#100@Gitee)
|
||||
* 【core 】 增加randomEleList(pr#764@Github)
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【setting】 修复Props.toBean方法null的问题
|
||||
* 【core 】 修复DataUtil.parseLocalDateTime无时间部分报错问题(issue#I1B18H@Gitee)
|
||||
* 【core 】 修复NetUtil.isUsableLocalPort()判断问题(issue#765@Github)
|
||||
@ -960,7 +960,7 @@
|
||||
|
||||
## 5.2.0
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 NumberUtil.decimalFormat增加Object对象参数支持
|
||||
* 【core 】 增加ReflectUtil.getFieldValue支持Alias注解
|
||||
* 【core 】 Bean字段支持Alias注解(包括转map,转bean等)
|
||||
@ -979,18 +979,18 @@
|
||||
* 【poi 】 对于POI依赖升级到4.1.2
|
||||
* 【crypto】 增加国密SM2验签密钥格式支持(issue#686@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
## 5.1.5
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【poi 】 Excel合并单元格读取同一个值,不再为空
|
||||
* 【core 】 增加EscapeUtil.escapeAll(issue#758@Github)
|
||||
* 【core 】 增加formatLocalDateTime和parseLocalDateTime方法(pr#97@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复EscapeUtil.escape转义错误(issue#758@Github)
|
||||
* 【core 】 修复Convert.toLocalDateTime(Object value, Date defaultValue)返回结果不是LocalDateTime类型的问题(pr#97@Gitee)
|
||||
|
||||
@ -998,14 +998,14 @@
|
||||
|
||||
## 5.1.4
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【poi 】 增加单元格位置引用(例如A11等方式获取单元格)
|
||||
* 【extra】 ServletUtil.fillBean支持数据和集合字段(issue#I19ZMK@Gitee)
|
||||
* 【core 】 修改ThreadUtil.newSingleExecutor默认队列大小(issue#754@Github)
|
||||
* 【core 】 修改ExecutorBuilder默认队列大小(issue#753@Github)
|
||||
* 【core 】 FileTypeUtil增加mp4的magic(issue#756@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复CombinationAnnotationElement数组判断问题(issue#752@Github)
|
||||
* 【core 】 修复log4j2使用debug行号打印问题(issue#I19NFJ@Github)
|
||||
* 【poi 】 修复sax读取excel03数组越界问题(issue#750@Github)
|
||||
@ -1014,12 +1014,12 @@
|
||||
|
||||
## 5.1.3
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 废弃isMactchRegex,改为isMatchRegex(方法错别字)
|
||||
* 【core 】 修正hasNull()方法上注释错误(issue#I18TAG@Gitee)
|
||||
* 【core 】 Snowflake的起始时间可以被指定(pr#95@Gitee)
|
||||
* 【core 】 增加PropsUtil及getFirstFound方法(issue#I1960O@Gitee)
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 CharsetUtil在不支持GBK的系统中运行报错问题(issue#731@Github)
|
||||
* 【core 】 RandomUtil的randomEleSet方法顺序不随机的问题(pr#741@Github)
|
||||
* 【core 】 修复StopWatch的toString判断问题(issue#I18VIK@Gitee)
|
||||
@ -1028,21 +1028,21 @@
|
||||
|
||||
## 5.1.2
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 XmlUtil支持可选是否输出omit xml declaration(pr#732@Github)
|
||||
* 【core 】 车牌号校验兼容新能源车牌(pr#92@Gitee)
|
||||
* 【core 】 在NetUtil中新增ping功能(pr#91@Gitee)
|
||||
* 【core 】 DateUtil.offset不支持ERA,增加异常提示(issue#I18KD5@Gitee)
|
||||
* 【http 】 改进HttpUtil访问HTTPS接口性能问题,SSL证书使用单例(issue#I18AL1@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复isExpired的bug(issue#733@Gtihub)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
## 5.1.1
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 ClassUtil.isSimpleValueType增加TemporalAccessor支持(issue#I170HK@Gitee)
|
||||
* 【core 】 增加Convert.toPrimitiveByteArray方法,Convert支持对象序列化和反序列化
|
||||
* 【core 】 DateUtil增加isExpired(Date startDate, Date endDate, Date checkDate)(issue#687@Github)
|
||||
@ -1058,7 +1058,7 @@
|
||||
* 【db 】 Db.use().query的方法中增加Map参数接口(issue#709@Github)
|
||||
* 【db 】 getDialect使用数据源作为锁(issue#720@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复NumberUtil.mul中null的结果错误问题(issue#I17Y4J@Gitee)
|
||||
* 【core 】 修复当金额大于等于1亿时,转换会多出一个万字的bug(pr#715@Github)
|
||||
* 【core 】 修复FileUtil.listFileNames位于jar内导致的文件找不到问题
|
||||
@ -1069,7 +1069,7 @@
|
||||
|
||||
## 5.1.0
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 新增WatchServer(issue#440@Github)
|
||||
* 【core 】 ReflectUtil.getFieldValue支持static(issue#662@Github)
|
||||
* 【core 】 改进Bean判断和注入逻辑:支持public字段注入(issue#I1689L@Gitee)
|
||||
@ -1078,7 +1078,7 @@
|
||||
* 【core 】 ReflectUtil修正getFieldValue逻辑,防止歧义
|
||||
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【db 】 修复SqlExecutor.callQuery关闭Statement导致的问题(issue#I16981@Gitee)
|
||||
* 【db 】 修复XmlUtil.xmlToMap中List节点的问题(pr#82@Gitee)
|
||||
* 【core】 修复ZipUtil中对于/结尾路径处理的问题(issue#I16PKP@Gitee)
|
||||
@ -1088,7 +1088,7 @@
|
||||
|
||||
## 5.0.7
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core 】 解决NumberUtil导致的ambiguous问题(issue#630@Github)
|
||||
* 【core 】 BeanUtil.isEmpty()忽略字段支持,增加isNotEmpty(issue#629@Github)
|
||||
* 【extra】 邮件发送后获取message-id(issue#I15FKR@Gitee)
|
||||
@ -1099,7 +1099,7 @@
|
||||
* 【core 】 NetUtil增加getNetworkInterface方法(issue#I15WEL@Gitee)
|
||||
* 【core 】 增加ReflectUtil.getFieldMap方法(issue#I15WJ7@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【extra】 修复SFTP.upload上传失败的问题(issue#I15O40@Gitee)
|
||||
* 【db】 修复findLike匹配错误问题
|
||||
* 【core 】 修复scale方法透明无效问题(issue#I15L5S@Gitee)
|
||||
@ -1111,12 +1111,12 @@
|
||||
|
||||
## 5.0.6
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【setting】 toBean改为泛型,增加class参数重载(pr#80@Gitee)
|
||||
* 【core】 XmlUtil使用JDK默认的实现,避免第三方实现导致的问题(issue#I14ZS1@Gitee)
|
||||
* 【poi】 写入单元格数据类型支持jdk8日期格式(pr#628@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core】 修复DateUtil.format使用DateTime时区失效问题(issue#I150I7@Gitee)
|
||||
* 【core】 修复ZipUtil解压目录遗留问题(issue#I14NO3@Gitee)
|
||||
* 【core】 修复等比缩放给定背景色无效问题(pr#625@Github)
|
||||
@ -1127,7 +1127,7 @@
|
||||
|
||||
## 5.0.5
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core】 增加MapUtil.removeAny(issue#612@Github)
|
||||
* 【core】 Convert.toList支持[1,2]字符串(issue#I149XN@Gitee)
|
||||
* 【core】 修正DateUtil.thisWeekOfMonth注释错误(issue#614@Github)
|
||||
@ -1135,7 +1135,7 @@
|
||||
* 【core】 BeanUtil.getProperty返回泛型对象(issue#I14PIW@Gitee)
|
||||
* 【core】 FileTypeUtil使用扩展名辅助判断类型(issue#I14JBH@Gitee)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【db】 修复MetaUtil.getTableMeta()方法未释放ResultSet的bug(issue#I148GH@Gitee)
|
||||
* 【core】 修复DateUtil.age闰年导致的问题(issue#I14BVN@Gitee)
|
||||
* 【extra】 修复ServletUtil.getCookie大小写问题(pr#79@Gitee)
|
||||
@ -1147,7 +1147,7 @@
|
||||
|
||||
## 5.0.4
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【setting】 增加System.getenv变量替换支持
|
||||
* 【core】 XmlUtil中mapToStr支持namespace(pr#599@Github)
|
||||
* 【core】 ZipUtil修改策略:默认关闭输入流(issue#604@Github)
|
||||
@ -1155,7 +1155,7 @@
|
||||
* 【core】 增加MapUtil.sortJoin,改进SecureUtil.signParams支持补充字符串(issue#606@Github)
|
||||
* 【core】 增加Money类(issue#605@Github)
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【core】 解决ConcurrentHashSet不能序列化的问题(issue#600@Github)
|
||||
* 【core】 解决CsvReader.setErrorOnDifferentFieldCount循环调用问题
|
||||
|
||||
@ -1163,18 +1163,18 @@
|
||||
|
||||
## 5.0.3
|
||||
|
||||
### 新特性
|
||||
### Bug修复
|
||||
### 🐣新特性
|
||||
### 🐞Bug修复
|
||||
* 【extra】 修复遗留的getSession端口判断错误(issue#594@Github)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
## 5.0.2
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【core】 强化java.time包的对象转换支持
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【db】 修正字段中含有as导致触发关键字不能包装字段的问题(issue#I13ML7@Gitee)
|
||||
* 【extra】 修复QrCode中utf-8不支持大写的问题。(issue#I13MT6@Gitee)
|
||||
* 【http】 修复请求defalte数据解析错误问题。(pr#593@Github)
|
||||
@ -1183,16 +1183,16 @@
|
||||
|
||||
## 5.0.1
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【json】 JSONUtil.toBean支持JSONArray
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【extra】 修复getSession端口判断错误
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
## 5.0.0
|
||||
|
||||
### 新特性
|
||||
### 🐣新特性
|
||||
* 【all】 升级JDK最低 支持到8
|
||||
* 【log】 Log接口添加get的static方法
|
||||
* 【all】 部分接口添加FunctionalInterface修饰
|
||||
@ -1200,5 +1200,5 @@
|
||||
* 【extra】 JschUtil增加私钥传入支持(issue#INKDR@Gitee)
|
||||
* 【core】 DateUtil、DateTime、Convert全面支持jdk8的time包
|
||||
|
||||
### Bug修复
|
||||
### 🐞Bug修复
|
||||
* 【http】 修复Cookie中host失效导致的问题(issue#583@Github)
|
||||
|
Loading…
Reference in New Issue
Block a user