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 extensions to latest #376

Merged
merged 5 commits into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from 4 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.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
24 changes: 24 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,24 @@
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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a trailing newline in case some of the build scripts expect it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requiring an empty newline at the end of the file is so stupid it makes me want to scream. But yeah, fair point: I'll bow to the great machine

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://i.redd.it/zibdmw9m66141.jpg You're not the only one annoyed by syntactic whitespace :)

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