|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 1.49.0 (November 19th, 2025) |
| 4 | + * performance - Version 1.47.0 runs slowly on Windows when opening Java projects, while version 1.46.0 only takes thirty seconds to complete the Java build process. See [#4250](https://github.com/redhat-developer/vscode-java/issues/4250). |
| 5 | + * enhancement - add JSpecify annotations for null analysis. See [#4249](https://github.com/redhat-developer/vscode-java/pull/4249). |
| 6 | + * enhancement - Java JDK auto-detection problem. See [#4226](https://github.com/redhat-developer/vscode-java/issues/4226). |
| 7 | + * enhancement - Command to add a JVM install. See [#4161](https://github.com/redhat-developer/vscode-java/issues/4161). |
| 8 | + * enhancement - Improve code completion type for annotation attributes (now using `Field` kind). See [#3242](https://github.com/redhat-developer/vscode-java/issues/3242). |
| 9 | + * bug fix - 1.48.0 appears to only install the universal version instead of win32-x64. See [4256](https://github.com/redhat-developer/vscode-java/issues/4256). |
| 10 | + * bug fix - fix: safeguard workspace hash computation in telemetry service. See [#4246](https://github.com/redhat-developer/vscode-java/pull/4246). |
| 11 | + * bug fix - Issues not Reported after Import. See [#4230](https://github.com/redhat-developer/vscode-java/issues/4230). |
| 12 | + * bug fix - Unable to load IDecompiler class for jarFileContentProvider. See [#3178](https://github.com/redhat-developer/vscode-java/issues/3178). |
| 13 | + * bug fix - TypeError: Cannot read properties of null (reading '0'). See [#2765](https://github.com/redhat-developer/vscode-java/issues/2765). |
| 14 | + * bug fix - AutoValue annotation processing bug when inheritance is involved. See [#2117](https://github.com/redhat-developer/vscode-java/issues/2117). |
| 15 | + * bug fix - moveLinesUpAction indentation broken after if statement. See [#692](https://github.com/redhat-developer/vscode-java/issues/692). |
| 16 | + * dependencies - Bump glob. See [#4255](https://github.com/redhat-developer/vscode-java/pull/4255). |
| 17 | + * dependencies - Bump js-yaml from 4.1.0 to 4.1.1. See [#4252](https://github.com/redhat-developer/vscode-java/pull/4252). |
| 18 | + * dependencies - Bump org.apache.commons:commons-lang3 from 3.5 to 3.18.0 in /test/resources/projects/maven/salut-java11. See [#4243](https://github.com/redhat-developer/vscode-java/pull/4243). |
| 19 | + * dependencies - Bump tar from 7.5.1 to 7.5.2. See [#4224](https://github.com/redhat-developer/vscode-java/pull/4224). |
| 20 | + * build - `npm run build` does not work on Windows. See [#4244](https://github.com/redhat-developer/vscode-java/issues/4244). |
| 21 | + |
3 | 22 | ## 1.47.0 (October 30th, 2025) |
4 | 23 | * enhancement - Add inlay hints for lambda parameter types and option to suppress for same-name numbered parameters. See [#4203](https://github.com/redhat-developer/vscode-java/pull/4203), [#4208](https://github.com/redhat-developer/vscode-java/pull/4208). |
5 | 24 | * enhancement - Improve detection and setup of `sourcePath` for Android support. See [JLS#3490](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3490). |
|
0 commit comments