1. 9ed4512 Add a test that `java_test` has assertions enabled. by Googler · 2 days ago master
  2. ed0a552 Remove `java_runtime` override by Googler · 10 days ago
  3. 899c551 Upgrade default JDK to 25. by Googler · 11 days ago
  4. e06bb23 Return repo_metadata from repository_rules (#367) by Keith Smiley · 12 days ago
  5. 5f71e54 Add a test for `java_test` with a `main_class` containing a `.` by Googler · 2 weeks ago
  6. 9b487a5 Add a test for `java_test` with an implicit `main_class` by Googler · 2 weeks ago
  7. 166f9c9 Add a test for `java_binary` with an implicit `main_class` by Googler · 3 weeks ago
  8. f4e1786 Add a test for `java_binary` with an explicit `main_class` by Googler · 3 weeks ago
  9. 97e35ce Add a test for `java_binary` with a transitive dep on `java_library` by Googler · 4 weeks ago
  10. 6c50405 Add a test for `java_binary` deploy jar coverage setup by Googler · 4 weeks ago
  11. 5aebf50 Delete an incorrect test by Googler · 4 weeks ago
  12. 5bc91d5 Add a test for a `java_binary` resources by Googler · 5 weeks ago
  13. 235f8ac Add a test for a `java_binary` rule in a subdirectory. by Googler · 5 weeks ago
  14. d999e96 Add a test for `java_binary` without `/java/` in the package path by Googler · 5 weeks ago
  15. 26b895a Refactor test suite property name for testing by Googler · 5 weeks ago
  16. 57dc3a2 Add a test for `java_binary` without sources. by Googler · 5 weeks ago
  17. 35e8391 Do not percent-encode '+' in classpath-jar manifest Class-Path entries (#358) by mgalindo-sc · 6 weeks ago
  18. 1f215f8 Improve the artifact closure API for tests by Googler · 6 weeks ago
  19. 923e766 Cleanup obsolete TODO by Googler · 7 weeks ago
  20. 2f57464 Simplify toolchain config for linux (#357) by zhaixiaojuan · 7 weeks ago
  21. 68b16bd Add test that `java_binary` has no launcher dep if `create_executable = False` by Googler · 8 weeks ago
  22. a2f84ab Delete `@rules_java//java/docs` by Googler · 8 weeks ago
  23. 70844db Fix test formatting and hard-coded value(s) by Googler · 8 weeks ago
  24. aec8d41 Simplify launcher tests setup by Googler · 8 weeks ago
  25. 7ed01c9 Migrate the module flag tests to Starlark by Googler · 8 weeks ago
  26. c54e911 Create a `java_common.compile_header` API that just does the header compilation part of `java_common.compile` by Googler · 8 weeks ago
  27. ffd5c75 Migrate the `javaTestInvalidTestClassAtRootPackage` test to Starlark by Googler · 3 months ago
  28. 1f93909 Open source one version tests by Googler · 3 months ago
  29. 206ebe3 Add java_library tests by Googler · 3 months ago
  30. 2e11dbd Fix `@rules_java` CI with `Bazel@HEAD`. by Googler · 3 months ago
  31. 6d7ddaa Add java_library tests by Googler · 3 months ago
  32. 0b519df Add java_library tests by Googler · 3 months ago
  33. d07df79 Migrate the `testResourceStripPrefix` test to Starlark by Googler · 3 months ago
  34. 23ef409 Migrate the `javaTestSetsSecurityManagerPropertyOnVersion17` to Starlark by Googler · 3 months ago
  35. e1c82d4 Internal Change by Googler · 3 months ago
  36. 7b13ead Support disable_lint_checks in java_library by Googler · 3 months ago
  37. 2399899 Internal change by Googler · 3 months ago
  38. 747bddd Add `java_library` tests by Googler · 4 months ago
  39. 5ae9e83 Internal change by Googler · 4 months ago
  40. afefe1e Deduplicate mock `java_toolchain` declarations by Googler · 4 months ago
  41. db20055 Move mock toolchain files to `test/java/testutil` by Googler · 4 months ago
  42. 8c82b7f No public description by Googler · 4 months ago
  43. 22b3280 Migrate `JavaStarlarkApiTest.testPackSourcesWithExternalResourceArtifact` to Starlark by Googler · 4 months ago
  44. f083369 Update `rules_java`'s `CODEOWNERS` by Googler · 4 months ago
  45. 73bd402 Remove extra whitespace by Googler · 4 months ago
  46. 983b13c Implement applicable --java_launcher tests in Starlark and open-source them. by Googler · 4 months ago
  47. 635d5ab Implement darwin test in java_test. by Googler · 4 months ago
  48. cc7a75a Implement java_test tests checking for compile time deps on the test runner. by Googler · 5 months ago
  49. 123b370 Improve tests added in https://github.com/bazelbuild/rules_java/commit/0508ac3d647638dbd8b59d4d54f43dfb89f65f00 by Googler · 5 months ago
  50. 0508ac3 Support embedding stamping info from bazel in `java_single_jar` by Googler · 5 months ago
  51. cfa0456 Implement the easy java_test unit tests in Starlark. by Googler · 5 months ago
  52. b430185 Remove deleted pipeline from `README.md` by Googler · 5 months ago
  53. cde9c8b Starlarkify some java runtime tests and one common test. by Googler · 5 months ago
  54. 421776c Attempt to fix missing class error by not using tree artifacts for bootclasspath (#340) by James Judd · 5 months ago
  55. 22bc9a8 Automatic code cleanup. by Googler · 5 months ago
  56. 878ddc1 Starlarkify `*IsPrivateApi` tests in `JavaStarlarkApiTest`. by Googler · 5 months ago
  57. dbefcf3 Starlarkify many `JavaStarlarkApiTest` tests. by Googler · 5 months ago
  58. 80a3bd6 Fix rules_java CI broken by https://github.com/rules_java/bazel/commit/927f2914f8d01cc4f7376e8ffc6adaf76cec1f02 by Googler · 5 months ago
  59. 927f291 Migrate DeployArchiveBuilderTest.testGPlatformK8 by Googler · 5 months ago
  60. e898c0f Prepare for Starlarkifying more `java_library` and `java_binary` tests by Googler · 5 months ago
  61. abda3d1 Test that --experimental_strict_java_deps is passed down to the javac action by Googler · 5 months ago
  62. 27163ac Starlarkify coverage, annotation processing tests. by Googler · 5 months ago
  63. 21e567b Remove JavaToolchainTest and add a Starlark test for java_common toolchain type enforcement. by Googler · 5 months ago
  64. f64dab7 Add a test for deploy jars with custom singlejar by Googler · 5 months ago
  65. 85d5bf8 Move JavaToolchain location expansion test to Starlark. by Googler · 5 months ago
  66. 617f167 Migrate JavaToolchainTest cases to Starlark analysis tests. by Googler · 5 months ago
  67. e7b4e1d Move javaToolchain_* tests to starlark. by Googler · 5 months ago
  68. 07ba1c0 Migrate JavaToolchainProvider tests to Starlark. by Googler · 5 months ago
  69. 26c3467 Migrate JavaToolchain header compilation tests to Starlark. by Googler · 5 months ago
  70. ec317b1 Remove `java_common.add_constraints` by Googler · 5 months ago
  71. 3789f05 Add a test for `java_binary`'s use of the transitive validation output group by Googler · 5 months ago
  72. f448104 Migrate ijar unit test to starlark by Googler · 5 months ago
  73. 69e858e Migrate JavaToolchain timezone data tests to Starlark. by Googler · 5 months ago
  74. 3a85c8f Migrate *_getCommandLineFromToolchain Java tests to Starlark by Googler · 5 months ago
  75. 28e7687 Work around the shallow checkout behavior of `release_ruleset.yaml`[^1] by Googler · 5 months ago
  76. 3d5ea24 Fix build with Bazel@HEAD by Googler · 5 months ago
  77. c4133ab Get the last tag at `HEAD~1` for generating release notes by Googler · 5 months ago
  78. 7ba5fec Internal change by Googler · 5 months ago
  79. 737f145 Migrate JavaPluginConfiguredTargetTest to Starlark. by Googler · 5 months ago
  80. f31c1a8 Starlarkify JavaToolchainTest.javac_getsOptionsFromToolchain() by Googler · 5 months ago
  81. ddcdff8 Fix publish workflow by Googler · 5 months ago
  82. d3280ec Fix workflow test command by Googler · 5 months ago
  83. 03a8aed Clean up references to disabled test by Googler · 5 months ago
  84. 2e5f415 Update to `release_ruleset.yaml` `v7.3.0` by Googler · 5 months ago
  85. 4586a5b Creates _test_java_home_generated for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 5 months ago
  86. 3ed9228 `JavaStarlarkApiTest`: starlarkify neverlink, native lib tests. by Googler · 5 months ago
  87. 4b43908 Creates _test_no_srcs for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 5 months ago
  88. 6710ecd Creates _test_make_variables for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 5 months ago
  89. 188850b `JavaStarlarkApiTest`: starlarkify `javaInfoConstructorWithNeverlink` by Googler · 5 months ago
  90. 5265486 Add releasing and publish-to-bcr workflows (#351) by hvadehra · 5 months ago
  91. d6d6628 Internal change by Googler · 5 months ago
  92. eaf868e Move java_runtime tests to the toolchains directory. by Googler · 5 months ago
  93. de9e229 Creates _test_runtime_alias for java_runtime() in rules/java_runtime_tests.bzl by Googler · 5 months ago
  94. db9b361 Creates _test_runtime_alias for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 5 months ago
  95. 55d2f9a Creates _test_relative_java_home for java_runtime() in java_runtime_tests.bzl by Googler · 5 months ago
  96. 2814216 Creates _test_absolute_java_home for java_runtime() in java_runtime_tests.bzl by Googler · 5 months ago
  97. 2d0ba3d Creates _test_bin_java_path_name for java_runtime() in java_runtime_tests.bzl by Googler · 5 months ago
  98. 5450a51 Creates _test_absolute_java_home_with_java for java_runtime() in java_runtime_tests.bzl by Googler · 5 months ago
  99. 4b00962 Creates _test_absolute_java_home_with_srcs for java_runtime() in java_runtime_tests.bzl by Googler · 5 months ago
  100. 1cd7671 Creates a first simple test for java_runtime() in java_runtime_tests.bzl by Googler · 5 months ago