You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT NOTE: cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+. If you need to support newer JDKs, we will accept well-tested well-thought-out patches... but you'll probably have better luck migrating to something like ByteBuddy.
对JDK17+运用可能不是很好,建议我们别的框架代替cglib,比如ByteBuddy
官网提供测试报告,总体上是有优势的
应用场景
动态代理
难度风险
低
外部依赖
ByteBuddy
The text was updated successfully, but these errors were encountered:
首先感谢您使用 DynamicTp,如果对项目有好的想法建议,请按照下述模板提议讨论,请使用 Markdown 语法。
方案描述
cglib官方有一段描述:
IMPORTANT NOTE: cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+. If you need to support newer JDKs, we will accept well-tested well-thought-out patches... but you'll probably have better luck migrating to something like ByteBuddy.
对JDK17+运用可能不是很好,建议我们别的框架代替cglib,比如ByteBuddy
官网提供测试报告,总体上是有优势的
应用场景
动态代理
难度风险
低
外部依赖
ByteBuddy
The text was updated successfully, but these errors were encountered: