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

Java 15 toolchain support #11871

Closed
davido opened this issue Jul 30, 2020 · 1 comment
Closed

Java 15 toolchain support #11871

davido opened this issue Jul 30, 2020 · 1 comment
Labels
P2 We'll consider working on this in future. (Assignee optional) team-Rules-Java Issues for Java rules type: feature request

Comments

@davido
Copy link
Contributor

davido commented Jul 30, 2020

Description of the problem / feature request:

Support for java 15 as --java_toolchain and --host_java_toolchain.

Feature requests: what underlying problem are you trying to solve with this feature?

Build Java code and produce major java version 15.

The release schedule for Java 15 is here: [1]

  • 2020/08/06 Initial Release Candidate
  • 2020/08/20 Final Release Candidate
  • 2020/09/15 General Availability

Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

  $ bazel build \
     --java_toolchain=@remote_java_tools_linux//:toolchain_jdk_15 \
     --host_java_toolchain=@remote_java_tools_linux//:toolchain_jdk_15 \
     --javabase=@openjdk15_linux_archive//:runtime \
     --host_javabase=@openjdk15_linux_archive//:runtime \
   :foo

[1] https://openjdk.java.net/projects/jdk/15

@aiuto aiuto added team-Rules-Java Issues for Java rules untriaged labels Jul 31, 2020
@c-mita c-mita added P2 We'll consider working on this in future. (Assignee optional) and removed untriaged labels Aug 17, 2020
@c-mita
Copy link
Member

c-mita commented Aug 17, 2020

cc @comius

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 We'll consider working on this in future. (Assignee optional) team-Rules-Java Issues for Java rules type: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants