- enhancement - Improve JDK detection on the local machine, and ensure they are registered. See #3301.
- enhancement - Update current method snippet and add
static_method
snippet for interface. See #1697. - enhancement - Improve the constructor snippet for additional classes in a file. See #725.
- enhancement - Store the completion kinds requested by completion operation. See JLS#2857.
- enhancement - Update to Lombok 1.18.30. See #3321.
- enhancement - Add API
onWillRequestStart
to track request send event. See #3316. - enhancement - Report whether the project has Kotlin Gradle files. See JLS#2859.
- enhancement - Track the completion kinds of completion request. See #3307.
- bug fix - Fix
EmptyStackException
intextDocument/foldingRange
. See JLS#2865. - bug fix - Fix renaming of attribute with
@Singular
annotation. See #3203. - bug fix -
Open Java Language Server Log File
should open the correct server (standard/syntax) log. See #3309. - bug fix - Fix
URI
with query parameter. See #3305. - bug fix - Fix an error thrown during "Initialize workspace". See JLS#2842.