Skip to content

chore(deps): update dependency rules_java to v8.10.0 #436

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

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2025

This PR contains the following updates:

Package Type Update Change
rules_java http_archive minor 8.9.0 -> 8.10.0

Release Notes

bazelbuild/rules_java (rules_java)

v8.10.0

Compare Source

Changes since 8.9.0
8b3a998 Release @rules_java v8.10.0
784f519 Update java_tools v13.17
3d75749 Internal change
e829603 Add a separate config for Bazel 8 to rules_java CI
fca8eb9 Add a test that java_binary(stamp = -1) does not override default stamping
fe2e139 Add a test for java_common.compile() with a custom bootclasspathinfo and empty bootclasspath
8b95028 Add a test for java_common.compile() with a custom bootclasspath
2ffef4a Add another test for extending compile time jdeps
3bed9dc Add a test for extending compile time jdeps
5d4442e Add a test for java_common.JavaPluginInfo
31566a6 Internal change
f5748b3 Add a test for java_common.compile()
832cf12 Internal change
eb4d15a Add a test for java_common.compile with exports and no sources
250bbdc 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 for java_common.compile(sourcepath = ...)
6090866 Extract legacy native symbols to a separate bzl file
290ffee Migrate javaLibrary_propagatesDirectCcLinkingInformation to Starlark
b57046a Migrate the javaInfo_exposesCcLinkingInformation test to Starlark
af504cf Rename extra_processor_classes to processor_classes for processor bundle support
6f2db13 Enforce checkLegalityOfPluginOptions check on -AgeneratesKotlin javacopts.

MODULE.bazel setup

bazel_dep(name = "rules_java", version = "8.10.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.10.0/rules_java-8.10.0.tar.gz",
    ],
    sha256 = "476bd403f284e5080037f1910a29ce4c482ac798a3560c2e0df6d6f1857011b6",
)

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 4, 2025 10:18
@renovate renovate bot merged commit 0f396ec into main Mar 7, 2025
47 checks passed
@renovate renovate bot deleted the renovate/rules_java-8.x branch March 7, 2025 08:01
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