- enhancement - Add
final
to new declarations generated from code actions. See #3586. - bug fix - Change default client/server transport from
stdio
topipe
. See #3587. - bug fix - Qualifier of workspace symbol search should be wildcard search. See JLS#3134.
- bug fix - Fix the document paste handling provider for VS Code 1.88.0. See #3568.
- bug fix - Clear active build tool selection after cleaning the language server workspace of mixed Maven/Gradle project. See #3567.
- bug fix - Static imports with wildcard should resolve all elements. See #3564.
- bug fix - Language Server fails to start with multiple
--add-exports
injava.jdt.ls.vmargs
. See #3577. - bug fix - Make
java.import.gradle.user.home
scopemachine-overridable
. See #3569. - bug fix - Disable automatic handling of
workspace/willRenameFiles
. See #3565. - build - Fix tests in release workflow. See #3562.