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
* enhancement - Support custom source file extensions. See [#3222](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3222).
5
+
* enhancement - Notify that enabling preview features on incompatible compliance level fails build. See [#3131](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3131).
6
+
* bug fix - Fix `ClassCastException` for the file paste event. See [#3239](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3239).
7
+
* bug fix - Dispose of stale AST model references on deletion. See [#3244](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3244).
8
+
* bug fix - Better handling when file path contains non-ASCII characters. See [#3235](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3235).
9
+
* bug fix - Add Gradle 8.8 to compatibility check. See [#3212](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3212).
10
+
* bug fix - Fix Gradle tests started with Java 23. See [#3238](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3238).
11
+
* bug fix - Enable M2E JDK toolchain lookup (`toolchains.xml`) for project manager tests. See [#3240](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3240).
12
+
* bug fix - Fix `AbstractQuickFixTest#evaluateCodeActions(..)` logic. See [#3242](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3242).
13
+
* dependencies - Update to LSP4J 0.23.1. See [#3209](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3209).
14
+
* dependencies - Update target platform to newer 4.33-I-builds (I20240820-1800). See [#3246](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3246).
15
+
* dependencies - Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0. See [#3248](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3248).
* performance - Clean up invalid projects during the initialization. See [#3208](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3208).
5
19
* enhancement - Add `java.diagnostic.filter` to exclude files from diagnostic publishing. See [#3218](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3218).
0 commit comments