Skip to content

Commit 3a69625

Browse files
committed
chore: changelog for 1.50.0
Signed-off-by: Fred Bricon <[email protected]>
1 parent ee8bb39 commit 3a69625

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

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

3+
## 1.50.0 (November 26th, 2025)
4+
* enhancement - Add preference to disable returning Javadoc on hover. See [#1420](https://github.com/redhat-developer/vscode-java/issues/1420).
5+
* enhancement - New quickfixes. See [JLS#3609](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3609).
6+
* enhancement - Refresh codelens when updating preferences. See [JLS#3047](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3047).
7+
* bug fix - Do not define title in package.json schema as it is shown in tooltip for all package.json files. See [#4268](https://github.com/redhat-developer/vscode-java/issues/4268).
8+
* bug fix - Temporary rollback of junit bundles to fix JUnit 6 support. See [#4260](https://github.com/redhat-developer/vscode-java/issues/4260).
9+
* bug fix - Fixed NPE thrown when computing Code Actions on invalid code. See [#3602](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3602).
10+
11+
312
## 1.49.0 (November 19th, 2025)
413
* performance - Avoid unnecessary Maven project rebuild when the window is reloaded. See [#4250](https://github.com/redhat-developer/vscode-java/issues/4250).
514
* performance - Prevent unnecessary Maven project rebuild when configuring test classpath flag. See [JLS#3590](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3590).

0 commit comments

Comments
 (0)