Skip to content

Commit

Permalink
Update redhat-java plugin to 0.46.0 (#169)
Browse files Browse the repository at this point in the history
* Update redhat-java plugin to 0.46.0

Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>

* Fix firstPublicationDate in latest java plugin

Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
  • Loading branch information
svor authored Jun 20, 2019
1 parent 79d88b6 commit 8191b4e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions v3/plugins/redhat/java/0.46.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions v3/plugins/redhat/java/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ 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
name: vscode-java
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

0 comments on commit 8191b4e

Please sign in to comment.