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

chore: Prepare for Java 14 #566

Merged
merged 3 commits into from May 6, 2020
Merged

chore: Prepare for Java 14 #566

merged 3 commits into from May 6, 2020

Conversation

skaldarnar
Copy link
Member

@skaldarnar skaldarnar commented May 6, 2020

Update Gradle to the latest release 6.3 with support for Java 14 and fixes a compile error.
In addition, switches the CI to use Java 14.

The launcher still builds and runs with Java 11 after this PR.

@skaldarnar skaldarnar added Topic: CI/CD Related to CI/CD and build infrastructure (excluded from the Changelog) Type: Maintenance Maintenance or chores not adding new features or fixing bugs. labels May 6, 2020
@skaldarnar skaldarnar changed the title chore: Update Gradle to 6.3 chore: Prepare for Java 14 May 6, 2020
@skaldarnar skaldarnar requested review from jdrueckert and keturn and removed request for jdrueckert May 6, 2020 12:51
@@ -94,7 +95,7 @@ public static boolean extractZipTo(final Path archive, final Path outputLocation
if (Files.notExists(outputLocation)) {
Files.createDirectories(outputLocation);
}
try (FileSystem fileSystem = FileSystems.newFileSystem(archive, null)) {
try (FileSystem fileSystem = FileSystems.newFileSystem(archive, ((ClassLoader) null))) {
Copy link
Member

Choose a reason for hiding this comment

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

This had me scratching my head for a minute before I checked the commit messages. Then that not only explained it but included a link to the relevant spot in the release notes. 👍

Copy link
Member

@keturn keturn left a comment

Choose a reason for hiding this comment

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

Changes look straightforward and it should be pretty obvious to both developers and CI if it's broken. 👍

@skaldarnar skaldarnar merged commit ac15e74 into master May 6, 2020
@skaldarnar skaldarnar deleted the topic/java-14 branch May 6, 2020 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Topic: CI/CD Related to CI/CD and build infrastructure (excluded from the Changelog) Type: Maintenance Maintenance or chores not adding new features or fixing bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants