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
1102: Document minimum required JDK version 16 for Skara #1195
Conversation
|
Webrevs
|
You might also want to change the example of openjdk-15.0.1_osx-x64_bin/jdk-15.0.1.jdk
to openjdk-16.0.1_osx-x64_bin/jdk-16.0.1.jdk
, but otherwise looks good.
@erikj79 This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 2 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
Mailing list message from erik.joelsson at oracle.com on skara-dev: On 2021-07-07 13:23, Iris Clark wrote:
The JDK we use by default is updated quite frequently, but the required I will see if I can figure out how to change that in Gradle. /Erik |
Mailing list message from Iris Clark on skara-dev: Hi, Erik. Thanks for the explanation. I can't say that I'm surprised. I agree that the documentation should continue to explicitly declare the version number. I hope you find a solution in Gradle. Best, ________________________________ On 2021-07-07 13:23, Iris Clark wrote:
The JDK we use by default is updated quite frequently, but the required I will see if I can figure out how to change that in Gradle. /Erik |
Added 'release 16' for all Java compilation in Gradle. Verified that setting it to 15 triggered the same compilation errors I saw in Intellij when setting it to 15 there. |
/integrate |
Change documentation to reflect that Skara now requires JDK 16 to build.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/skara pull/1195/head:pull/1195
$ git checkout pull/1195
Update a local copy of the PR:
$ git checkout pull/1195
$ git pull https://git.openjdk.java.net/skara pull/1195/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1195
View PR using the GUI difftool:
$ git pr show -t 1195
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/skara/pull/1195.diff