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

Set up our project to be able to work with Github Codespaces #1906

Open
4 tasks
carlspring opened this issue Oct 6, 2020 · 1 comment
Open
4 tasks

Set up our project to be able to work with Github Codespaces #1906

carlspring opened this issue Oct 6, 2020 · 1 comment

Comments

@carlspring
Copy link
Member

carlspring commented Oct 6, 2020

Task Description

We would like to set up our project so that it can work with Github Codespaces.

This project can currently only work with JDK8 (in all branches) and it will fail to compile with newer versions. We need to figure out how to set things up so that the Docker image which is being used has JDK8, instead of JDK11.

For the issues/1649 branch, we need to add configuration for both JDK 8 and 11 (JDK11 is still not supported there, but is a work-in-progress and we should use the current defaults, which are set to JDK11).

Pre-requisites

  • You must have been granted access to Github Codespaces (which is in beta and, if you don't have access, you'll probably be placed on a long waiting list).
  • You must have some Docker experience.

Tasks

The following tasks will need to be carried out:

  • Apply the necessary configuration changes for JDK8 to be used as a default for all branches.
  • Clarify (and, if possible) implement whatever needs to be done in order to have (switchable) support for both JDK8 (default) and JDK11 in the issues/1649 branch.

Task Relationships

This task:

Useful Links

Help

@carlspring carlspring added help wanted hacktoberfest Pre-selected issues for Hacktoberfest labels Oct 6, 2020
@steve-todorov
Copy link
Member

@steve-todorov steve-todorov removed the hacktoberfest Pre-selected issues for Hacktoberfest label Oct 1, 2021
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

No branches or pull requests

2 participants