Skip to content

Commit e42828c

Browse files
committed
Changelog for 1.46.0
- Bump supported project upper limit from 23 to 24 in README Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 8e8ab27 commit e42828c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
# [1.46.0 (March 27th, 2025)](https://github.com/eclipse/eclipse.jdt.ls/milestone/138?closed=1)
4+
* enhancement - Provide support for Java 24. See [#3410](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3410).
5+
* enhancement - Add `Make static` refactoring. See [#3400](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3400).
6+
* enhancement - Code action to ignore configurable compiler problems. See [#1765](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/1765).
7+
* enhancement - Adopt quick fixes for some more problems. See [#3398](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3398).
8+
- `MethodButWithConstructorName`, `UsingDeprecatedMethod`,
9+
- `VarIsNotAllowedHere`, `SwitchExpressionsReturnWithinSwitchExpression`
10+
* bug fix - Only rename source file to match the single public type declaration. See [#3403](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3403).
11+
* bug fix - Fix inherited document symbols to work for interfaces as well. See [#3404](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3404).
12+
* bug fix - Detect changes to watched files that are outside of the workspace. [#1765](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/1765), [#3407](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3407).
13+
* bug fix - Guard against `null` workspace edits in some cases. See [#3408](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3408).
14+
* bug fix - Preference manager should merge updated preferences instead of overwriting. See [#3108](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3108).
15+
* dependencies - Update M2E from 2.7.0 to 2.8.0. See [#3402](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3402).
16+
317
# [1.45.0 (February 27th, 2025)](https://github.com/eclipse/eclipse.jdt.ls/milestone/137?closed=1)
418
* enhancement - Support for inherited document symbols. See [#3378](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3378).
519
* enhancement - Introduce approximately 15 new quick fixes. See [#3368](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3368), [#3372](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3372).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and can be used with any editor that supports the protocol, to offer good suppor
1313

1414
Features
1515
--------------
16-
* Supports compiling projects from Java 1.8 through 23
16+
* Supports compiling projects from Java 1.8 through 24
1717
* Maven pom.xml project support
1818
* Gradle project support (with experimental Android project import support)
1919
* Standalone Java files support

0 commit comments

Comments
 (0)