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

chore(deps): update dependency rules_java to v8.11.0 #440

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2025

This PR contains the following updates:

Package Type Update Change
rules_java http_archive minor 8.10.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 releases
ca202de Improve rules_java CI config
aef7514 Add java_library outputs to validation outputs
d649cd8 Migrate the JavaStarlarkApiTest.testJavaCommonCompileExposesOutputJarProvider test to Starlark
066193e Migrate the JavaStarlarkApiTest.javaPlugin_exposesJavaOutputs test to Starlark
69416a8 Migrate the JavaStarlarkApiTest.testExposesJavaCommonProvider test to Starlark
7ea6427 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithManifestProto_javaRuleOutputJarsProvider test to Starlark
bcd1de8 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithNativeHeaders_javaRuleOutputJarsProvider test to Starlark
73f0bc0 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithCompileJdeps_javaRuleOutputJarsProvider test to Starlark
554ca8c Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithGeneratedJars_javaGenJarsProvider test to Starlark
19903d5 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithGeneratedJars_javaRuleOutputJarsProvider test to Starlark
3e5f818 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithJdeps_javaRuleOutputJarsProvider test to Starlark
d59acd9 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithOutputJarAndStampJar test to Starlark
4fc371b Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithPlugins test to Starlark
4f28748 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoPluginsFromExports test to Starlark
d254714 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoExportProvider001 test to Starlark
cc186d5 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoExportProvider test to Starlark
65d7c62 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoExportProviderExportsDepsAdded test to Starlark
cdb3c48 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoJavaSourceJarsProviderAndTransitiveRuntimeDeps test to Starlark
965ec76 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoJavaSourceJarsProviderAndTransitiveDeps test to Starlark
3105872 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoJavaSourceJarsProviderAndRuntimeDeps test to Starlark
9f340ac Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoSourceJarsProviderWithDeps test to Starlark
a792026 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithSourcesFilesAndSourcesJars test to Starlark
310b644 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithSourcesFiles test to Starlark
6da6693 Migrate the JavaInfoStarlarkApiTest.buildHelperPackSources_repackSingleJar test to Starlark
2d01682 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoSourceJarsProviderWithSourceJars test to Starlark
780f2ac Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithDepsAndNeverLink test to Starlark
6263674 Migrate the JavaInfoStarlarkApiTest.javaInfo_setNativeLibraries test to Starlark
0a6d102 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithRunTimeDeps test to Starlark
08fa9f7 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithDeps test to Starlark
63e326f Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoJavaRuleOutputJarsProviderSourceJarOutputJarAndUseIJar test to Starlark
b8f1597 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithOutputJarAndUseIJar test to Starlark
20175c7 Migrate the JavaInfoStarlarkApiTest.buildHelperCreateJavaInfoWithOutputJarOnly test to Starlark

MODULE.bazel setup

bazel_dep(name = "rules_java", version = "8.11.0")

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_java",
    urls = [
        "https://github.com/bazelbuild/rules_java/releases/download/8.11.0/rules_java-8.11.0.tar.gz",
    ],
    sha256 = "d31b6c69e479ffa45460b64dc9c7792a431cac721ef8d5219fc9f603fa2ff877",
)

load("@​rules_java//java:rules_java_deps.bzl", "rules_java_dependencies")
rules_java_dependencies()
### note that the following line is what is minimally required from protobuf for the java rules
### consider using the protobuf_deps() public API from @​com_google_protobuf//:protobuf_deps.bzl
load("@​com_google_protobuf//bazel/private:proto_bazel_features.bzl", "proto_bazel_features")  # buildifier: disable=bzl-visibility
proto_bazel_features(name = "proto_bazel_features")
### register toolchains
load("@​rules_java//java:repositories.bzl", "rules_java_toolchains")
rules_java_toolchains()

Using the rules
See the source.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 13, 2025 11:05
@renovate renovate bot force-pushed the renovate/rules_java-8.x branch from 8c8e5f6 to 1e225d6 Compare March 14, 2025 11:18
@renovate renovate bot merged commit dfd7dfc into main Mar 14, 2025
47 checks passed
@renovate renovate bot deleted the renovate/rules_java-8.x branch March 14, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants