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