Dlinw

Results 5 issues of Dlinw

希望支持ognl,这样也方便通过表达式获取值,比如当前用户

![CleanShot 2024-03-23 at 09 22 41@2x](https://github.com/qinming99/dst-admin/assets/45334447/5f6aaa16-0450-4a80-b20c-0a0acc2b441e)

### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my bug. ### Operating System of DocumentServer Docker ### Version...

waiting feedback

在jdk13文本域出来后,更愿意在注解中写sql了。 希望能支持下动态SQL的解析与提示和sql测试。

enhancement
question
working-on

想问问这个有没有进行处理呢,我尝试在tomcat热部署一个应用,这个应用中启动了一个有while(true)块的代码,在卸载应用时tomcat只是给出了警告(它正确获取这个线程,并提示未能停止它),大致看了下org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads它是通过获取线程组下所有子线程的方式,既然能获取到,意味着这是可以解决的问题。不过从现有认知上感觉可能会存在一些不可以预料的错杀问题。