Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update java support #239

Merged
merged 1 commit into from
Oct 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions v3/plugins/redhat/java/0.50.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 6 additions & 3 deletions v3/plugins/redhat/java/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
23 changes: 23 additions & 0 deletions v3/plugins/redhat/java11/0.50.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 6 additions & 3 deletions v3/plugins/redhat/java11/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
23 changes: 23 additions & 0 deletions v3/plugins/redhat/java8/0.50.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 7 additions & 3 deletions v3/plugins/redhat/java8/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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