From 1a34726028d5fbdd66f47a83534bb6fd28d5508f Mon Sep 17 00:00:00 2001 From: svor Date: Fri, 4 Oct 2019 17:42:55 +0300 Subject: [PATCH] Update java support Signed-off-by: svor --- v3/plugins/redhat/java/0.50.0/meta.yaml | 23 +++++++++++++++++++++++ v3/plugins/redhat/java/latest/meta.yaml | 9 ++++++--- v3/plugins/redhat/java11/0.50.0/meta.yaml | 23 +++++++++++++++++++++++ v3/plugins/redhat/java11/latest/meta.yaml | 9 ++++++--- v3/plugins/redhat/java8/0.50.0/meta.yaml | 23 +++++++++++++++++++++++ v3/plugins/redhat/java8/latest/meta.yaml | 10 +++++++--- 6 files changed, 88 insertions(+), 9 deletions(-) create mode 100644 v3/plugins/redhat/java/0.50.0/meta.yaml create mode 100644 v3/plugins/redhat/java11/0.50.0/meta.yaml create mode 100644 v3/plugins/redhat/java8/0.50.0/meta.yaml diff --git a/v3/plugins/redhat/java/0.50.0/meta.yaml b/v3/plugins/redhat/java/0.50.0/meta.yaml new file mode 100644 index 0000000000..049c3b8723 --- /dev/null +++ b/v3/plugins/redhat/java/0.50.0/meta.yaml @@ -0,0 +1,23 @@ +apiVersion: v2 +publisher: redhat +name: java +version: 0.50.0 +type: VS Code extension +displayName: Language Support for Java(TM) +title: Language Support for Java(TM) by Red Hat +description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support and more... +icon: https://www.eclipse.org/che/images/logo-eclipseche.svg +repository: https://github.com/redhat-developer/vscode-java +category: Language +firstPublicationDate: "2019-10-03" +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + name: vscode-java + memoryLimit: "1500Mi" + volumes: + - mountPath: "/home/theia/.m2" + name: m2 + extensions: + - https://github.com/microsoft/vscode-java-debug/releases/download/0.20.0/vscode-java-debug-0.20.0.vsix + - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix diff --git a/v3/plugins/redhat/java/latest/meta.yaml b/v3/plugins/redhat/java/latest/meta.yaml index e9a4a62a99..f05b63d50b 100644 --- a/v3/plugins/redhat/java/latest/meta.yaml +++ b/v3/plugins/redhat/java/latest/meta.yaml @@ -10,12 +10,15 @@ description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle s icon: https://www.eclipse.org/che/images/logo-eclipseche.svg repository: https://github.com/redhat-developer/vscode-java category: Language -firstPublicationDate: "2019-06-18" +firstPublicationDate: "2019-10-03" spec: containers: - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" name: vscode-java memoryLimit: "1500Mi" + volumes: + - mountPath: "/home/theia/.m2" + name: m2 extensions: - - https://github.com/microsoft/vscode-java-debug/releases/download/0.19.0/vscode-java-debug-0.19.0.vsix - - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.46.0-1549.vsix + - https://github.com/microsoft/vscode-java-debug/releases/download/0.20.0/vscode-java-debug-0.20.0.vsix + - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix diff --git a/v3/plugins/redhat/java11/0.50.0/meta.yaml b/v3/plugins/redhat/java11/0.50.0/meta.yaml new file mode 100644 index 0000000000..94136905ba --- /dev/null +++ b/v3/plugins/redhat/java11/0.50.0/meta.yaml @@ -0,0 +1,23 @@ +apiVersion: v2 +publisher: redhat +name: java11 +version: 0.50.0 +type: VS Code extension +displayName: Language Support for Java 11 +title: Language Support for Java(TM) by Red Hat +description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support and more... +icon: https://www.eclipse.org/che/images/logo-eclipseche.svg +repository: https://github.com/redhat-developer/vscode-java +category: Language +firstPublicationDate: "2019-10-03" +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:next" + name: vscode-java + memoryLimit: "1500Mi" + volumes: + - mountPath: "/home/theia/.m2" + name: m2 + extensions: + - https://github.com/microsoft/vscode-java-debug/releases/download/0.20.0/vscode-java-debug-0.20.0.vsix + - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix diff --git a/v3/plugins/redhat/java11/latest/meta.yaml b/v3/plugins/redhat/java11/latest/meta.yaml index 5952c9b166..fb796e9159 100644 --- a/v3/plugins/redhat/java11/latest/meta.yaml +++ b/v3/plugins/redhat/java11/latest/meta.yaml @@ -10,12 +10,15 @@ description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle s icon: https://www.eclipse.org/che/images/logo-eclipseche.svg repository: https://github.com/redhat-developer/vscode-java category: Language -firstPublicationDate: "2019-06-18" +firstPublicationDate: "2019-10-03" spec: containers: - image: "docker.io/eclipse/che-remote-plugin-runner-java11:next" name: vscode-java memoryLimit: "1500Mi" + volumes: + - mountPath: "/home/theia/.m2" + name: m2 extensions: - - https://github.com/microsoft/vscode-java-debug/releases/download/0.19.0/vscode-java-debug-0.19.0.vsix - - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.46.0-1549.vsix + - https://github.com/microsoft/vscode-java-debug/releases/download/0.20.0/vscode-java-debug-0.20.0.vsix + - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix diff --git a/v3/plugins/redhat/java8/0.50.0/meta.yaml b/v3/plugins/redhat/java8/0.50.0/meta.yaml new file mode 100644 index 0000000000..d12e97d76e --- /dev/null +++ b/v3/plugins/redhat/java8/0.50.0/meta.yaml @@ -0,0 +1,23 @@ +apiVersion: v2 +publisher: redhat +name: java8 +version: 0.50.0 +type: VS Code extension +displayName: Language Support for Java 8 +title: Language Support for Java(TM) by Red Hat +description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support and more... +icon: https://www.eclipse.org/che/images/logo-eclipseche.svg +repository: https://github.com/redhat-developer/vscode-java +category: Language +firstPublicationDate: "2019-10-03" +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + name: vscode-java + memoryLimit: "1500Mi" + volumes: + - mountPath: "/home/theia/.m2" + name: m2 + extensions: + - https://github.com/microsoft/vscode-java-debug/releases/download/0.20.0/vscode-java-debug-0.20.0.vsix + - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix diff --git a/v3/plugins/redhat/java8/latest/meta.yaml b/v3/plugins/redhat/java8/latest/meta.yaml index 92fa6f8a9d..97e654e809 100644 --- a/v3/plugins/redhat/java8/latest/meta.yaml +++ b/v3/plugins/redhat/java8/latest/meta.yaml @@ -10,12 +10,16 @@ description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle s icon: https://www.eclipse.org/che/images/logo-eclipseche.svg repository: https://github.com/redhat-developer/vscode-java category: Language -firstPublicationDate: "2019-06-18" +firstPublicationDate: "2019-10-03" spec: containers: - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" name: vscode-java memoryLimit: "1500Mi" + volumes: + - mountPath: "/home/theia/.m2" + name: m2 extensions: - - https://github.com/microsoft/vscode-java-debug/releases/download/0.19.0/vscode-java-debug-0.19.0.vsix - - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.46.0-1549.vsix + - https://github.com/microsoft/vscode-java-debug/releases/download/0.20.0/vscode-java-debug-0.20.0.vsix + - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix +