577 Commits

Author SHA1 Message Date
Looly
a32fac8760 add test 2026-01-17 19:57:28 +08:00
Looly
915f7c429b 修复JSONUtil.wrap忽略错误问题(issue#4210@Github) 2026-01-12 09:47:23 +08:00
chinabugotech
ca49d9ad84 🐢prepare5.8.44 2026-01-05 17:24:58 +08:00
chinabugotech
4483645452 🚀release5.8.43 2026-01-05 16:51:16 +08:00
chinabugotech
5b2d746d3e 🐢prepare5.8.44 2026-01-05 16:02:15 +08:00
Looly
dc4985e199 修复ObjectMapper过滤器对Bean复制无效的问题(pr#1431@Gitee) 2026-01-03 18:20:56 +08:00
FeiWuSama
e4f03294fd fix(ObjectMapper):解决掉过滤器对Bean无效的问题 2026-01-01 12:57:32 +08:00
Looly
5568af2b3e 修复 NumberUtil.parseNumber使用中文逗号导致识别问题(issue#4197@Github) 2025-12-25 22:24:24 +08:00
shuangqiwang
4dc9ca75ac 修复#IDC78B,添加BeanPath方法中对“*”的处理逻辑 2025-12-12 10:27:06 +08:00
chinabugotech
58b5291720 🐢prepare5.8.43 2025-12-01 10:25:59 +08:00
chinabugotech
f4e5a10697 🚀release5.8.42 2025-12-01 09:52:44 +08:00
Looly
41307a6e3d 修复NumberWithFormat没有实现Comparable接口导致的JSON排序报错问题(issue#ID61QR@Gitee) 2025-11-12 22:22:29 +08:00
Looly
62f04b2c0d 修复JsonUtil.toJsonStr对Boolean和Number返回错误问题(issue#4109@Github)。 2025-10-29 18:50:10 +08:00
chinabugotech
da2d0823b9 🐢prepare5.8.42 2025-10-13 14:01:20 +08:00
root
fa308b5ef0 🚀release5.8.41 2025-10-13 13:06:45 +08:00
Looly
96a75cd2e4 增加Record支持(pr#4096@Github) 2025-10-10 22:12:49 +08:00
xxxtea
997524d784 Merge branch 'chinabugotech:v5-dev' into v5-dev 2025-10-10 18:14:03 +08:00
xxxtea
0d2f3f4ed3 feat:适配JSON序列化Record类
#3931
2025-10-10 18:13:35 +08:00
Looly
e9a615691c add test 2025-10-03 19:57:33 +08:00
chinabugotech
aeb7ec8a86 🐢prepare5.8.41 2025-08-27 09:53:08 +08:00
bugo
2d5fcc3b08 🚀release5.8.40 2025-08-27 09:36:56 +08:00
Looly
d9369b1402 fix test 2025-06-26 17:21:35 +08:00
bugo
826665618c 🐢prepare5.8.40 2025-06-23 13:45:56 +08:00
bugo
6469e7bea6 🐢prepare 2025-06-23 12:38:46 +08:00
bugo
f6ba182f52 🚀release5.8.39 2025-06-23 10:47:39 +08:00
bugo
0ed9c08507 🐢prepare 2025-05-13 14:46:13 +08:00
bugo
abbe514479 🚀release5.8.38 2025-05-13 13:35:15 +08:00
Looly
590e07a595 prepare 5.8.38 2025-04-02 21:41:51 +08:00
bugo
8b9392b648 prepare 5.8.37 2025-04-02 09:08:52 +08:00
winlans
732bea6d0b [bug修复] JsonUtil.toBean泛型数组类型丢失 2025-02-27 11:45:51 +08:00
Looly
4ef8814c14 fix test 2025-02-21 17:52:32 +08:00
Looly
05f16f051e change link 2025-02-21 17:40:14 +08:00
Golden Looly
05e68b9683 Merge pull request #3859 from ghjdegithub/patch-1
[bug修复] Update ObjectMapper.java 删除重复调用StrUtil.trim(source)代码
2025-02-18 17:38:04 +08:00
骨灰级
b0e1302332 Update ObjectMapper.java
cn.hutool.json.ObjectMapper.java 212行 mapFromStr函数
重复调用StrUtil.trim(source)
2025-02-18 15:53:36 +08:00
Looly
e6efa72cee prepare 5.8.37 2025-02-18 09:37:19 +08:00
Looly
b8048c1091 🐌release 5.8.36 2025-02-18 09:19:23 +08:00
Looly
486500d026 add test 2025-01-24 16:33:10 +08:00
Looly
2500d5307c fix sh 2025-01-01 23:48:53 +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
b6b8c28db8 add test 2024-12-09 20:47:12 +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
9db224b70a prepare 5.8.35 2024-11-27 10:30:06 +08:00
Looly
aacf53c834 😗release 5.8.34 2024-11-27 08:35:30 +08:00
Looly
50807c84d6 修复JSONUtil.toBean()中将JSON数组字符串转Map对象返回错误问题(issue#3795@Github) 2024-11-24 16:01:28 +08:00
Looly
4437b63ee5 Excel07SaxReader中,对于小数类型,增加精度判断(issue#IB0EJ9@Gitee) 2024-11-19 16:42:29 +08:00
海轩铭
e411b082e7 将所有main中未使用的函数调用进行了删除 2024-11-14 16:44:31 +08:00
Looly
557d69b137 prepare 5.8.34 2024-11-05 20:38:55 +08:00
Looly
d57de39963 🤤release 5.8.33 2024-11-05 20:16:40 +08:00