1. 4586a5b Creates _test_java_home_generated for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 3 days ago master
  2. 3ed9228 `JavaStarlarkApiTest`: starlarkify neverlink, native lib tests. by Googler · 4 days ago
  3. 4b43908 Creates _test_no_srcs for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 4 days ago
  4. 6710ecd Creates _test_make_variables for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 4 days ago
  5. 188850b `JavaStarlarkApiTest`: starlarkify `javaInfoConstructorWithNeverlink` by Googler · 5 days ago
  6. 5265486 Add releasing and publish-to-bcr workflows (#351) by hvadehra · 5 days ago
  7. d6d6628 Internal change by Googler · 6 days ago
  8. eaf868e Move java_runtime tests to the toolchains directory. by Googler · 6 days ago
  9. de9e229 Creates _test_runtime_alias for java_runtime() in rules/java_runtime_tests.bzl by Googler · 9 days ago
  10. db9b361 Creates _test_runtime_alias for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 9 days ago
  11. 55d2f9a Creates _test_relative_java_home for java_runtime() in java_runtime_tests.bzl by Googler · 10 days ago
  12. 2814216 Creates _test_absolute_java_home for java_runtime() in java_runtime_tests.bzl by Googler · 10 days ago
  13. 2d0ba3d Creates _test_bin_java_path_name for java_runtime() in java_runtime_tests.bzl by Googler · 10 days ago
  14. 5450a51 Creates _test_absolute_java_home_with_java for java_runtime() in java_runtime_tests.bzl by Googler · 10 days ago
  15. 4b00962 Creates _test_absolute_java_home_with_srcs for java_runtime() in java_runtime_tests.bzl by Googler · 10 days ago
  16. 1cd7671 Creates a first simple test for java_runtime() in java_runtime_tests.bzl by Googler · 10 days ago
  17. 42139be Remove `add_exports` and `add_opens` parameters from `java_common.compile` by Googler · 11 days ago
  18. 10e179c Adds a test for compilation_outputs output group to java_binary_tests.bzl by Googler · 11 days ago
  19. 2039d00 Remove handling for empty java_imports jars by Googler · 11 days ago
  20. 14642c5 Release `rules_java` `v9.5.0` by Googler · 12 days ago
  21. 0666283 Update `java_tools` to `v19.0` by Googler · 12 days ago
  22. 4beb813 Release `rules_java` `v9.4.2` by Googler · 12 days ago
  23. 6c9bc77 Fix javacopts expansion by Googler · 12 days ago
  24. aa4075b Automated rollback of commit 1824a5548e56ecd337687ff32baf98e37ddd6b16. by Googler · 12 days ago
  25. aade08e Release `@rules_java` `v9.4.1` by Googler · 12 days ago
  26. 7e5a90c Fix `bzl_library` graph for `java_single_jar` by Googler · 12 days ago
  27. f70e126 Run `@rules_java` extra tests only with the latest Bazel release by Googler · 13 days ago
  28. 7eb8b69 Release `@rules_java` `v9.4.0` by Googler · 13 days ago
  29. 4566a5d Fix `java_single_jar` compatibility with Bazel 7 by Googler · 2 weeks ago
  30. bef4f98 Add testing for Bazel 9 to `@rules_java` CI by Googler · 2 weeks ago
  31. d2d7258 Add remote JDK 25 for riscv64, ppc64le and s390x (#347) by Levi Zim · 2 weeks ago
  32. ad1b9c8 upgrade jdk25 to 25.0.2 (#349) by Benjamin Peterson · 2 weeks ago
  33. 1824a55 Add `--sun-misc-unsafe-memory-access=allow` to `JavaBuilder`'s jvm flags by Googler · 2 weeks ago
  34. 7372e8c chore(docs): add quickstart template link to README (#344) by Alex Eagle · 3 weeks ago
  35. 243a1d4 Fix a `.jar` file in `java_import.runtime_deps` by Googler · 3 weeks ago
  36. e910554 Fix `@rules_java` CI after https://github.com/bazelbuild/buildtools/releases/tag/v8.5.1 by Googler · 3 weeks ago
  37. e0bcbba Fix javacopts make variable expansion regression (#346) by hvadehra · 3 weeks ago
  38. 624b208 avoid loading from defs.bzl (#341) by Benjamin Peterson · 6 weeks ago
  39. aa0345c Instruct `java_binary` not to compress `protobuf.meta`. by Googler · 7 weeks ago
  40. 59e9cb5 Automatic code cleanup. by Googler · 9 weeks ago
  41. 9d6184b Release `rules_java` `9.3.0` by Googler · 3 months ago
  42. 92f1486 Update to `java_tools` `18.1` by Googler · 3 months ago
  43. e6ba46c Internal change by Googler · 3 months ago
  44. 14562f0 Support --library boolean flag for Android Lint in Java rules by Googler · 3 months ago
  45. 2095190 Refer to the SingleJar "executable" instead of "deploy jar." by Googler · 3 months ago
  46. dbd8cb4 Release `rules_java` `v9.2.0` by Googler · 3 months ago
  47. 686ed85 Update to `java_tools` `v18.0` by Googler · 3 months ago
  48. 1138277 Internal change by Googler · 3 months ago
  49. 8bf8bca Extract utility methods used in the loading phase from `impl/java_helper.bzl` into a separate bzl file by Googler · 3 months ago
  50. b685658 Release `rules_java` `v9.1.0` by Googler · 3 months ago
  51. 4f806ff Avoid quadratic time on string concatenation in _get_native_deps_helper. by Googler · 3 months ago
  52. 4a9881b remove Bazel 6 branch (#337) by Benjamin Peterson · 3 months ago
  53. ad7f833 Cleanup unused Bazel 6 test filtering by Googler · 3 months ago
  54. b5b4100 Prepare to remove _LEGACY_ANY_TYPE_ATTRS workaround in java_toolchain by Googler · 3 months ago
  55. b55339e Drop support for Bazel 6 by Googler · 3 months ago
  56. e515e2d Fix typo in `java_binary.bzl` comment. by Googler · 3 months ago
  57. 542f5fa Delete non-actionable `TODO` by Googler · 3 months ago
  58. 37b099c Refactor java_single_jar to allow custom output names. by Googler · 3 months ago
  59. 1993657 Enable C++ rules and providers by Googler · 3 months ago
  60. d4159a2 Fix bazel version check in `local_java_repository.bzl` by Googler · 3 months ago
  61. 6ea00a4 Internal change by Googler · 3 months ago
  62. aa153f0 Execute the `check_remote_java_tools_configs_test` only on a single platform by Googler · 3 months ago
  63. 8427063 Release `@rules_java` `v9.0.3` by Googler · 4 months ago
  64. 9b84026 Rename target to avoid artifact conflict by Googler · 4 months ago
  65. 56177d0 Release `@rules_java` `v9.0.2` by Googler · 4 months ago
  66. a27c7de Cut the dependency on ijar when not stripping the bootclasspath by Googler · 4 months ago
  67. 67e83ef Release `@rules_java` `v9.0.1` by Googler · 4 months ago
  68. b1376dd Add support for an unstripped bootclasspath by Googler · 4 months ago
  69. 8bf8a94 Release `@rules_java` `v9.0.0` by Googler · 4 months ago
  70. 9073b05 Update `rules_cc` dep to fix CI by Googler · 4 months ago
  71. a27004a Update JDKs to latest patch releases (#335) by Fabian Meumertzheim · 4 months ago
  72. 4a1933a Migrate swig_include_scanning to Starlark. In native code, this is hard coded to True, but it's also used in starlark code. So, in native code, remove references to the flag. In Starlark code, refer to the starlark option. No OSS code here, so we can add the extra attribute to refer to the flag. by Googler · 4 months ago
  73. 76212e6 Include the srcjar (if there is one) in the _validation output group so blaze will check whether the srcjar file actually exists. by Liz Looney · 4 months ago
  74. 402b184 upgrade java_tools to 17.0 and wire up linux aarch64 prebuilts (#334) by Benjamin Peterson · 4 months ago
  75. 36264e4 Update zulu JDKs to latest patch release (#327) (#328) by simonresch · 4 months ago
  76. b4539a4 Revert: Temporarily disable rules_java CI on macos/macos_arm64 due to infra issue by Googler · 4 months ago
  77. 6018c90 Temporarily disable rules_java CI on macos/macos_arm64 due to infra issue by Googler · 4 months ago
  78. 7ff9193 Fix test class determination error message (#326) by Fabian Meumertzheim · 4 months ago
  79. 1ed307b Increase maxwarns to -1 (#291) by Farid Zakaria · 4 months ago
  80. 3257e83 Re-enable `ReturnValueIgnored` error prone check by Googler · 5 months ago
  81. 212b7ab Remove hasattr check from use_header_compilation_direct_deps logic by Googler · 5 months ago
  82. 6a30ab8 Run the bootclasspath through ijar (#324) by Fabian Meumertzheim · 5 months ago
  83. b19de64 Stop using the deprecated Label.workspace_name (#317) by Ed Schouten · 5 months ago
  84. 3cbc18e Update abseil-cpp to remove override (#322) by Fabian Meumertzheim · 5 months ago
  85. ebfccdf add some useful flags to the remotejdk fetching curl (#320) by Benjamin Peterson · 5 months ago
  86. ff92bd1 Release `@rules_java` `v8.16.1` by Googler · 5 months ago
  87. 39cae30 Update the compilation JDK to 25 (#323) by Fabian Meumertzheim · 5 months ago
  88. 1ee3e35 Release `@rules_java` `v8.16.0` by Googler · 5 months ago
  89. 7a625ca Add JDK 25 (#319) by Fabian Meumertzheim · 5 months ago
  90. 0423b07 Fix CI failures with last_green (#321) by Fabian Meumertzheim · 5 months ago
  91. faaab40 Use `@bazel_features` for rules_java compatibility proxy by Googler · 5 months ago
  92. 6f74e94 Run `@rules_java` CI on rolling Bazel releases by Googler · 6 months ago
  93. 7907339 Update `rules_java` CI to use Bazel 8.4.0 by Googler · 6 months ago
  94. 4bd56d5 chore: Support remote_file_urls and remote_file_integrity in extension (#315) by Honnix · 6 months ago
  95. d874497 Release `rules_java` `v8.15.2` by Googler · 6 months ago
  96. 52aa53a Add a module extension for registering local/remote jdks (#312) by hvadehra · 6 months ago
  97. e22f29a Break the `java_helper.bzl` -> `cc_helper.bzl` edge by Googler · 6 months ago
  98. 344df11 Release `@rules_java` `v8.15.1` by Googler · 7 months ago
  99. 45061b3 Fix Java coverage support on Windows by adding coverage_main_class to launch_info (#311) by Krishna Magar · 7 months ago
  100. c0462f0 Update rules_java to 8.15.0 (#309) by Ian (Hee) Cha · 7 months ago