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

Provide Java 16 build for the PreInstalled type in JavaToolInstaller #14975

Closed
LadyCailin opened this issue Jun 15, 2021 · 1 comment
Closed
Labels
Area: ABTT Akvelon Build Tasks Team area of work enhancement Task: JavaToolInstaller

Comments

@LadyCailin
Copy link

Question, Bug, or Feature?
Feature

Enter Task Name: JavaToolInstaller

Environment

Hosted

Issue Description

JavaToolInstaller provides JDK 8 and JDK 11 by default. However, Java 16 is the latest version, and should also be supported by default, especially given that there's an official Microsoft build of it. Currently, in order to use JDK 16 in the build pipeline, one must host the jdk in an azure blob store, but for most people that's probably just going to be a standard build, and using one of the AdoptOpenJDK or Microsoft builds would be sufficient. This would make #14915 an easy fix as well, since it's just about getting rid of the warnings.

@github-actions github-actions bot added Area: ABTT Akvelon Build Tasks Team area of work Task: JavaToolInstaller triage labels Jun 15, 2021
@anatolybolshakov
Copy link
Contributor

anatolybolshakov commented Jun 16, 2021

Hi @LadyCailin this is related to JDK versions being pre-installed on hosted images and not related to the task itself - could you please create ticket on https://github.com/actions/virtual-environments to get right eyes on it?
Let me close this one here since it's not related to the pipeline task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: ABTT Akvelon Build Tasks Team area of work enhancement Task: JavaToolInstaller
Projects
None yet
Development

No branches or pull requests

3 participants