Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Hutool
Commits
41e488a3
Commit
41e488a3
authored
3 years ago
by
Looly
Browse files
Options
Download
Email Patches
Plain Diff
prepare 5.7.16
parent
31db52df
v5-master
v5-dev
No related merge requests found
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
CHANGELOG.md
+8
-0
CHANGELOG.md
README-EN.md
+3
-3
README-EN.md
README.md
+3
-3
README.md
bin/version.txt
+1
-1
bin/version.txt
docs/js/version.js
+1
-1
docs/js/version.js
hutool-all/pom.xml
+1
-1
hutool-all/pom.xml
hutool-aop/pom.xml
+1
-1
hutool-aop/pom.xml
hutool-bloomFilter/pom.xml
+1
-1
hutool-bloomFilter/pom.xml
hutool-bom/pom.xml
+1
-1
hutool-bom/pom.xml
hutool-cache/pom.xml
+1
-1
hutool-cache/pom.xml
hutool-captcha/pom.xml
+1
-1
hutool-captcha/pom.xml
hutool-core/pom.xml
+1
-1
hutool-core/pom.xml
hutool-cron/pom.xml
+1
-1
hutool-cron/pom.xml
hutool-crypto/pom.xml
+1
-1
hutool-crypto/pom.xml
hutool-db/pom.xml
+1
-1
hutool-db/pom.xml
hutool-dfa/pom.xml
+1
-1
hutool-dfa/pom.xml
hutool-extra/pom.xml
+1
-1
hutool-extra/pom.xml
hutool-http/pom.xml
+1
-1
hutool-http/pom.xml
hutool-json/pom.xml
+1
-1
hutool-json/pom.xml
hutool-jwt/pom.xml
+1
-1
hutool-jwt/pom.xml
with
31 additions
and
23 deletions
+31
-23
CHANGELOG.md
+
8
-
0
View file @
41e488a3
...
...
@@ -3,6 +3,14 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.16 (2021-10-21)
### 🐣新特性
### 🐞Bug修复
-------------------------------------------------------------------------------------------------------------
# 5.7.15 (2021-10-21)
### 🐣新特性
...
...
This diff is collapsed.
Click to expand it.
README-EN.md
+
3
-
3
View file @
41e488a3
...
...
@@ -142,18 +142,18 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop:
<dependency>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-all
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6
</version>
</dependency>
```
### 🍐Gradle
```
implementation 'cn.hutool:hutool-all:5.7.1
5
'
implementation 'cn.hutool:hutool-all:5.7.1
6
'
```
## 📥Download
-
[
Maven Repo
](
https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.7.1
5
/
)
-
[
Maven Repo
](
https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.7.1
6
/
)
> 🔔️note:
> Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
-
3
View file @
41e488a3
...
...
@@ -142,20 +142,20 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不
<dependency>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-all
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6
</version>
</dependency>
```
### 🍐Gradle
```
implementation 'cn.hutool:hutool-all:5.7.1
5
'
implementation 'cn.hutool:hutool-all:5.7.1
6
'
```
### 📥下载jar
点击以下链接,下载
`hutool-all-X.X.X.jar`
即可:
-
[
Maven中央库
](
https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.7.1
5
/
)
-
[
Maven中央库
](
https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.7.1
6
/
)
> 🔔️注意
> Hutool 5.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。
...
...
This diff is collapsed.
Click to expand it.
bin/version.txt
+
1
-
1
View file @
41e488a3
5.7.1
5
5.7.1
6
This diff is collapsed.
Click to expand it.
docs/js/version.js
+
1
-
1
View file @
41e488a3
var
version
=
'
5.7.15
'
\ No newline at end of file
var
version
=
'
5.7.16
'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
hutool-all/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-all
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-aop/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-aop
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-bloomFilter/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-bloomFilter
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-bom/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-bom
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-cache/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-cache
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-captcha/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-captcha
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-core/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-core
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-cron/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-cron
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-crypto/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-crypto
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-db/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-db
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-dfa/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-dfa
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-extra/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-extra
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-http/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-http
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-json/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-json
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
hutool-jwt/pom.xml
+
1
-
1
View file @
41e488a3
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-parent
</artifactId>
<version>
5.7.1
5
</version>
<version>
5.7.1
6-SNAPSHOT
</version>
</parent>
<artifactId>
hutool-jwt
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help