NetUtil.bigIntegerToIPv6增加长度修正

This commit is contained in:
Looly
2024-11-05 18:15:37 +08:00
parent 4224e86461
commit 735f531e3c
3 changed files with 35 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
* 【core 】 优化NumberUtil.countpr#3772@Github
* 【crypto 】 SM2.signHex改名为signHexFromHex原名标记废弃避免歧义issue#IB0NVY@Gitee
* 【all 】 优化所调用的ObjectUtil#defaultIfNull避免重复创建pr#1274@Gitee
* 【core 】 NetUtil.bigIntegerToIPv6增加长度修正issue#IB27HV@Gitee
### 🐞Bug修复
* 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题issue#3713@Github