normalize support samba path

This commit is contained in:
Looly
2019-09-19 17:31:39 +08:00
parent a8e9de0ffb
commit 30d26ab22d
5 changed files with 48 additions and 22 deletions

View File

@@ -11,6 +11,7 @@
* 【core】 TimeInterval增加intervalPretty方法issue#I12A6T@Gitee
* 【core】 改进ArrayUtil.toString提高性能
* 【system】 增加SystemPropsKeysissue#550@Github
* 【core】 FileUtil.normalize在win下支持samba路径issue#549@Github
### Bug修复
* 【core】 修复DateUtil.offset导致的时区错误问题issue#I1294O@Gitee
@@ -18,6 +19,7 @@
* 【db】 修复StatementUtil.getGeneratedKeys返回主键数量不足问题
* 【db】 修复锁的问题issue#546@Github
* 【db】 修复CombinationAnnotationElement问题issue#547@Github
* 【core】 修复Validator.isGeneral问题
-------------------------------------------------------------------------------------------------------------