1. ca03ec1 Add a test for `java_binary` runtime_deps with transitive data by Googler · 2 days ago upstream/master
  2. d119843 Add a test for `java_binary` runtime_deps transitivity by Googler · 3 days ago
  3. 6a5a89d Automatic code cleanup. by Googler · 3 days ago
  4. 4206909 Enable path mapping for `java_single_jar`. by Googler · 7 days ago
  5. f2a3c63 Prepare `java_single_jar_tests.bzl` for enabling path stripping by Googler · 8 days ago
  6. 7422b05 Enable path mapping for JavaDeployJar by Googler · 10 days ago
  7. d79223b Add a test for `java_test` srcs file types by Googler · 10 days ago
  8. 4c46605 Add a test for `java_binary` srcs file types by Googler · 11 days ago
  9. 0a9737f Propagate `.jdeps` for `java_import` (#363) by Fabian Meumertzheim · 11 days ago
  10. 1beac49 Add a test for `java_binary` deps without srcs by Googler · 12 days ago
  11. 14ed0f1 Fix `@rules_java` CI after https://github.com/bazelbuild/bazel/commit/3b812d349882f0a12028f16379b83de757796737 by Googler · 2 weeks ago
  12. 54439b9 Fix `java_single_jar` to propagate full transitive classpath and use shell param file format by Googler · 2 weeks ago
  13. 3b9d0f2 Internal change[^1] by Googler · 2 weeks ago
  14. 8f847aa Allow java_binary to exclude build metadata (#376) by Peter Donald · 3 weeks ago
  15. 97d85d1 Remove header_compiler_direct_opts from java_toolchain (#379) by David Ostrovsky · 3 weeks ago 9.9.0
  16. 59e77d1 Update `java_tools` `v21.0` by Googler · 3 weeks ago
  17. 40be191 Add a test for `java_binary` `--experimental_strict_java_deps` behavior by Googler · 3 weeks ago
  18. ec0e90c Add a `java_toolchain` attribute to specify options to the `header_compiler_direct` tool (#375) by David Ostrovsky · 3 weeks ago
  19. b39810e Remove `java_attrs.resources` by Googler · 3 weeks ago
  20. 201e09d Improve the `javac_action_subject` API by Googler · 3 weeks ago
  21. 7f7a7ba Add a test for `java_binary` jdeps output filename. by Googler · 4 weeks ago
  22. 693659a Add Bazel 9.x to `rules_java`'s BCR presubmits by Googler · 5 weeks ago
  23. e88b808 Update `java_tools` to `v20.0` by Googler · 5 weeks ago 9.8.0
  24. 4e79508 Update Azul remotejdk versions (#370) by David Ostrovsky · 5 weeks ago
  25. 3326e08 Fix rules_java `metadata.template.json` for BCR by Googler · 5 weeks ago
  26. 526b170 Remove usages of the Turbine graal native image for `darwin_x86_64` by Googler · 5 weeks ago 9.7.2
  27. 1ccc4be Pass Java version in Windows launch info. by Googler · 5 weeks ago 9.7.1
  28. 8309c61 Delete downloaded archive after hashing in dump_remote_jdk_configs (#372) by David Ostrovsky · 5 weeks ago
  29. 8211ed6 Limit test output unless debugging by Googler · 5 weeks ago
  30. ed021f9 Fix `check_remote_jdk_configs.sh` for archives with nested layouts by Googler · 5 weeks ago
  31. c5a676d Add a test for `java_binary` with duplicate classpath resources. by Googler · 5 weeks ago
  32. 8a67bfa Add a test for `java_test` with inner test class. by Googler · 6 weeks ago
  33. 54cc8ed Add a test for `java_binary` with inner main class. by Googler · 6 weeks ago
  34. df48f45 Internal change by Googler · 6 weeks ago
  35. 2f4643b Add a test for `java_binary` native library paths with transitive deps. by Googler · 7 weeks ago
  36. 9ed4512 Add a test that `java_test` has assertions enabled. by Googler · 7 weeks ago
  37. ed0a552 Remove `java_runtime` override by Googler · 8 weeks ago
  38. 899c551 Upgrade default JDK to 25. by Googler · 9 weeks ago 9.7.0
  39. e06bb23 Return repo_metadata from repository_rules (#367) by Keith Smiley · 9 weeks ago
  40. 5f71e54 Add a test for `java_test` with a `main_class` containing a `.` by Googler · 9 weeks ago
  41. 9b487a5 Add a test for `java_test` with an implicit `main_class` by Googler · 9 weeks ago
  42. 166f9c9 Add a test for `java_binary` with an implicit `main_class` by Googler · 2 months ago
  43. f4e1786 Add a test for `java_binary` with an explicit `main_class` by Googler · 2 months ago
  44. 97e35ce Add a test for `java_binary` with a transitive dep on `java_library` by Googler · 2 months ago
  45. 6c50405 Add a test for `java_binary` deploy jar coverage setup by Googler · 3 months ago
  46. 5aebf50 Delete an incorrect test by Googler · 3 months ago
  47. 5bc91d5 Add a test for a `java_binary` resources by Googler · 3 months ago
  48. 235f8ac Add a test for a `java_binary` rule in a subdirectory. by Googler · 3 months ago
  49. d999e96 Add a test for `java_binary` without `/java/` in the package path by Googler · 3 months ago
  50. 26b895a Refactor test suite property name for testing by Googler · 3 months ago
  51. 57dc3a2 Add a test for `java_binary` without sources. by Googler · 3 months ago
  52. 35e8391 Do not percent-encode '+' in classpath-jar manifest Class-Path entries (#358) by mgalindo-sc · 3 months ago
  53. 1f215f8 Improve the artifact closure API for tests by Googler · 3 months ago
  54. 923e766 Cleanup obsolete TODO by Googler · 3 months ago
  55. 2f57464 Simplify toolchain config for linux (#357) by zhaixiaojuan · 3 months ago
  56. 68b16bd Add test that `java_binary` has no launcher dep if `create_executable = False` by Googler · 3 months ago
  57. a2f84ab Delete `@rules_java//java/docs` by Googler · 4 months ago
  58. 70844db Fix test formatting and hard-coded value(s) by Googler · 4 months ago
  59. aec8d41 Simplify launcher tests setup by Googler · 4 months ago
  60. 7ed01c9 Migrate the module flag tests to Starlark by Googler · 4 months ago
  61. c54e911 Create a `java_common.compile_header` API that just does the header compilation part of `java_common.compile` by Googler · 4 months ago
  62. ffd5c75 Migrate the `javaTestInvalidTestClassAtRootPackage` test to Starlark by Googler · 4 months ago
  63. 1f93909 Open source one version tests by Googler · 4 months ago
  64. 206ebe3 Add java_library tests by Googler · 4 months ago
  65. 2e11dbd Fix `@rules_java` CI with `Bazel@HEAD`. by Googler · 5 months ago
  66. 6d7ddaa Add java_library tests by Googler · 5 months ago
  67. 0b519df Add java_library tests by Googler · 5 months ago
  68. d07df79 Migrate the `testResourceStripPrefix` test to Starlark by Googler · 5 months ago
  69. 23ef409 Migrate the `javaTestSetsSecurityManagerPropertyOnVersion17` to Starlark by Googler · 5 months ago
  70. e1c82d4 Internal Change by Googler · 5 months ago
  71. 7b13ead Support disable_lint_checks in java_library by Googler · 5 months ago
  72. 2399899 Internal change by Googler · 5 months ago
  73. 747bddd Add `java_library` tests by Googler · 5 months ago
  74. 5ae9e83 Internal change by Googler · 6 months ago
  75. afefe1e Deduplicate mock `java_toolchain` declarations by Googler · 6 months ago
  76. db20055 Move mock toolchain files to `test/java/testutil` by Googler · 6 months ago
  77. 8c82b7f No public description by Googler · 6 months ago
  78. 22b3280 Migrate `JavaStarlarkApiTest.testPackSourcesWithExternalResourceArtifact` to Starlark by Googler · 6 months ago
  79. f083369 Update `rules_java`'s `CODEOWNERS` by Googler · 6 months ago
  80. 73bd402 Remove extra whitespace by Googler · 6 months ago
  81. 983b13c Implement applicable --java_launcher tests in Starlark and open-source them. by Googler · 6 months ago
  82. 635d5ab Implement darwin test in java_test. by Googler · 6 months ago
  83. cc7a75a Implement java_test tests checking for compile time deps on the test runner. by Googler · 6 months ago
  84. 123b370 Improve tests added in https://github.com/bazelbuild/rules_java/commit/0508ac3d647638dbd8b59d4d54f43dfb89f65f00 by Googler · 6 months ago
  85. 0508ac3 Support embedding stamping info from bazel in `java_single_jar` by Googler · 6 months ago
  86. cfa0456 Implement the easy java_test unit tests in Starlark. by Googler · 6 months ago
  87. b430185 Remove deleted pipeline from `README.md` by Googler · 6 months ago
  88. cde9c8b Starlarkify some java runtime tests and one common test. by Googler · 6 months ago
  89. 421776c Attempt to fix missing class error by not using tree artifacts for bootclasspath (#340) by James Judd · 6 months ago
  90. 22bc9a8 Automatic code cleanup. by Googler · 6 months ago
  91. 878ddc1 Starlarkify `*IsPrivateApi` tests in `JavaStarlarkApiTest`. by Googler · 6 months ago
  92. dbefcf3 Starlarkify many `JavaStarlarkApiTest` tests. by Googler · 6 months ago
  93. 80a3bd6 Fix rules_java CI broken by https://github.com/rules_java/bazel/commit/927f2914f8d01cc4f7376e8ffc6adaf76cec1f02 by Googler · 6 months ago
  94. 927f291 Migrate DeployArchiveBuilderTest.testGPlatformK8 by Googler · 6 months ago
  95. e898c0f Prepare for Starlarkifying more `java_library` and `java_binary` tests by Googler · 6 months ago
  96. abda3d1 Test that --experimental_strict_java_deps is passed down to the javac action by Googler · 6 months ago
  97. 27163ac Starlarkify coverage, annotation processing tests. by Googler · 6 months ago
  98. 21e567b Remove JavaToolchainTest and add a Starlark test for java_common toolchain type enforcement. by Googler · 6 months ago
  99. f64dab7 Add a test for deploy jars with custom singlejar by Googler · 6 months ago
  100. 85d5bf8 Move JavaToolchain location expansion test to Starlark. by Googler · 6 months ago