Update dependency rules_java to v8.12.0 #414
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.11.0
->8.12.0
Release Notes
bazelbuild/rules_java (rules_java)
v8.12.0
Compare Source
IMPORTANT: Bazel 8 users still using WORKSPACE please note the change in the setup below.
Changes since 8.11.0
808f849
Use thelauncher_maker
toolchain if available (#294)042e9a6
Use@platforms//host
instead of@local_config_platform
4ce6ca9
Validatejava_common.compile(strict_deps)
in Starlark94426d1
Fix case handling ofjava_common.compile(strict_deps)
1d2eecd
Remove support for empty jars attribute from java_import86962f9
Change deprecation message to be more helpful for java_proto_library/java_lite_proto_library9fac3ac
Configure coverage helpers for the test exec group (#292)4b5e2a9
Fix empty jars check for Bazel java_importad510ed
Remove usages of--incompatible_disable_non_executable_java_binary
2779574
Thetest_class
of ajava_test
for JUnit4 does not have to have@RunWith
.bf2fb43
Fix commentda9eee2
Fix classpath separator when cross-compiling from Windows to Unix (#290)bd9c5f8
Change type ofoutput_licenses
fromattr.license
toattr.string_list
.804e93e
Update tojava_tools
v14.0
(#286)05ee692
Add ppc64le platform support (#274)1b5a8b2
Set use_default_shell_env = True consistently. (#276)MODULE.bazel setup
WORKSPACE setup
With Bazel 8.0.0 and before 8.3.0, add the following to your file:
In all cases, add the following to your file:
Using the rules
See the source.
View the repository job log