Skip to content

Commit 703f9ab

Browse files
committed
Changelog for the 0.33.0 release
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 59fbdf6 commit 703f9ab

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 0.33.0 (October 23rd, 2018)
4+
* enhancement - add new command to clean the server workspace. See [#655](https://github.com/redhat-developer/vscode-java/issues/655).
5+
* enhancement - add Mockito static imports by default. See [#679](https://github.com/redhat-developer/vscode-java/pull/679).
6+
* bug fix - fixed "Busy loop " when running Java 11. See [#664](https://github.com/redhat-developer/vscode-java/issues/664).
7+
* bug fix - fixed Maven diagnostics showing up and disappearing on save. See [#669](https://github.com/redhat-developer/vscode-java/issues/669).
8+
* bug fix - ignore multiple code lenses for lombok generated methods. See [#674](https://github.com/redhat-developer/vscode-java/issues/674).
9+
10+
311
## 0.32.0 (October 2nd, 2018)
412
* enhancement - new Java 11 support for Maven, Gradle and Eclipse projects. See [#625](https://github.com/redhat-developer/vscode-java/issues/625) and [#653](https://github.com/redhat-developer/vscode-java/issues/653).
513
* enhancement - cascade "Update project configuration" command to child Maven projects. See [#638](https://github.com/redhat-developer/vscode-java/issues/638).

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ The following commands are available:
5959
- `Java:Force Java compilation` (`Shift+Alt+B`): manually triggers compilation of the workspace.
6060
- `Java:Organize imports` (`Shift+Alt+O`): Organize imports in the currently opened Java file.
6161
- `Java:Open Java formatter settings`: Open the Eclipse formatter settings. Creates a new settings file if none exists.
62+
63+
*New in 0.33.0:*
6264
- `Java:Clean the Java language server workspace`: Clean the Java language server workspace.
6365

6466
Supported VS Code settings
@@ -91,10 +93,6 @@ The following settings are supported:
9193
* `java.completion.guessMethodArguments` : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.
9294
* `java.completion.enabled` : Enable/disable code completion support.
9395

94-
*New in 0.33.0:*
95-
* `java.clean.workspace` : Clean the Java language server workspace.
96-
97-
9896
Troubleshooting
9997
===============
10098
1. Check the status of the language tools on the lower right corner (marked with A on image below).

0 commit comments

Comments
 (0)