Skip to content

Commit

Permalink
Add Changelog for 1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Aug 30, 2022
1 parent 29cd572 commit 63f9f61
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 1.10.0 (August 31st, 2022)
* enhancement - Search more folders to infer source roots for invisible projects. See [JLS#2176](https:/eclipse/eclipse.jdt.ls/pull/2176).
* enhancement - Experimental support for Android projects with `java.jdt.ls.androidSupport.enabled`. It is enabled by default only in VS Code Insiders. See [JLS#923](https:/eclipse/eclipse.jdt.ls/issues/923).
* enhancement - Automatically add Protobuf output source directories to classpath & generate tasks, if necessary. See [#2629](https:/redhat-developer/vscode-java/pull/2629) & [JLS#2195](https:/eclipse/eclipse.jdt.ls/pull/2195).
* enhancement - Support "Sort Members" code action. See [#2139](https:/redhat-developer/vscode-java/issues/2139).
* enhancement - Add grammar for Java Properties files. See [#2636](https:/redhat-developer/vscode-java/pull/2636).
* enhancement - Always interpret the full workspace symbol query as a package name. See [JLS#2174](https:/eclipse/eclipse.jdt.ls/pull/2174).
* enhancement - Add support for Maven offline mode (`java.import.maven.offline.enabled`). See [#2617](https:/redhat-developer/vscode-java/pull/2617).
* enhancement - Add the `zh-TW` (Traditional Chinese) translation file. See [#2573](https:/redhat-developer/vscode-java/pull/2573).
* bug fix - Prevent "Header must provide a Content-Length property" failure by restricting JVM logging. See [#2577](https:/redhat-developer/vscode-java/issues/2577).
* bug fix - Infer the source root only when necessary. See [JLS#2178](https:/eclipse/eclipse.jdt.ls/pull/2178).
* bug fix - Fix inlay hints for `record` classes. See [#2414](https:/redhat-developer/vscode-java/issues/2414).
* bug fix - Fix formatting of the `new` snippets. See [#2605](https:/redhat-developer/vscode-java/issues/2605).
* bug fix - Make `java.import.gradle.java.home` property machine-overridable. See [#2624](https:/redhat-developer/vscode-java/pull/2624).
* bug fix - Set default severity of "Circular classpath" to "warning". See [#718](https:/redhat-developer/vscode-java/issues/718).
* bug fix - Permit non-JDT errors to be reported in Java files. See [JLS#2154](https:/eclipse/eclipse.jdt.ls/issues/2154).
* bug fix - Avoid naming conflicts between Gradle project modules. See [JLS#2190](https:/eclipse/eclipse.jdt.ls/pull/2190).
* bug fix - Re-fetch the extension registry when delegate command lookup fails. See [JLS#2184](https:/eclipse/eclipse.jdt.ls/pull/2184).
* bug fix - Skip the "default project" when detecting Lombok. See [#2633](https:/redhat-developer/vscode-java/pull/2633).
* bug fix - Skip security check for `java.home` and `java.jdt.ls.java.home` in trusted workspace. See [#2600](https:/redhat-developer/vscode-java/issues/2600).
* bug fix - Keep consistent style in notifications (eg. use "Reload") and use plural form for `Reload Projects` command title. See [#2585](https:/redhat-developer/vscode-java/issues/2585) & [#2612](https:/redhat-developer/vscode-java/pull/2612).
* dependencies - Update to `[email protected]`. See [#2601](https:/redhat-developer/vscode-java/pull/2601).
* debt - Remove stale Travis CI information from `README`. See [#2592](https:/redhat-developer/vscode-java/issues/2592).

## 1.9.0 (July 21st, 2022)
* enhancement - Package lombok into extension for use when lombok support enabled, and not on project classpath. See [#2550](https:/redhat-developer/vscode-java/pull/2550).
* enhancement - Add support for qualified workspace symbols. See [#2538](https:/redhat-developer/vscode-java/pull/2538).
Expand Down

0 comments on commit 63f9f61

Please sign in to comment.