You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* performance - Create the default project only when it is necessary. See [#3140](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3140).
5
+
* performance - Improve order of operations when importing multi-module Maven projects. See [#3150](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3150).
6
+
* enhancement - Support delegate API to retrieve/update active profiles of Maven projects. See [#3158](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3158).
7
+
* enhancement - Support delegate API for updating Java project options. See [#3162](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3162).
8
+
* bug fix - Fix indentation for new line preceded by comma. See [#3142](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3142).
9
+
* bug fix - Switch expression on a boolean value does not report error. See [#3141](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3141).
10
+
* bug fix - `codeActionKinds` not sent when `CodeActionClientCapabilities` is not dynamic. See [#3148](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3148).
11
+
* bug fix - Only clean default project when building workspace if it exists. See [#3153](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3153).
12
+
* dependencies - Update Tycho from 4.0.7 to 4.0.8. See [#3164](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3164).
13
+
* dependencies - Update to Apache Commons Codec 1.17.0. See [#3169](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3169).
14
+
* dependencies - Update target platform to 4.32-I-builds (I20240526-1800). See [#3168](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3168).
15
+
* debt - Make use of new getters in superclass to override javadoc formatting. See [#3144](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3144).
0 commit comments