-
Notifications
You must be signed in to change notification settings - Fork 99
Comparing changes
Open a pull request
base repository: bazelbuild/rules_java
base: master
head repository: bazelbuild/rules_java
compare: release-7.x
- 11 commits
- 14 files changed
- 4 contributors
Commits on Oct 17, 2024
-
- Fix Bazel@HEAD to the bazel version at time of branch cut - Use Bazel 7.3.2 for Bazel 7.x
Configuration menu - View commit details
-
Copy full SHA for 000585f - Browse repository at this point
Copy the full SHA 000585fView commit details -
[7.x] Fix
auto_create_deploy_jarsinjava_binaryfor IntelliJ (#235)Configuration menu - View commit details
-
Copy full SHA for 8b35164 - Browse repository at this point
Copy the full SHA 8b35164View commit details -
[7.x] Backport ProguardSpecInfo (#232)
Starlark implementation makes it possible to use the provider without enabling `--experimental_google_legacy_api`. Tested: protocolbuffers/protobuf#18861
Configuration menu - View commit details
-
Copy full SHA for 8043af0 - Browse repository at this point
Copy the full SHA 8043af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9bd74 - Browse repository at this point
Copy the full SHA 2a9bd74View commit details
Commits on Dec 3, 2024
-
[7.x] Revert
bootstrap_runtime_toolchain_typechanges (#247)Copybara Import from #246 BEGIN_PUBLIC Revert `bootstrap_runtime_toolchain_type` changes (#246) This reverts the relevant bits from bcc5062 and 30ecf3f. The minimum supported Bazel version is now 6.4.0 which includes the type in `@bazel_tools`. Closes #246 END_PUBLIC COPYBARA_INTEGRATE_REVIEW=#246 from bazelbuild:hvd_tests_for_bootclasspath b666dc2 PiperOrigin-RevId: 702260069 Change-Id: Ie64994873a7b5609d4fb8b12a2472c82eb71493b (cherry picked from commit 4206c53) Conflicts: .bazelci/presubmit.yml MODULE.bazel test/repo/WORKSPACE
Configuration menu - View commit details
-
Copy full SHA for b64eb7d - Browse repository at this point
Copy the full SHA b64eb7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0344771 - Browse repository at this point
Copy the full SHA 0344771View commit details
Commits on Dec 11, 2024
-
[7.x] Remove
load()s of//java:defs.bzl(#252)This should make it possible to pin `@rules_java` to `7.x` with Bazel 8 in projects that don't actually require/use `@rules_java`. Otherwise, the `register_toolchains()` call in `MODULE.bazel` fails with Bazel 8 due to `native.java_proto_library` and `native.java_lite_proto_library` in `defs.bzl`
Configuration menu - View commit details
-
Copy full SHA for 0199be5 - Browse repository at this point
Copy the full SHA 0199be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac918f3 - Browse repository at this point
Copy the full SHA ac918f3View commit details -
[7.x] Pin bazel version to 7.4.1 (#254)
We can't build `@rules_java` `7.x` with Bazel 8 since `native.java_*` are all gone
Configuration menu - View commit details
-
Copy full SHA for d40a177 - Browse repository at this point
Copy the full SHA d40a177View commit details
Commits on Mar 25, 2025
-
[7.x] Add JDK 21 toolchain for
linux_riscv64(#282)This is a cherry-pick of #258 into 7.x. A new release would be appreciated as building bazel 7.x on riscv64 would require this. --------- Co-authored-by: Jack Wolfard <31635014+JackWolfard@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5bc7c03 - Browse repository at this point
Copy the full SHA 5bc7c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b24456 - Browse repository at this point
Copy the full SHA 9b24456View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...release-7.x