mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
修复StrUtil.str(ByteBuffer, Charset) 方法修改入参 ByteBuffer 的 position,导致入参变化 (pr#4153@Github)
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
* 【core 】 修复`CacheableAnnotationAttribute`可能并发问题(pr#4149@Github)
|
* 【core 】 修复`CacheableAnnotationAttribute`可能并发问题(pr#4149@Github)
|
||||||
* 【core 】 修复`URLUtil.url`未断开连接问题(pr#4149@Github)
|
* 【core 】 修复`URLUtil.url`未断开连接问题(pr#4149@Github)
|
||||||
* 【core 】 修复`Bimap.put`重复put问题(pr#4150@Github)
|
* 【core 】 修复`Bimap.put`重复put问题(pr#4150@Github)
|
||||||
* 【core 】 修复`StrUtil.str`使用ByteBuffer时会修改参数问题(pr#4153@Github)
|
* 【core 】 修复`StrUtil.str(ByteBuffer, Charset)` 方法修改入参 `ByteBuffer` 的 `position`,导致入参变化 (pr#4153@Github)
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
# 5.8.41(2025-10-12)
|
# 5.8.41(2025-10-12)
|
||||||
|
|||||||
Reference in New Issue
Block a user