@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
-## 5.2.5
+## 5.2.5 (2020-03-26)
### 新特性
* 【core 】 增加逻辑,对于原始类型注入,使用默认值(issue#797@Github)
@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
- <version>5.2.5-SNAPSHOT</version>
+ <version>5.2.5</version>
</parent>
<artifactId>hutool-all</artifactId>
<artifactId>hutool-aop</artifactId>
@@ -7,7 +7,7 @@
<artifactId>hutool-bloomFilter</artifactId>
<artifactId>hutool-bom</artifactId>
<artifactId>hutool-cache</artifactId>
<artifactId>hutool-captcha</artifactId>
<artifactId>hutool-core</artifactId>
@@ -486,7 +486,7 @@ public class CollUtil {
*/
@SafeVarargs
public static <T> LinkedHashSet<T> newLinkedHashSet(T... ts) {
- return (LinkedHashSet<T>) newHashSet(true, ts);
+ return (LinkedHashSet<T>) set(true, ts);
}
/**
<artifactId>hutool-cron</artifactId>
<artifactId>hutool-crypto</artifactId>
<artifactId>hutool-db</artifactId>
<artifactId>hutool-dfa</artifactId>
<artifactId>hutool-extra</artifactId>
<artifactId>hutool-http</artifactId>
<artifactId>hutool-json</artifactId>
<artifactId>hutool-log</artifactId>
@@ -8,7 +8,7 @@
<artifactId>hutool-poi</artifactId>
<artifactId>hutool-script</artifactId>
<artifactId>hutool-setting</artifactId>
<artifactId>hutool-socket</artifactId>
<artifactId>hutool-system</artifactId>
<name>hutool</name>
<description>提供丰富的Java工具方法</description>
<url>https://github.com/looly/hutool</url>