Open comius opened 1 week ago
Having 2 copies of providers in Bazel and in rules_java repository is potentially problematic.
Version skew might make modifications to JavaInfo very difficult to impossible.
Java Rules
No response
bazel info release
development version
(@non-git)
git remote get-url origin; git rev-parse HEAD
@bazel-io fork 8.0.0
Description of the bug:
Having 2 copies of providers in Bazel and in rules_java repository is potentially problematic.
Version skew might make modifications to JavaInfo very difficult to impossible.
Which category does this issue belong to?
Java Rules
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
No response
What is the output of
bazel info release
?No response
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 HEAD
?No response
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
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