newhoo / RestfulBox

A powerful toolkit for restful services development.
https://plugins.jetbrains.com/plugin/14723-restfulbox
Apache License 2.0
52 stars 18 forks source link

2023.2存在和database兼容问题 #31

Closed zzzombie207 closed 1 year ago

zzzombie207 commented 1 year ago

插件存在的情况下,settings-tools-database-other打不开,database查看表数据打不开,执行sql返回查询结果卡死。禁用插件database就没有这些问题。

newhoo commented 1 year ago

在本地调试看到,你说的卡死是database自身触发的栈溢出,没有涉及到restfulbox的调用,restfulbox和database也没有依赖关系,具体原因还是得idea官方处理

newhoo commented 1 year ago

可以暂时先关闭参数库,Setting -> General -> (uncheck) Enable parameter library。修复后在开启即可

zzzombie207 commented 1 year ago

已经关闭Enable parameter library。我们项目里有一千多个dubbo接口,尝试把禁用的restfulBox再打开,idea直接卡死

newhoo commented 1 year ago

已经关闭Enable parameter library。我们项目里有一千多个dubbo接口,尝试把禁用的restfulBox再打开,idea直接卡死

麻烦您先本地安装这个最新包试试,适配2023.2,我这边测试兼容了database插件。如果还是卡死看看能否提供相关示例,我这边尽量复现一下。RestfulBox-3.1.1.zip

zzzombie207 commented 1 year ago

已更新,现在没有问题了