Skip to content

[java] improve inner loop around configuration of SDKs #11149

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

Closed
akosyakov opened this issue Jul 5, 2022 · 1 comment
Closed

[java] improve inner loop around configuration of SDKs #11149

akosyakov opened this issue Jul 5, 2022 · 1 comment
Labels
language: java meta: stale This issue/PR is stale and will be closed soon team: IDE type: improvement Improves an existing feature or existing code

Comments

@akosyakov
Copy link
Member

It would be nice if we can detect whether SDK required to run the project is pinned in the workspace configuration via Dockerfile instead of using the default workspace image. We could do it by using IDEs to detect SDK configured by projects at runtime and then comparing with one in the workspace image by statically analysing .gitpod.yml/Dockerfile or emulating the workspace using docker and performing detection using IDEs against there.

@stale
Copy link

stale bot commented Oct 19, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the meta: stale This issue/PR is stale and will be closed soon label Oct 19, 2022
@stale stale bot closed this as completed Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language: java meta: stale This issue/PR is stale and will be closed soon team: IDE type: improvement Improves an existing feature or existing code
Projects
None yet
Development

No branches or pull requests

1 participant