$'\U1F680'release5.8.45

This commit is contained in:
root
2026-05-25 12:05:54 +08:00
parent f60f20243d
commit 510ff83ef3
1777 changed files with 31 additions and 31 deletions

0
.editorconfig Normal file → Executable file
View File

0
.gitee/ISSUE_TEMPLATE.zh-CN.md Normal file → Executable file
View File

0
.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md Normal file → Executable file
View File

0
.github/FUNDING.yml vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE.md vendored Normal file → Executable file
View File

0
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file → Executable file
View File

0
.github/codeql-analysis.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.travis.yml Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

View File

@@ -132,18 +132,18 @@ Each module can be introduced individually, or all modules can be introduced by
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.42</version>
<version>5.8.45</version>
</dependency>
```
### 🍐Gradle
```
implementation 'cn.hutool:hutool-all:5.8.42'
implementation 'cn.hutool:hutool-all:5.8.45'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.42/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.45/)
> 🔔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.

View File

@@ -122,20 +122,20 @@ Hutool = Hu + tool是原公司项目底层代码剥离后的开源库“Hu
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.42</version>
<version>5.8.45</version>
</dependency>
```
### 🍐Gradle
```
implementation 'cn.hutool:hutool-all:5.8.42'
implementation 'cn.hutool:hutool-all:5.8.45'
```
### 📥下载jar
点击以下链接,下载`hutool-all-X.X.X.jar`即可:
- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.42/)
- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.45/)
> 🔔️注意
> Hutool 5.x支持JDK8+对Android平台没有测试不能保证所有工具类或工具方法可用。

0
SECURITY.md Normal file → Executable file
View File

0
bin/cobertura.sh Normal file → Executable file
View File

0
bin/fast_install.sh Normal file → Executable file
View File

0
bin/package.sh Normal file → Executable file
View File

0
bin/simple_install.sh Normal file → Executable file
View File

0
bin/sync.sh Normal file → Executable file
View File

View File

@@ -1 +1 @@
5.8.42
5.8.45

0
docs/.nojekyll Normal file → Executable file
View File

0
docs/apidocs/index.html Normal file → Executable file
View File

View File

@@ -1 +1 @@
var version = '5.8.42'
var version = '5.8.45'

2
hutool-ai/pom.xml Normal file → Executable file
View File

@@ -6,7 +6,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.8.42-SNAPSHOT</version>
<version>5.8.45</version>
</parent>
<artifactId>hutool-ai</artifactId>

0
hutool-ai/src/main/java/cn/hutool/ai/AIException.java Normal file → Executable file
View File

View File

0
hutool-ai/src/main/java/cn/hutool/ai/AIUtil.java Normal file → Executable file
View File

0
hutool-ai/src/main/java/cn/hutool/ai/ModelName.java Normal file → Executable file
View File

0
hutool-ai/src/main/java/cn/hutool/ai/Models.java Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

0
hutool-ai/src/main/java/cn/hutool/ai/core/Message.java Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
hutool-ai/src/main/java/cn/hutool/ai/package-info.java Normal file → Executable file
View File

0
hutool-ai/src/test/java/AIServiceFactoryTest.java Normal file → Executable file
View File

0
hutool-ai/src/test/java/AIUtilTest.java Normal file → Executable file
View File

View File

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.8.42-SNAPSHOT</version>
<version>5.8.45</version>
</parent>
<artifactId>hutool-all</artifactId>

0
hutool-all/src/main/java/cn/hutool/Hutool.java Normal file → Executable file
View File

0
hutool-all/src/main/java/cn/hutool/package-info.java Normal file → Executable file
View File

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.8.42-SNAPSHOT</version>
<version>5.8.45</version>
</parent>
<artifactId>hutool-aop</artifactId>

View File

View File

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.8.42-SNAPSHOT</version>
<version>5.8.45</version>
</parent>
<artifactId>hutool-bloomFilter</artifactId>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.8.42-SNAPSHOT</version>
<version>5.8.45</version>
</parent>
<artifactId>hutool-bom</artifactId>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.8.42-SNAPSHOT</version>
<version>5.8.45</version>
</parent>
<artifactId>hutool-cache</artifactId>

0
hutool-cache/src/test/java/cn/hutool/cache/Issue3618Test.java vendored Normal file → Executable file
View File

0
hutool-cache/src/test/java/cn/hutool/cache/IssueI8MEIXTest.java vendored Normal file → Executable file
View File

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.8.42-SNAPSHOT</version>
<version>5.8.45</version>
</parent>
<artifactId>hutool-captcha</artifactId>

View File

View File

Some files were not shown because too many files have changed in this diff Show More