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

Add Quarkus plugin #291

Merged
merged 3 commits into from
Jan 8, 2020
Merged

Add Quarkus plugin #291

merged 3 commits into from
Jan 8, 2020

Conversation

svor
Copy link
Contributor

@svor svor commented Nov 8, 2019

Signed-off-by: svor vsvydenk@redhat.com

What does this PR do?

Registers Quarkus plugin. The plugin will be run in a container with docker.io/eclipse/che-remote-plugin-runner-java8:next image and include next VS Code extensions:

  • Java JDT.LS
  • vscode-java-debug
  • vscode-quarkus

@svor svor requested review from tolusha and tsmaeder November 8, 2019 08:52
@svor svor self-assigned this Nov 8, 2019
v3/plugins/redhat/quarkus/1.1.1/meta.yaml Outdated Show resolved Hide resolved
Signed-off-by: svor <vsvydenk@redhat.com>
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/redhat-developer/vscode-quarkus
category: Language
firstPublicationDate: "2019-11-25"
Copy link
Contributor

Choose a reason for hiding this comment

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

This date is now wrong :)

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 it a bit :)

containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:next"
name: vscode-quarkus
memoryLimit: "1500Mi"
Copy link
Contributor

Choose a reason for hiding this comment

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

Per discussion in eclipse-che/che-devfile-registry#144 (comment) is 1.5G enough memory?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i didn't try big projects, but for https://github.com/quarkusio/quarkus-quickstarts.git samples 1.5G is enough

- mountPath: "/home/theia/.m2"
name: m2
extensions:
- https://github.com/microsoft/vscode-java-debug/releases/download/0.23.0/vscode-java-debug-0.23.0.vsix
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've created an issue for that. eclipse-che/che#15560

Copy link
Contributor

@nickboldt nickboldt left a comment

Choose a reason for hiding this comment

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

As I'll be on PTO from Dec 20-Jan 5 I don't want to block merging this, so I won't -1 or request changes. If others are ok with this as-is, then a +1 from them should unlock you.

Copy link
Contributor

@amisevsk amisevsk left a comment

Choose a reason for hiding this comment

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

LGTM, tested using devfile in eclipse-che/che-devfile-registry#144

Signed-off-by: svor <vsvydenk@redhat.com>
Signed-off-by: svor <vsvydenk@redhat.com>
@nickboldt nickboldt self-requested a review January 6, 2020 15:00
Copy link
Contributor

@nickboldt nickboldt left a comment

Choose a reason for hiding this comment

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

LGTM. +1 to merge for 7.7.

@tsmaeder tsmaeder dismissed their stale review January 6, 2020 15:03

No longer relevant

@svor svor merged commit 140b795 into master Jan 8, 2020
@svor svor deleted the sv/quarkus branch January 8, 2020 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants