Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
chinabugotech
/
hutool
Public
Notifications
You must be signed in to change notification settings
Fork
7.7k
Star
30.2k
Code
Issues
2
Pull requests
0
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
v5-master
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 13, 2025
🚀release5.8.41
root
committed
fa308b5
Copy full SHA for fa308b5
Commits on Oct 11, 2025
增加`SpecUtil`,`KeyUtil`增加`generateRSAPrivateKey`重载,(issue#ID1EIK@Gitee)
looly
committed
51dc50d
Copy full SHA for 51dc50d
修复`CronTimer`在任务非常多时,追赶系统时间导致遗漏任务的问题(issue#IB49EF@Gitee)
looly
committed
1489063
Copy full SHA for 1489063
修复`ServiceLoaderUtil.loadFirstAvailable`在JDK24+后未捕获异常导致的报错问题(pr#4098@Github)
looly
committed
9dab4f2
Copy full SHA for 9dab4f2
Merge pull request #4098 from CherryRum/v5-dev
Show description for 1db0c23
looly
authored
1db0c23
Copy full SHA for 1db0c23
Merge branch 'v5-dev' into v5-dev
CherryRum
authored
fd7a2a8
Copy full SHA for fd7a2a8
修复`ServiceLoaderUtil.loadFirstAvailable`在JDK24+后未捕获异常导致的报错问题(issue#ID0952@Gitee)
looly
committed
31fa458
Copy full SHA for 31fa458
fix(core): 由于 JDK 24+ 修改,优化 ServiceLoader 加载第一个可用服务的逻辑
Show description for 5b00338
CherryRum
committed
5b00338
Copy full SHA for 5b00338
Commits on Oct 10, 2025
修复`WordTree.addWord`末尾为特殊字符导致的无法匹配问题(pr#4092@Github)
looly
committed
cea2aaa
Copy full SHA for cea2aaa
Merge pull request #4092 from ET-yzk/v5-dev
Show description for fa2e9ea
looly
authored
fa2e9ea
Copy full SHA for fa2e9ea
增加Record支持(pr#4096@Github)
looly
committed
96a75cd
Copy full SHA for 96a75cd
Merge pull request #4096 from xxx-tea/v5-dev
Show description for a166a73
looly
authored
a166a73
Copy full SHA for a166a73
Merge branch 'chinabugotech:v5-dev' into v5-dev
xxx-tea
authored
997524d
Copy full SHA for 997524d
feat:适配JSON序列化Record类
Show description for 0d2f3f4
xxx-tea
committed
0d2f3f4
Copy full SHA for 0d2f3f4
修复`StrBuilder`charAt越界判断错误(pr#4094@Github)
looly
committed
fafec9d
Copy full SHA for fafec9d
Merge pull request #4094 from asukavuuyn/v5-dev
Show description for 57c58d7
looly
authored
57c58d7
Copy full SHA for 57c58d7
修复`AIConfigBuilder`中方法名拼写错误(pr#1382@Gitee)
looly
committed
69c2916
Copy full SHA for 69c2916
Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev
looly
committed
a47c111
Copy full SHA for a47c111
修复`Sftp.upload`目标路径为null时空指针问题(issue#ID14WX@Gitee)
looly
committed
a45bfeb
Copy full SHA for a45bfeb
Commits on Oct 9, 2025
fix:charAt越界判断
asukavuuyn
committed
043722e
Copy full SHA for 043722e
Commits on Oct 5, 2025
Update DfaTest.java
Show description for 2b3c7d6
ET-yzk
authored
2b3c7d6
Copy full SHA for 2b3c7d6
Commits on Oct 4, 2025
fix(dfa): 修复WordTree.addWord在关键词以停顿词结尾时词尾标记错误的问题
Show description for 08cc041
ET-yzk
committed
08cc041
Copy full SHA for 08cc041
Commits on Oct 3, 2025
add test
looly
committed
e9a6156
Copy full SHA for e9a6156
Commits on Sep 29, 2025
修复`SqlUtil.removeOuterOrderBy`处理没有order by的语句导致异常问题(pr#4089@Github)
looly
committed
aa48848
Copy full SHA for aa48848
Merge pull request #4089 from xxx-tea/v5-dev
Show description for 89c1d13
looly
authored
89c1d13
Copy full SHA for 89c1d13
Merge branch 'chinabugotech:v5-dev' into v5-dev
xxx-tea
authored
0f19455
Copy full SHA for 0f19455
Merge remote-tracking branch 'origin/v5-dev' into v5-dev
xxx-tea
committed
409511f
Copy full SHA for 409511f
fix:SqlUtil#removeOuterOrderBy处理没有order by的语句导致异常
Show description for d3f33e2
xxx-tea
committed
d3f33e2
Copy full SHA for d3f33e2
fix:SqlUtil#removeOuterOrderBy处理没有order by的语句导致异常
Show description for 4626624
xxx-tea
committed
4626624
Copy full SHA for 4626624
Commits on Sep 27, 2025
`StrUtil`增加null检查处理(pr#4086@Github)
looly
committed
9b9d136
Copy full SHA for 9b9d136
Merge pull request #4086 from asukavuuyn/v5-dev
Show description for 62f4ddd
looly
authored
62f4ddd
Copy full SHA for 62f4ddd
fix:字符串NPE
asukavuuyn
committed
f3992c7
Copy full SHA for f3992c7
修复`Sftp`递归删除目录时使用相对路径可能导致死循环的问题(pr#1380@Gitee)
looly
committed
aa6b133
Copy full SHA for aa6b133
!1380 fix:修复递归删除目录时使用相对路径可能导致死循环的问题
Show description for 0c6c959
looly
authored and
gitee-org
committed
0c6c959
Copy full SHA for 0c6c959
Commits on Sep 26, 2025
fix:修复递归删除目录时使用相对路径可能导致死循环的问题
lianxin
committed
32363c9
Copy full SHA for 32363c9
Pagination
Previous
Next
You can’t perform that action at this time.