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 redhat-java plugin to 0.46.0 #169

Merged
merged 2 commits into from
Jun 20, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,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
Copy link
Contributor

Choose a reason for hiding this comment

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

latest should have its firstPublicationDate updated to match 0.46.0. The only difference between latest and the latest version's meta.yaml should be version=latest in latest.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated