Commit Graph

5429 Commits

Author SHA1 Message Date
vsxd
86ebc3bc2d rm repeated stop chars 2025-01-13 15:11:36 +08:00
vsxd
c0090f7678 rename local var 2025-01-13 15:11:07 +08:00
Looly
b116be492a GlobalDbSetting优化默认配置读取规则,优先读取文件而非jar中的文件(issue#900@Github) 2025-01-12 17:52:42 +08:00
Looly
5f57da864d 增加HtmlUtil.cleanEmptyTag方法(pr#3838@Github) 2025-01-10 09:58:29 +08:00
Golden Looly
e097df5bdb
Merge pull request #3838 from freeok/v5-dev
feat: Add cleanEmptyTag method for HtmlUtil
2025-01-10 09:54:18 +08:00
freeok
dc13edd663 feat: Add cleanEmptyTag method for HtmlUtil 2025-01-10 08:19:51 +08:00
Looly
b89d4f6a09
!1295 spelling wrong
Merge pull request !1295 from DayDayUp丶/v5-dev
2025-01-09 11:37:12 +00:00
Looly
5befdeea3f 修复XmlUtil转义调用方法错误问题,修复XmlEscape未转义单引号问题(pr#3837@Github) 2025-01-09 19:31:23 +08:00
Golden Looly
50df86d846
Merge pull request #3837 from ZhenhengXie/v5-dev
fix: 修复Xml转义相关问题
2025-01-09 19:22:36 +08:00
zehao.song
f637ebfd5f spelling wrong 2025-01-09 18:07:25 +08:00
Zhenheng.Xie
f4cf4dc21f fix: 修复 XmlEscape 未对单引号进行转义的问题 2025-01-09 17:12:51 +08:00
Zhenheng.Xie
307670b50d fix: 修复 XmlUtil 中转义/反转义方法错误调用 html4 转义/反转义方法的问题。html4 转义会将中文双引号等字符转义为 xml 无法识别的字符,从而导致解析 xml 时出现异常 2025-01-09 17:10:54 +08:00
Looly
8c81e43a07 修复ProxyUtil可能的空指针问题(issue#IBF20Z@Gitee) 2025-01-02 13:33:02 +08:00
Looly
2500d5307c fix sh 2025-01-01 23:48:53 +08:00
Looly
12b56a3841 增加BCUtil.decodeECPrivateKey方法(issue#3829@Github) 2025-01-01 18:39:50 +08:00
Looly
46fa4a1295 add test 2024-12-26 18:24:50 +08:00
Looly
629f7d4915
!1291 MapUtil部分测试用例
Merge pull request !1291 from miko/v5-dev
2024-12-26 10:14:02 +00:00
miko
c9bbe506d9 MapUtil[partition][computeIfAbsentForJdk8][computeIfAbsent][entry][valuesOfKeys][clear][empty][removeNullValue][renameKey][get/getQuietly]测试用例 2024-12-26 08:57:27 +08:00
Looly
c65e928db8 prepare 5.8.36 2024-12-25 18:50:41 +08:00
Looly
6a9ee9aebb 🐌Release 5.8.35 2024-12-25 18:23:05 +08:00
Looly
7298016046 add gitcode 2024-12-25 18:07:11 +08:00
Looly
126f51db81
!1288 添加gitcode
Merge pull request !1288 from 阿超/v5-dev
2024-12-25 10:00:51 +00:00
VampireAchao
8db00aad24 add gitcode 2024-12-25 17:46:38 +08:00
Looly
30e062e2c6 add test 2024-12-25 17:35:32 +08:00
Looly
4e30820a2a
!1287 GifCaptcha.setRepeat设置无效值的处理及GifCaptcha测试用例的补充
Merge pull request !1287 from miko/v5-dev
2024-12-25 09:34:29 +00:00
miko
79edb43831 ShearCaptcha部分测试用例 2024-12-25 16:47:34 +08:00
miko
980d1e79e5 GifCaptcha部分测试用例 2024-12-25 16:20:42 +08:00
miko
987bd783cf GifCaptcha.setRepeat设置无效值,应该保持为 0 2024-12-25 16:20:06 +08:00
Looly
416f0f3fa7 废弃StampedCache,可能造成Map循环调用导致死锁(issue#IBDGBZ@Gitee) 2024-12-25 12:53:24 +08:00
Looly
fe74f26f6f 添加StopReadException,定义sax读取时用户可手动终止(issue#3820@Github) 2024-12-21 13:09:03 +08:00
Looly
c45232e235 修复FIFOCache类使用StampedCache导致并发读的并发问题(issue#IBCIQG@Gitee) 2024-12-21 11:29:25 +08:00
Looly
7467d03fe2 修复StampedCache类get方法并发问题(issue#IBCIQG@Gitee) 2024-12-21 00:46:42 +08:00
Looly
9c8dadf600 add gitcode 2024-12-19 21:29:34 +08:00
Looly
4e2c460ab6 添加EnumUtil#getBy(Class, Func1, Object)方法 2024-12-15 22:51:28 +08:00
Looly
603b7aa870
!1283 添加 EnumUtil#getBy(Class, Func1, Object)方法,最终的条件过滤统一使用 EnumUtil#getBy(Class, Predicate, Enum) 方法
Merge pull request !1283 from 罗敬/v5-dev
2024-12-15 14:39:41 +00:00
Looly
8a8a5f7161 DateUtil.parseUTC方法标记废弃,改名为parseISO8601(issue#IBB6I5@Gitee) 2024-12-15 22:23:41 +08:00
LuoJing
a62f7f3765 add 添加 EnumUtil#getBy(Class, Func1, Object)方法,最终的条件过滤统一使用 EnumUtil#getBy(Class, Predicate, Enum) 方法 2024-12-14 22:25:35 +08:00
Looly
51bc90bd0d update api 2024-12-12 16:08:43 +08:00
Looly
7d7d4406fc fix bug 2024-12-09 20:54:21 +08:00
Looly
b6b8c28db8 add test 2024-12-09 20:47:12 +08:00
Looly
8fd770fe4d JSON的getByPath方法新增更为通用的指定出参类型重载(pr#3814@Github) 2024-12-08 16:12:34 +08:00
Golden Looly
c1b3b1589e
Merge pull request #3814 from TomShiDi/json-getbypath-type-improve
feature: JSON的getByPath方法新增更为通用的指定出参类型重载
2024-12-08 16:11:24 +08:00
TomShiDi
5622f5e7a7 feature: json的getByPath方法新增更为通用的指定出参类型重载 2024-12-08 15:41:43 +08:00
Looly
75d10d7b14 add test 2024-12-05 16:54:05 +08:00
Looly
b8f681fef1 优化MAC地址正则(issue#IB95X4@Gitee) 2024-12-05 10:39:13 +08:00
Looly
ae1a18cd20 add test 2024-12-04 18:18:12 +08:00
Looly
0c5444e442 优化Ftp.download,返回false抛出异常(issue#3805@Github) 2024-12-04 12:20:55 +08:00
Looly
7da0856314 优化ExcelWriter中使用比较器writer的方法,只对第一条数据进行排序(pr#3807@Github) 2024-12-04 12:12:59 +08:00
Golden Looly
6df8f02993
Merge pull request #3807 from ZhenhengXie/v5-dev
优化ExcelWriter中使用比较器writer的方法,只对第一条数据进行排序
2024-12-04 12:12:04 +08:00
Zhenheng.Xie
b1fafb682f 优化ExcelWriter中使用比较器writer的方法,只对第一条数据进行排序 2024-12-04 10:54:24 +08:00