5529 Commits

Author SHA1 Message Date
Looly
18b5350d99 fix cod 2023-12-17 00:59:21 +08:00
Looly
11e194e80a fix code 2023-12-17 00:55:42 +08:00
Looly
5bf7dcf88e fix code 2023-12-16 23:37:09 +08:00
Looly
1ff0dcde0f fix code 2023-12-16 23:08:18 +08:00
Looly
bcc5bc6d6c Opt.ofEmptyAble支持更多类型 2023-12-15 22:00:15 +08:00
Looly
9242ca262b fix doc 2023-12-14 23:46:52 +08:00
Looly
0d6a164c34 fix code 2023-12-14 23:41:31 +08:00
Looly
175881681c fix code 2023-12-14 23:28:10 +08:00
Looly
251c6ee6ee add PredicateDateParser 2023-12-14 22:38:13 +08:00
Looly
701120b169 add test 2023-12-14 21:58:15 +08:00
Looly
050021912b fix thread safe 2023-12-14 19:14:18 +08:00
Looly
9a5fd52e9f 修复graalvm编译后,未读取Content-Length可能导致的读取时间过长问题 2023-12-12 23:05:01 +08:00
Looly
53d755c817 修复嵌套SQL中order by子句错误截断问题 2023-12-12 22:14:59 +08:00
Looly
79b38c19c9 fix code 2023-12-12 20:01:04 +08:00
Looly
11990ba904
!1126 添加给图片添加全屏图片水印的方法
Merge pull request !1126 from Mashrmaro/v6-dev
2023-12-12 11:25:16 +00:00
Looly
14e53d6e3c add method 2023-12-12 19:24:08 +08:00
Looly
5550617976
!1129 ByteUtil
Merge pull request !1129 from Faker/v6-dev
2023-12-12 11:21:38 +00:00
Faker
ce543415f0
删除文件 hutool-core/src/test/java/org/dromara/hutool/core/date/CodeWatchUtilTest.java 2023-12-12 08:17:52 +00:00
Faker
21639023d6
删除文件 hutool-core/src/main/java/org/dromara/hutool/core/date/CodeWatchUtil.java 2023-12-12 07:42:35 +00:00
liufuqiang
a53a9da578 add ByteUtil bitCount 2023-12-12 15:36:49 +08:00
Looly
011f68e018 DateUtil.parse支持毫秒时间戳 2023-12-12 13:35:00 +08:00
Looly
2a164a7692 修复StrSplitter.splitByRegex使用空参数导致的OOM问题 2023-12-12 04:29:27 +08:00
Looly
f39d7c5393 add null check 2023-12-12 03:02:06 +08:00
Looly
18763decae add null check 2023-12-12 03:01:15 +08:00
Looly
47847fc7a3 add test 2023-12-12 02:53:02 +08:00
liufuqiang
d7051e1522 增加代码运行时间统计工具 2023-12-11 17:26:57 +08:00
imashimaro
5bf401e2fb 添加给图片添加全屏图片水印的方法 2023-12-11 10:45:41 +08:00
Looly
5f88089e4e add null check 2023-12-11 09:42:20 +08:00
Looly
6f4a115032 修复StampedCache的get方法非原子问题 2023-12-09 01:10:23 +08:00
Looly
dfc0b4ecf1 fix comment 2023-12-08 23:10:43 +08:00
Looly
c529fa129f fix test 2023-12-06 17:26:51 +08:00
Looly
a9cc50e98e add test 2023-12-06 17:01:11 +08:00
Looly
221963674b fix code 2023-12-06 16:43:07 +08:00
Looly
cbfb2561ce 修改DFA逻辑,贪婪匹配优先长匹配而舍弃短匹配 2023-12-06 00:57:36 +08:00
Looly
0697bc1457 修改DFA逻辑,贪婪匹配优先长匹配而舍弃短匹配 2023-12-06 00:49:12 +08:00
Looly
73152c5361 fix bug 2023-12-05 21:41:41 +08:00
Looly
0db70ea1d7 修复Archiver 最后一个 Entry 为空文件夹时未关闭 Entry 2023-12-05 20:32:55 +08:00
Looly
5dbe0a7337
!1124 fix(v6) Archiver 最后一个 Entry 为空文件夹时未关闭 Entry
Merge pull request !1124 from 蒋小小/v6-dev
2023-12-05 12:28:24 +00:00
bwcx_jzy
2863ffa77e
fix(v6) Archiver 最后一个 Entry 为空文件夹时未关闭 Entry 2023-12-05 16:58:40 +08:00
Looly
5ceaa07fad fix code 2023-12-05 13:27:11 +08:00
Looly
71d4cea0c5 add lowerAt and upperAt 2023-12-05 12:59:48 +08:00
Looly
42e3c66af9 add lowerAt and upperAt 2023-12-05 12:27:33 +08:00
Golden Looly
d5196ff687
Merge pull request #3415 from topsuder/v6-dev
feat(CharSequenceUtil): 提供大/小写下标字母
2023-12-05 12:08:43 +08:00
topsuder
cf182e7637 feat(CharSequenceUtil): 提供大/小写下标字母 2023-12-05 11:50:04 +08:00
Looly
7123979bea fix comment 2023-12-05 00:11:10 +08:00
Looly
671c4031d7 Merge branch 'v6-dev' of gitee.com:dromara/hutool into v6-dev 2023-12-05 00:08:59 +08:00
Looly
492931b6fb fix changelog 2023-12-05 00:08:42 +08:00
Looly
1357908d54
!1121 [v6] [Improve] 修改BeanUtil.copyProperties返回值为target
Merge pull request !1121 from 阿超/v6-dev
2023-12-04 15:52:40 +00:00
Looly
945afcc0df fix test 2023-12-04 23:49:07 +08:00
Looly
301968cbbc add DriverIdentifier 2023-12-04 23:27:42 +08:00