Skip to content

Commit 226d4bd

Browse files
committed
🤤release 5.8.33
1 parent d57de39 commit 226d4bd

File tree

70 files changed

+533
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+533
-251
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11

22
# 🚀Changelog
33

4+
-------------------------------------------------------------------------------------------------------------
5+
# 5.8.34(2024-11-25)
6+
7+
### 🐣新特性
8+
* 【http 】 增加Windows微信浏览器识别(issue#IB3SJF@Gitee)
9+
* 【core 】 ZipUtil.unzip增加编码容错(issue#I3UZ28@Gitee)
10+
* 【core 】 Calculator兼容`x`字符作为乘号(issue#3787@Github)
11+
* 【poi 】 Excel07SaxReader中,对于小数类型,增加精度判断(issue#IB0EJ9@Gitee)
12+
* 【extra 】 SpringUtil增加getBean重载(issue#3779@Github)
13+
* 【core 】 DataSizeUtil 新增format方法(issue#IB6UUX@Gitee)
14+
15+
### 🐞Bug修复
16+
* 【core 】 修复DateUtil.rangeToList中step小于等于0时无限循环问题(issue#3783@Github)
17+
* 【cron 】 修复cron模块依赖log模块问题
18+
* 【extra 】 修复MailUtil发送html格式邮件无法正常展示图片问题(pr#1279@Gitee)
19+
* 【core 】 【可能的向下兼容问题】修复双引号转义符转义错误问题,修改规则后,对非闭合双引号字段的策略变更,如"aa,则被识别为aa(issue#IB5UQ8@Gitee)
20+
* 【extra 】 修复Sftp中传入Session重连时逻辑错误问题(issue#IB69U8@Gitee)
21+
* 【json 】 修复JSONUtil.toBean()中将JSON数组字符串转Map对象返回错误问题(issue#3795@Github)
22+
423
-------------------------------------------------------------------------------------------------------------
524
# 5.8.33(2024-11-05)
625

README-EN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<br/>
4242
<p align="center">
43-
<a href="https://qm.qq.com/cgi-bin/qm/qr?k=QtsqXLkHpLjE99tkre19j6pjPMhSay1a&jump_from=webapi">
43+
<a href="https://qm.qq.com/q/I7pPlTzCa4">
4444
<img src="https://img.shields.io/badge/QQ%E7%BE%A4%E2%91%A6-715292493-orange"/></a>
4545
</p>
4646

@@ -150,18 +150,18 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop:
150150
<dependency>
151151
<groupId>cn.hutool</groupId>
152152
<artifactId>hutool-all</artifactId>
153-
<version>5.8.33</version>
153+
<version>5.8.34</version>
154154
</dependency>
155155
```
156156

157157
### 🍐Gradle
158158
```
159-
implementation 'cn.hutool:hutool-all:5.8.33'
159+
implementation 'cn.hutool:hutool-all:5.8.34'
160160
```
161161

162162
## 📥Download
163163

164-
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.33/)
164+
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.34/)
165165

166166
> 🔔️note:
167167
> Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<br/>
4242
<p align="center">
43-
<a href="https://qm.qq.com/cgi-bin/qm/qr?k=QtsqXLkHpLjE99tkre19j6pjPMhSay1a&jump_from=webapi">
43+
<a href="https://qm.qq.com/q/I7pPlTzCa4">
4444
<img src="https://img.shields.io/badge/QQ%E7%BE%A4%E2%91%A6-715292493-orange"/></a>
4545
</p>
4646

@@ -143,20 +143,20 @@ Hutool = Hu + tool,是原公司项目底层代码剥离后的开源库,“Hu
143143
<dependency>
144144
<groupId>cn.hutool</groupId>
145145
<artifactId>hutool-all</artifactId>
146-
<version>5.8.33</version>
146+
<version>5.8.34</version>
147147
</dependency>
148148
```
149149

150150
### 🍐Gradle
151151
```
152-
implementation 'cn.hutool:hutool-all:5.8.33'
152+
implementation 'cn.hutool:hutool-all:5.8.34'
153153
```
154154

155155
### 📥下载jar
156156

157157
点击以下链接,下载`hutool-all-X.X.X.jar`即可:
158158

159-
- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.33/)
159+
- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.34/)
160160

161161
> 🔔️注意
162162
> Hutool 5.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。

bin/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.8.33
1+
5.8.34

docs/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var version = '5.8.33'
1+
var version = '5.8.34'

hutool-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>cn.hutool</groupId>
1111
<artifactId>hutool-parent</artifactId>
12-
<version>5.8.33</version>
12+
<version>5.8.34-SNAPSHOT</version>
1313
</parent>
1414

1515
<artifactId>hutool-all</artifactId>

hutool-aop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>cn.hutool</groupId>
1111
<artifactId>hutool-parent</artifactId>
12-
<version>5.8.33</version>
12+
<version>5.8.34-SNAPSHOT</version>
1313
</parent>
1414

1515
<artifactId>hutool-aop</artifactId>

hutool-bloomFilter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>cn.hutool</groupId>
1111
<artifactId>hutool-parent</artifactId>
12-
<version>5.8.33</version>
12+
<version>5.8.34-SNAPSHOT</version>
1313
</parent>
1414

1515
<artifactId>hutool-bloomFilter</artifactId>

hutool-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>cn.hutool</groupId>
1111
<artifactId>hutool-parent</artifactId>
12-
<version>5.8.33</version>
12+
<version>5.8.34-SNAPSHOT</version>
1313
</parent>
1414

1515
<artifactId>hutool-bom</artifactId>

hutool-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>cn.hutool</groupId>
1111
<artifactId>hutool-parent</artifactId>
12-
<version>5.8.33</version>
12+
<version>5.8.34-SNAPSHOT</version>
1313
</parent>
1414

1515
<artifactId>hutool-cache</artifactId>

0 commit comments

Comments
 (0)