Skip to content

Commit af0b314

Browse files
committed
CHANGELOG for 1.55.0
I'm planning on performing the release today. Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent c224e2c commit af0b314

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22

3-
# [1.54.0 (November 26th, 2025)](https://github.com/eclipse/eclipse.jdt.ls/milestone/147?closed=1)
3+
# [1.55.0 (December 16th, 2025)](https://github.com/eclipse/eclipse.jdt.ls/milestone/147?closed=1)
4+
* enhancement - Add a quickfix to replace a deprecated field with one referenced in the docs. See [#3626](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3626).
5+
* enhancement - Add a quickfix for "type safety warning" to infer type arguments. See [#626](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/626).
6+
* bug fix - Fix a bug in the quickfix that replaces a deprecated method with one refrenced in the docs. See [#3638](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3638).
7+
* bug fix - "Generate constructor" feature can now be used when the type has no fields. See [#3629](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3629).
8+
* bug fix - Parse `rootPath` as path string instead of url. See [#3614](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3614).
9+
* bug fix - Revert temporary rollback of junit bundles to fix JUnit 6 support. See [#3619](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3619).
10+
* dependencies - Migrate to a new HTML -> Markdown library that's actively maintained. See [#2214](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/2214).
11+
12+
# [1.54.0 (November 26th, 2025)](https://github.com/eclipse/eclipse.jdt.ls/milestone/148?closed=1)
413
* enhancement - Add preference to disable returning Javadoc on hover. See [#3610](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3610).
514
* enhancement - Adopt quick fixes for the following problems. See [#3609](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3609).
615
- `UnusedMethodDeclaredThrownException`,

0 commit comments

Comments
 (0)