- performance - Cleaning workspace should also delete configuration folder. See #4157.
- performance - Improve Null Analysis by reducing & deferring expensive calls. See JLS#3531.
- enhancement - Support Java 25. See #4170, #4185, #4172.
- enhancement - Add a "Java Dashboard" view that presents information for troubleshooting. See #4128.
- enhancement - Support fuzzy camel case search for workspace symbols. See JLS#3513.
- enhancement - Enable formatting Java in Jupyter Notebook. See #4163.
- enhancement - Add inlay hints for implicit variable types. See #4031.
- bug fix - Fix Android Support with recent AGP versions. See #3682.
- bug fix - Ensure Gradle 9.1.0 requires JDK >= 25. See JLS#3540.
- bug fix - Eable
workspace/executeCommand
in the Syntax language client. See #4187. - bug fix - Add missing KO NLS keys and refine translations. See #4183.
- bug fix - Show decompiled source when opening
.class
file on remote workspace. See #4114. - dependencies - Bump brace-expansion from 1.1.11 to 1.1.12. See #4150.
- dependencies - Use the Eclipse 4.37 platform release repository. See JLS#3526.
- dependencies - Update M2E 2.9.0 to 2.9.1. See JLS#3520.
- build - Do not reference path when invoking
gulp
. See #4158.