You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Change Log
2
2
3
+
## 0.32.0 (October 2nd, 2018)
4
+
* 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).
5
+
* enhancement - cascade "Update project configuration" command to child Maven projects. See [#638](https://github.com/redhat-developer/vscode-java/issues/638).
6
+
* enhancement - bind `Project configuration is not up-to-date with pom.xml` diagnostics to pom.xml. See [JLS#797](https://github.com/eclipse/eclipse.jdt.ls/issues/797).
7
+
* enhancement - ignore `Unknown referenced nature` warnings. See [JLS#812](https://github.com/eclipse/eclipse.jdt.ls/issues/812).
8
+
* bug fix - fixed `Force Java Compilation` command failing due to `Project configuration is not up-to-date with pom.xml` errors. See [JLS#813](https://github.com/eclipse/eclipse.jdt.ls/issues/813).
9
+
3
10
## 0.31.0 (September 16th, 2018)
4
11
* enhancement - added Outline support. See [#586](https://github.com/redhat-developer/vscode-java/issues/586).
5
12
* enhancement - new `java.completion.enabled` preference to disable auto-completion. See [#631](https://github.com/redhat-developer/vscode-java/pull/631).
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Quick Start
12
12
============
13
13
1. Install the Extension
14
14
2. If you do not have a _Java_ Development Kit correctly [set](#setting-the-jdk)
15
-
* Download and install a Java 8, 9, 10 compatible development kit.
15
+
* Download and install a Java 8, 9, 10 or 11 compatible development kit.
16
16
3. Extension is activated when you first access a Java file
17
17
* Recognizes projects with *Maven* or *Gradle* build files in the directory hierarchy.
18
18
@@ -88,8 +88,6 @@ The following settings are supported:
88
88
*`java.format.comments.enabled` : Includes the comments during code formatting.
89
89
*`java.format.onType.enabled` : Enable/disable on-type formatting (triggered on `;`, `}` or `<return>`).
90
90
*`java.completion.guessMethodArguments` : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.
0 commit comments