Skip to content

Commit 59c6e54

Browse files
rgrunberfbricon
authored andcommitted
Bump release date for 0.71.0.
- Set the vscode test environment to enforce a Java 11 JDK Signed-off-by: Roland Grunberg <[email protected]>
1 parent 6143b6d commit 59c6e54

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Change Log
22

3-
## 0.71.0 (November 18th, 2020)
3+
## 0.71.0 (November 19th, 2020)
44
* bug fix - Quarkus: generated sources are not accessible. See [#1675](https://github.com/redhat-developer/vscode-java/issues/1675)
5+
* bug fix - Error in every java file after updating to macOS Big Sur. See [#1700](https://github.com/redhat-developer/vscode-java/issues/1700).
56
* other - Improve tracing capability of m2e through m2e.logback.configuration.. See [JLS#1589](https://github.com/eclipse/eclipse.jdt.ls/pull/1589).
67
* other - Infer expressions if there is no selection range when extracting method. See [#1680](https://github.com/redhat-developer/vscode-java/pull/1680).
78

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ node('rhel7'){
2727
}
2828

2929
node('rhel7'){
30+
env.JAVA_HOME="${tool 'openjdk-11'}"
31+
env.PATH="${env.JAVA_HOME}/bin:${env.PATH}"
3032
stage 'Checkout vscode-java code'
3133
deleteDir()
3234
git url: 'https://github.com/redhat-developer/vscode-java.git'

0 commit comments

Comments
 (0)