From 8191b4e33eb911a3ec4300146507ffdcfc355003 Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Thu, 20 Jun 2019 09:02:59 +0300 Subject: [PATCH] Update redhat-java plugin to 0.46.0 (#169) * Update redhat-java plugin to 0.46.0 Signed-off-by: Valeriy Svydenko * Fix firstPublicationDate in latest java plugin Signed-off-by: Valeriy Svydenko --- v3/plugins/redhat/java/0.46.0/meta.yaml | 19 +++++++++++++++++++ v3/plugins/redhat/java/latest/meta.yaml | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 v3/plugins/redhat/java/0.46.0/meta.yaml diff --git a/v3/plugins/redhat/java/0.46.0/meta.yaml b/v3/plugins/redhat/java/0.46.0/meta.yaml new file mode 100644 index 0000000000..f527dbc04e --- /dev/null +++ b/v3/plugins/redhat/java/0.46.0/meta.yaml @@ -0,0 +1,19 @@ +apiVersion: v2 +publisher: redhat +name: java +version: 0.46.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-06-18" +spec: + containers: + - image: "eclipse/che-remote-plugin-runner-java11:next" + memoryLimit: "1500Mi" + 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 diff --git a/v3/plugins/redhat/java/latest/meta.yaml b/v3/plugins/redhat/java/latest/meta.yaml index bb93ad5ad6..7306343a43 100644 --- a/v3/plugins/redhat/java/latest/meta.yaml +++ b/v3/plugins/redhat/java/latest/meta.yaml @@ -10,7 +10,7 @@ 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-05-27' +firstPublicationDate: "2019-06-18" spec: containers: - image: eclipse/che-remote-plugin-runner-java11:next @@ -18,4 +18,4 @@ spec: memoryLimit: "1500Mi" extensions: - https://github.com/microsoft/vscode-java-debug/releases/download/0.19.0/vscode-java-debug-0.19.0.vsix - - http://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.45.0-1523.vsix + - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.46.0-1549.vsix