We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果插件不自己定义依赖,就让他 resolve 到 Ktor 1.6.7
The text was updated successfully, but these errors were encountered:
我觉得应该 弄个类似 plugin-shared-libraries 的配置项 指定为某个插件注入特定版本的依赖,这样子比较好
Sorry, something went wrong.
注入应该不好, @Karlatemp
应该在 plugin system 到 system classloader 中间再加一层 classloader
这还可能方便处理统一日志框架的问题,比如将 slf4j 统一到某个版本,而不是各自为政
d47221f
[console] Add LegacyCompatibilityLayerClassLoader; Load ktor 1.6.8 …
LegacyCompatibilityLayerClassLoader
e883a7c
…as fallback; fix #2297 (cherry picked from commit d47221f)
No branches or pull requests
如果插件不自己定义依赖,就让他 resolve 到 Ktor 1.6.7
The text was updated successfully, but these errors were encountered: