切面代理工具中的cglib支持多参数构造生成

This commit is contained in:
Looly
2023-05-25 00:16:08 +08:00
parent 99c5e13930
commit 2e88e74cae
4 changed files with 174 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.19.M1 (2023-05-23)
# 5.8.19.M1 (2023-05-25)
### 🐣新特性
* 【db 】 优化HttpRequest.toString()内容打印issue#3072@Github
@@ -16,6 +16,7 @@
* 【core 】 增加CsvWriteConfig.setEndingLineBreak配置项issue#I75K5G@Gitee
* 【core 】 增加Tailer追踪文件时文件被删除的处理情况pr#3115@Github
* 【core 】 DelegatedExecutorService构造方法设置成publicissue#I77LUE@Gitee
* 【core 】 切面代理工具中的cglib支持多参数构造生成issue#I74EX7@Gitee
### 🐞Bug修复
* 【core 】 修复URLUtil.decode无法解码UTF-16问题issue#3063@Github