Skip to content

Commit

Permalink
Update Java extensions to latest (#376)
Browse files Browse the repository at this point in the history
Update Java extensions to latest

Signed-off-by: Thomas Mäder <[email protected]>
  • Loading branch information
tsmaeder authored Feb 12, 2020
1 parent ab8d904 commit 7dc054c
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 4 deletions.
23 changes: 23 additions & 0 deletions v3/plugins/redhat/java/0.55.1/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: v2
publisher: redhat
name: java
version: 0.55.1
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: "2020-02-05"
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-java:8-0cfbacb"
name: vscode-java
memoryLimit: "1500Mi"
volumes:
- mountPath: "/home/theia/.m2"
name: m2
extensions:
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.24.0.vsix
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.55.1-1984.vsix
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.50.0
0.55.1
23 changes: 23 additions & 0 deletions v3/plugins/redhat/java11/0.55.1/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: v2
publisher: redhat
name: java11
version: 0.55.1
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: "2020-02-05"
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-java:11-f76ca45"
name: vscode-java
memoryLimit: "1500Mi"
volumes:
- mountPath: "/home/theia/.m2"
name: m2
extensions:
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.24.0.vsix
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.55.1-1984.vsix
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java11/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.50.0
0.55.1
23 changes: 23 additions & 0 deletions v3/plugins/redhat/java8/0.55.1/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: v2
publisher: redhat
name: java8
version: 0.55.1
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: "2020-02-05"
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-java:8-0cfbacb"
name: vscode-java
memoryLimit: "1500Mi"
volumes:
- mountPath: "/home/theia/.m2"
name: m2
extensions:
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.24.0.vsix
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.55.1-1984.vsix
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java8/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.50.0
0.55.1
24 changes: 24 additions & 0 deletions v3/plugins/redhat/quarkus-java8/1.2.0a/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: v2
publisher: redhat
name: quarkus-java8
version: 1.2.0a
type: VS Code extension
displayName: Quarkus Tools with Java 8
title: Quarkus Tools by Red Hat
description: This plug-in provides support for Quarkus development via a Quarkus language server, Java jdt.ls and Java Debugger.
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/redhat-developer/vscode-quarkus
category: Language
firstPublicationDate: "2020-02-06"
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-java:8-0cfbacb"
name: vscode-quarkus
memoryLimit: "1500Mi"
volumes:
- mountPath: "/home/theia/.m2"
name: m2
extensions:
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.24.0.vsix
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.55.1-1984.vsix
- https://download.jboss.org/jbosstools/vscode/stable/vscode-quarkus/vscode-quarkus-1.2.0-186.vsix
2 changes: 1 addition & 1 deletion v3/plugins/redhat/quarkus-java8/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.0a

0 comments on commit 7dc054c

Please sign in to comment.