-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 runfiles library no longer compiles with Java 8 #16849
Labels
Comments
@bazel-io flag |
bazel-io
added
the
potential release blocker
Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone
label
Nov 25, 2022
Submitted a fix in #16851 |
@bazel-io fork 6.0.0 |
bazel-io
removed
the
potential release blocker
Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone
label
Nov 28, 2022
fmeum
added a commit
to fmeum/bazel
that referenced
this issue
Nov 28, 2022
The `FileReader(String,Charset)` constructor is not available in Java 8. Fixes bazelbuild#16849 Work towards bazelbuild#16124 Closes bazelbuild#16851. PiperOrigin-RevId: 491310720 Change-Id: I26f7bce346038d10285b0a1ee7b29216ba151010
meteorcloudy
pushed a commit
that referenced
this issue
Nov 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug:
In Bazel 6.0.0rc2, the Java runfiles library no longer builds with Java 8:
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
JAVA_HOME
to a Java 8 JDKbazel build @bazel_tools//tools/java/runfiles --java_runtime_version=local_jdk_8
.Which operating system are you running Bazel on?
Any
What is the output of
bazel info release
?6.0.0rc2
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: