Skip to content

Commit d707031

Browse files
committed
Changelog for 1.37.0.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 2c218e4 commit d707031

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
# [1.37.0 (June 27th, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/129?closed=1)
4+
* performance - Ensure every null analysis annotation has a value defined when enabled. See [#3196](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3196).
5+
* enhancement - Add `final` to "Extract to local variable" quick assist if requested. See [#3198](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3198).
6+
* bug fix - Revalidate project files after classpath changes when autobuild is off. See [#3155](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3155).
7+
* bug fix - Code completion fails with classes that are permitted by a sealed class. See [#3195](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3195).
8+
* bug fix - Some code actions may fail to resolve when machine's processor count too low. See [#3180](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3180).
9+
* bug fix - Support the import of multi-folder Gradle projects with same name. See [#1743](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/1743).
10+
* bug fix - Autobuild setting should be respected on initialization. See [#3176](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3176).
11+
* bug fix - Improve chain completion by waiting for either "main" or "context" chains. See [#2730](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/2730).
12+
* bug fix - Report only one instance of a logged error through telemetry. See [#3190](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3190).
13+
* bug fix - Filter reported for `workspace/willRenameFiles` should include folders/packages. See [#3183](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3183).
14+
* bug fix - Add windows checks for `jdtls.py`. See [#3179](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3179).
15+
* dependencies - Update target platform to newer 4.33-I-builds (I20240621-0030). See [#3200](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3200).
16+
* dependencies - Bump build dependency plugins. See [#3185](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3185), [#3187](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3187), [#3197](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3197), [#3201](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3201), [#3186](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3186).
17+
318
# [1.36.0 (May 30th, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/128?closed=1)
419
* performance - Create the default project only when it is necessary. See [#3140](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3140).
520
* performance - Improve order of operations when importing multi-module Maven projects. See [#3150](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3150).

0 commit comments

Comments
 (0)