1. 59e9cb5 Automatic code cleanup. by Googler · 14 days ago master
  2. 9d6184b Release `rules_java` `9.3.0` by Googler · 3 weeks ago
  3. 92f1486 Update to `java_tools` `18.1` by Googler · 3 weeks ago
  4. e6ba46c Internal change by Googler · 4 weeks ago
  5. 14562f0 Support --library boolean flag for Android Lint in Java rules by Googler · 4 weeks ago
  6. 2095190 Refer to the SingleJar "executable" instead of "deploy jar." by Googler · 4 weeks ago
  7. dbd8cb4 Release `rules_java` `v9.2.0` by Googler · 4 weeks ago
  8. 686ed85 Update to `java_tools` `v18.0` by Googler · 4 weeks ago
  9. 1138277 Internal change by Googler · 5 weeks ago
  10. 8bf8bca Extract utility methods used in the loading phase from `impl/java_helper.bzl` into a separate bzl file by Googler · 5 weeks ago
  11. b685658 Release `rules_java` `v9.1.0` by Googler · 5 weeks ago
  12. 4f806ff Avoid quadratic time on string concatenation in _get_native_deps_helper. by Googler · 5 weeks ago
  13. 4a9881b remove Bazel 6 branch (#337) by Benjamin Peterson · 5 weeks ago
  14. ad7f833 Cleanup unused Bazel 6 test filtering by Googler · 5 weeks ago
  15. b5b4100 Prepare to remove _LEGACY_ANY_TYPE_ATTRS workaround in java_toolchain by Googler · 5 weeks ago
  16. b55339e Drop support for Bazel 6 by Googler · 5 weeks ago
  17. e515e2d Fix typo in `java_binary.bzl` comment. by Googler · 6 weeks ago
  18. 542f5fa Delete non-actionable `TODO` by Googler · 6 weeks ago
  19. 37b099c Refactor java_single_jar to allow custom output names. by Googler · 6 weeks ago
  20. 1993657 Enable C++ rules and providers by Googler · 6 weeks ago
  21. d4159a2 Fix bazel version check in `local_java_repository.bzl` by Googler · 6 weeks ago
  22. 6ea00a4 Internal change by Googler · 7 weeks ago
  23. aa153f0 Execute the `check_remote_java_tools_configs_test` only on a single platform by Googler · 7 weeks ago
  24. 8427063 Release `@rules_java` `v9.0.3` by Googler · 8 weeks ago
  25. 9b84026 Rename target to avoid artifact conflict by Googler · 8 weeks ago
  26. 56177d0 Release `@rules_java` `v9.0.2` by Googler · 8 weeks ago
  27. a27c7de Cut the dependency on ijar when not stripping the bootclasspath by Googler · 8 weeks ago
  28. 67e83ef Release `@rules_java` `v9.0.1` by Googler · 8 weeks ago
  29. b1376dd Add support for an unstripped bootclasspath by Googler · 8 weeks ago
  30. 8bf8a94 Release `@rules_java` `v9.0.0` by Googler · 8 weeks ago
  31. 9073b05 Update `rules_cc` dep to fix CI by Googler · 8 weeks ago
  32. a27004a Update JDKs to latest patch releases (#335) by Fabian Meumertzheim · 8 weeks ago
  33. 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 · 2 months ago
  34. 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 · 2 months ago
  35. 402b184 upgrade java_tools to 17.0 and wire up linux aarch64 prebuilts (#334) by Benjamin Peterson · 2 months ago
  36. 36264e4 Update zulu JDKs to latest patch release (#327) (#328) by simonresch · 3 months ago
  37. b4539a4 Revert: Temporarily disable rules_java CI on macos/macos_arm64 due to infra issue by Googler · 3 months ago
  38. 6018c90 Temporarily disable rules_java CI on macos/macos_arm64 due to infra issue by Googler · 3 months ago
  39. 7ff9193 Fix test class determination error message (#326) by Fabian Meumertzheim · 3 months ago
  40. 1ed307b Increase maxwarns to -1 (#291) by Farid Zakaria · 3 months ago
  41. 3257e83 Re-enable `ReturnValueIgnored` error prone check by Googler · 3 months ago
  42. 212b7ab Remove hasattr check from use_header_compilation_direct_deps logic by Googler · 3 months ago
  43. 6a30ab8 Run the bootclasspath through ijar (#324) by Fabian Meumertzheim · 3 months ago
  44. b19de64 Stop using the deprecated Label.workspace_name (#317) by Ed Schouten · 3 months ago
  45. 3cbc18e Update abseil-cpp to remove override (#322) by Fabian Meumertzheim · 3 months ago
  46. ebfccdf add some useful flags to the remotejdk fetching curl (#320) by Benjamin Peterson · 3 months ago
  47. ff92bd1 Release `@rules_java` `v8.16.1` by Googler · 3 months ago
  48. 39cae30 Update the compilation JDK to 25 (#323) by Fabian Meumertzheim · 3 months ago
  49. 1ee3e35 Release `@rules_java` `v8.16.0` by Googler · 3 months ago
  50. 7a625ca Add JDK 25 (#319) by Fabian Meumertzheim · 3 months ago
  51. 0423b07 Fix CI failures with last_green (#321) by Fabian Meumertzheim · 3 months ago
  52. faaab40 Use `@bazel_features` for rules_java compatibility proxy by Googler · 4 months ago
  53. 6f74e94 Run `@rules_java` CI on rolling Bazel releases by Googler · 4 months ago
  54. 7907339 Update `rules_java` CI to use Bazel 8.4.0 by Googler · 4 months ago
  55. 4bd56d5 chore: Support remote_file_urls and remote_file_integrity in extension (#315) by Honnix · 4 months ago
  56. d874497 Release `rules_java` `v8.15.2` by Googler · 4 months ago
  57. 52aa53a Add a module extension for registering local/remote jdks (#312) by hvadehra · 5 months ago
  58. e22f29a Break the `java_helper.bzl` -> `cc_helper.bzl` edge by Googler · 5 months ago
  59. 344df11 Release `@rules_java` `v8.15.1` by Googler · 5 months ago
  60. 45061b3 Fix Java coverage support on Windows by adding coverage_main_class to launch_info (#311) by Krishna Magar · 5 months ago
  61. c0462f0 Update rules_java to 8.15.0 (#309) by Ian (Hee) Cha · 5 months ago
  62. bbb99fa rules_java: Rename CcInfo#transitive_native_libraries to _legacy_transitive_native_libraries by Googler · 5 months ago
  63. d8246a4 Automatic code cleanup. by Donald Duo Zhao · 6 months ago
  64. 02f488d Release `@rules_java` `v8.14.0` by Googler · 6 months ago
  65. 3b9ca99 Update to `java_tools` `v16.0` by Googler · 6 months ago
  66. 0b94d21 Use root test_deps target from bazel_skylib (#306) by Yun Peng · 6 months ago
  67. aec334a Migrate from deprecated cc_linking_context.libraries_to_link to cc_linking_context.linker_inputs.libraries by Googler · 6 months ago
  68. d3f3408 Make C++ toolchain explicitly not mandatory by Googler · 6 months ago
  69. 3daed1a Update `@rules_java` CI to use Bazel `8.3.0` by Googler · 6 months ago
  70. d1e335a Release `rules_java` `v8.13.0` by Googler · 7 months ago
  71. c289c72 Update `java_tools` `v15.0` by Googler · 7 months ago
  72. d927aa0 Fix Runfiles docs after #301 (#302) by Fabian Meumertzheim · 7 months ago
  73. 1a2c184 use DefaultInfo in rules_java (#303) by David Sanderson · 7 months ago
  74. 1947744 Add support for `--incompatible_compact_repo_mapping_manifest` (#301) by Fabian Meumertzheim · 7 months ago
  75. fecb9fb Remove a reference to incompatible_disallow_java_import_empty_jars after unknown commit by Googler · 7 months ago
  76. a75e722 In `make_non_strict`, `header_compilation_direct_deps` should be the same as `compile_jars`, not `full_compile_jars` by Googler · 7 months ago
  77. ae8a5b2 Initial support for header compilation direct deps by Googler · 7 months ago
  78. 899c2b7 Improve the error message for no matching bootclasspath (#296) by Fabian Meumertzheim · 7 months ago
  79. 0af04ab Replace asserts on library_identifier with static_library by Googler · 7 months ago
  80. b07c319 Use Rocky Linux instead of CentOS for rules_java BCR presubmits by Googler · 7 months ago
  81. 6915f89 Release `rules_java` `8.12.0` by Googler · 7 months ago
  82. 808f849 Use the `launcher_maker` toolchain if available (#294) by Fabian Meumertzheim · 7 months ago
  83. 042e9a6 Use `@platforms//host` instead of `@local_config_platform` by Googler · 7 months ago
  84. 4ce6ca9 Validate `java_common.compile(strict_deps)` in Starlark by Googler · 8 months ago
  85. 94426d1 Fix case handling of `java_common.compile(strict_deps)` by Googler · 8 months ago
  86. 7a3d650 Clarify `java_plugin` documentation by Googler · 8 months ago
  87. 1d2eecd Remove support for empty jars attribute from java_import by Googler · 8 months ago
  88. 02eae7e Add a test for java_import with a custom java rule by Googler · 8 months ago
  89. 7a17d5e Add a test for java_import srcjar output groups. by Googler · 8 months ago
  90. bde9b21 Migrate the `JavaImportConfiguredTargetTest.testJavaImportExportsTransitiveProguardSpecs` test to Starlark by Googler · 8 months ago
  91. cb4ccd1 Migrate the `JavaImportConfiguredTargetTest.testJavaImportValidatesProguardSpecs` test to Starlark by Googler · 8 months ago
  92. 668f1a6 Migrate the `JavaImportConfiguredTargetTest.testJavaImportValidatesTransitiveProguardSpecs` test to Starlark by Googler · 8 months ago
  93. 27bda7d Migrate the `JavaImportConfiguredTargetTest.testNeverlinkIsPopulated` test to Starlark by Googler · 8 months ago
  94. e694221 Migrate the `JavaImportConfiguredTargetTest.testTransitiveSourceJars` test to Starlark by Googler · 8 months ago
  95. 4bb7207 Migrate the `JavaImportConfiguredTargetTest.testExportsRunfilesCollection` test to Starlark by Googler · 8 months ago
  96. d3ff0e0 Migrate the `JavaImportConfiguredTargetTest.testRuntimeDepsAreNotOnClasspath` test to Starlark by Googler · 8 months ago
  97. 5401173 Migrate the `JavaImportConfiguredTargetTest.testDuplicateJarsThroughFilegroup` test to Starlark by Googler · 8 months ago
  98. 3b5ebd8 Migrate the `JavaImportConfiguredTargetTest.testIjarCanBeDisabled` test to Starlark by Googler · 8 months ago
  99. d2df006 Migrate the `JavaImportConfiguredTargetTest.testExports` test to Starlark by Googler · 8 months ago
  100. a06d6cc Migrate the `JavaImportConfiguredTargetTest.testDisallowsJavaRulesInSrcs` test to Starlark by Googler · 8 months ago