Skip to content

Commit 316292f

Browse files
committed
chore: Changelog for 1.49.0
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent e2dca95 commit 316292f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

3+
## 1.49.0 (November 20th, 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 - No autocomplete within annotations. See [#3242](https://github.com/redhat-developer/vscode-java/issues/3242).
9+
* bug fix - fix: safeguard workspace hash computation in telemetry service. See [#4246](https://github.com/redhat-developer/vscode-java/pull/4246).
10+
* bug fix - Issues not Reported after Import. See [#4230](https://github.com/redhat-developer/vscode-java/issues/4230).
11+
* bug fix - Unable to load IDecompiler class for jarFileContentProvider. See [#3178](https://github.com/redhat-developer/vscode-java/issues/3178).
12+
* bug fix - TypeError: Cannot read properties of null (reading '0'). See [#2765](https://github.com/redhat-developer/vscode-java/issues/2765).
13+
* bug fix - AutoValue annotation processing bug when inheritance is involved. See [#2117](https://github.com/redhat-developer/vscode-java/issues/2117).
14+
* bug fix - moveLinesUpAction indentation broken after if statement. See [#692](https://github.com/redhat-developer/vscode-java/issues/692).
15+
* dependencies - Bump glob. See [#4255](https://github.com/redhat-developer/vscode-java/pull/4255).
16+
* dependencies - Bump js-yaml from 4.1.0 to 4.1.1. See [#4252](https://github.com/redhat-developer/vscode-java/pull/4252).
17+
* 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).
18+
* dependencies - Bump tar from 7.5.1 to 7.5.2. See [#4224](https://github.com/redhat-developer/vscode-java/pull/4224).
19+
* build - `npm run build` does not work on Windows. See [#4244](https://github.com/redhat-developer/vscode-java/issues/4244).
20+
321
## 1.47.0 (October 30th, 2025)
422
* 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).
523
* 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

Comments
 (0)