chore(deps): update dependency rules_java to v8.11.0 #453
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.8.0
->8.11.0
Release Notes
bazelbuild/rules_java (rules_java)
v8.11.0
Compare Source
Changes since 8.10.0
c100754
Update rules_java to 8.11.0 and java_tools to 13.18 (#280)16e6f4d
Test with Bazel 8 for rules_java BCR releasesca202de
Improve rules_java CI configaef7514
Add java_library outputs to validation outputsd649cd8
Migrate theJavaStarlarkApiTest.testJavaCommonCompileExposesOutputJarProvider
test to Starlark066193e
Migrate theJavaStarlarkApiTest.javaPlugin_exposesJavaOutputs
test to Starlark69416a8
Migrate theJavaStarlarkApiTest.testExposesJavaCommonProvider
test to Starlark7ea6427
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithManifestProto_javaRuleOutputJarsProvider
test to Starlarkbcd1de8
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithNativeHeaders_javaRuleOutputJarsProvider
test to Starlark73f0bc0
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithCompileJdeps_javaRuleOutputJarsProvider
test to Starlark554ca8c
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithGeneratedJars_javaGenJarsProvider
test to Starlark19903d5
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithGeneratedJars_javaRuleOutputJarsProvider
test to Starlark3e5f818
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithJdeps_javaRuleOutputJarsProvider
test to Starlarkd59acd9
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithOutputJarAndStampJar
test to Starlark4fc371b
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithPlugins
test to Starlark4f28748
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoPluginsFromExports
test to Starlarkd254714
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoExportProvider001
test to Starlarkcc186d5
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoExportProvider
test to Starlark65d7c62
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoExportProviderExportsDepsAdded
test to Starlarkcdb3c48
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoJavaSourceJarsProviderAndTransitiveRuntimeDeps
test to Starlark965ec76
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoJavaSourceJarsProviderAndTransitiveDeps
test to Starlark3105872
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoJavaSourceJarsProviderAndRuntimeDeps
test to Starlark9f340ac
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoSourceJarsProviderWithDeps
test to Starlarka792026
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithSourcesFilesAndSourcesJars
test to Starlark310b644
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithSourcesFiles
test to Starlark6da6693
Migrate theJavaInfoStarlarkApiTest.buildHelperPackSources_repackSingleJar
test to Starlark2d01682
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoSourceJarsProviderWithSourceJars
test to Starlark780f2ac
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithDepsAndNeverLink
test to Starlark6263674
Migrate theJavaInfoStarlarkApiTest.javaInfo_setNativeLibraries
test to Starlark0a6d102
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithRunTimeDeps
test to Starlark08fa9f7
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithDeps
test to Starlark63e326f
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoJavaRuleOutputJarsProviderSourceJarOutputJarAndUseIJar
test to Starlarkb8f1597
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithOutputJarAndUseIJar
test to Starlark20175c7
Migrate theJavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithOutputJarOnly
test to StarlarkMODULE.bazel setup
WORKSPACE setup
Using the rules
See the source.
v8.10.0
Compare Source
Changes since 8.9.0
8b3a998
Release@rules_java
v8.10.0
784f519
Updatejava_tools
v13.17
3d75749
Internal changee829603
Add a separate config for Bazel 8 to rules_java CIfca8eb9
Add a test thatjava_binary(stamp = -1)
does not override default stampingfe2e139
Add a test for java_common.compile() with a custom bootclasspathinfo and empty bootclasspath8b95028
Add a test for java_common.compile() with a custom bootclasspath2ffef4a
Add another test for extending compile time jdeps3bed9dc
Add a test for extending compile time jdeps5d4442e
Add a test forjava_common.JavaPluginInfo
31566a6
Internal changef5748b3
Add a test forjava_common.compile()
832cf12
Internal changeeb4d15a
Add a test forjava_common.compile
with exports and no sources250bbdc
Switch rules_java back to more named params (quasi-rollback of unknown commit)31edc44
Add make variables for runfiles location of $(JAVABASE) to support --no_legacy_external_runfiles. (#272)02ab5e6
Delete toolchains/BUILD.java_tools.ea19ca4
Add a test forjava_common.compile(sourcepath = ...)
6090866
Extract legacy native symbols to a separate bzl file290ffee
MigratejavaLibrary_propagatesDirectCcLinkingInformation
to Starlarkb57046a
Migrate thejavaInfo_exposesCcLinkingInformation
test to Starlarkaf504cf
Renameextra_processor_classes
toprocessor_classes
for processor bundle support6f2db13
EnforcecheckLegalityOfPluginOptions
check on-AgeneratesKotlin
javacopts.MODULE.bazel setup
WORKSPACE setup
Using the rules
See the source.
v8.9.0
Compare Source
Changes since 8.8.0
34d7e1b
Update rules_java to 8.9.0 and java_tools to 13.169d2f73e
Ignore theexec_group_compatible_with
attribute injava_binary
transitive validation collection93fdd8a
Add a test asseting that the JavaInfo returned by java_binary targets are marked as such.4aa6673
Improveandroid_support_tests.bzl
MODULE.bazel setup
WORKSPACE setup
Using the rules
See the source.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.