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
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
【平台环境】:windows
【drouter-plugin版本】:io.github.didi:drouter-plugin:1.4.0
解决方案:
修改 Drouter 插件,在使用 javassist 之前,调用 ClassPool.cacheOpenedJarFile = false 关闭 javassist 对 jar 文件的持有
帮忙把 #56 的修改,合入gradle8的分支