add Spring cglib support

This commit is contained in:
Looly
2020-04-17 09:54:40 +08:00
parent 3526b39d4f
commit 94c824e03d
8 changed files with 134 additions and 21 deletions

View File

@@ -11,6 +11,8 @@
* 【core 】 修改StrUtil.equals逻辑改为contentEquals
* 【core 】 增加URLUtil.UrlDecoder
* 【core 】 增加XmlUtil.setNamespaceAwaregetByPath支持UniversalNamespaceCache
* 【core 】 增加XmlUtil.setNamespaceAwaregetByPath支持UniversalNamespaceCache
* 【aop 】 增加Spring-cglib支持改为SPI实现
### Bug修复
* 【json 】 修复解析JSON字符串时配置无法传递问题