1. 923e766 Cleanup obsolete TODO by Googler · 4 days ago master
  2. 2f57464 Simplify toolchain config for linux (#357) by zhaixiaojuan · 4 days ago
  3. 68b16bd Add test that `java_binary` has no launcher dep if `create_executable = False` by Googler · 5 days ago
  4. a2f84ab Delete `@rules_java//java/docs` by Googler · 9 days ago
  5. 70844db Fix test formatting and hard-coded value(s) by Googler · 10 days ago
  6. aec8d41 Simplify launcher tests setup by Googler · 10 days ago
  7. 7ed01c9 Migrate the module flag tests to Starlark by Googler · 11 days ago
  8. c54e911 Create a `java_common.compile_header` API that just does the header compilation part of `java_common.compile` by Googler · 11 days ago
  9. ffd5c75 Migrate the `javaTestInvalidTestClassAtRootPackage` test to Starlark by Googler · 5 weeks ago
  10. 1f93909 Open source one version tests by Googler · 5 weeks ago
  11. 206ebe3 Add java_library tests by Googler · 5 weeks ago
  12. 2e11dbd Fix `@rules_java` CI with `Bazel@HEAD`. by Googler · 5 weeks ago
  13. 6d7ddaa Add java_library tests by Googler · 6 weeks ago
  14. 0b519df Add java_library tests by Googler · 6 weeks ago
  15. d07df79 Migrate the `testResourceStripPrefix` test to Starlark by Googler · 6 weeks ago
  16. 23ef409 Migrate the `javaTestSetsSecurityManagerPropertyOnVersion17` to Starlark by Googler · 7 weeks ago
  17. e1c82d4 Internal Change by Googler · 7 weeks ago
  18. 7b13ead Support disable_lint_checks in java_library by Googler · 7 weeks ago
  19. 2399899 Internal change by Googler · 8 weeks ago
  20. 747bddd Add `java_library` tests by Googler · 10 weeks ago
  21. 5ae9e83 Internal change by Googler · 2 months ago
  22. afefe1e Deduplicate mock `java_toolchain` declarations by Googler · 2 months ago
  23. db20055 Move mock toolchain files to `test/java/testutil` by Googler · 2 months ago
  24. 8c82b7f No public description by Googler · 3 months ago
  25. 22b3280 Migrate `JavaStarlarkApiTest.testPackSourcesWithExternalResourceArtifact` to Starlark by Googler · 3 months ago
  26. f083369 Update `rules_java`'s `CODEOWNERS` by Googler · 3 months ago
  27. 73bd402 Remove extra whitespace by Googler · 3 months ago
  28. 983b13c Implement applicable --java_launcher tests in Starlark and open-source them. by Googler · 3 months ago
  29. 635d5ab Implement darwin test in java_test. by Googler · 3 months ago
  30. cc7a75a Implement java_test tests checking for compile time deps on the test runner. by Googler · 3 months ago
  31. 123b370 Improve tests added in https://github.com/bazelbuild/rules_java/commit/0508ac3d647638dbd8b59d4d54f43dfb89f65f00 by Googler · 3 months ago
  32. 0508ac3 Support embedding stamping info from bazel in `java_single_jar` by Googler · 3 months ago
  33. cfa0456 Implement the easy java_test unit tests in Starlark. by Googler · 3 months ago
  34. b430185 Remove deleted pipeline from `README.md` by Googler · 3 months ago
  35. cde9c8b Starlarkify some java runtime tests and one common test. by Googler · 3 months ago
  36. 421776c Attempt to fix missing class error by not using tree artifacts for bootclasspath (#340) by James Judd · 3 months ago
  37. 22bc9a8 Automatic code cleanup. by Googler · 3 months ago
  38. 878ddc1 Starlarkify `*IsPrivateApi` tests in `JavaStarlarkApiTest`. by Googler · 3 months ago
  39. dbefcf3 Starlarkify many `JavaStarlarkApiTest` tests. by Googler · 3 months ago
  40. 80a3bd6 Fix rules_java CI broken by https://github.com/rules_java/bazel/commit/927f2914f8d01cc4f7376e8ffc6adaf76cec1f02 by Googler · 3 months ago
  41. 927f291 Migrate DeployArchiveBuilderTest.testGPlatformK8 by Googler · 3 months ago
  42. e898c0f Prepare for Starlarkifying more `java_library` and `java_binary` tests by Googler · 3 months ago
  43. abda3d1 Test that --experimental_strict_java_deps is passed down to the javac action by Googler · 3 months ago
  44. 27163ac Starlarkify coverage, annotation processing tests. by Googler · 3 months ago
  45. 21e567b Remove JavaToolchainTest and add a Starlark test for java_common toolchain type enforcement. by Googler · 3 months ago
  46. f64dab7 Add a test for deploy jars with custom singlejar by Googler · 3 months ago
  47. 85d5bf8 Move JavaToolchain location expansion test to Starlark. by Googler · 3 months ago
  48. 617f167 Migrate JavaToolchainTest cases to Starlark analysis tests. by Googler · 3 months ago
  49. e7b4e1d Move javaToolchain_* tests to starlark. by Googler · 3 months ago
  50. 07ba1c0 Migrate JavaToolchainProvider tests to Starlark. by Googler · 3 months ago
  51. 26c3467 Migrate JavaToolchain header compilation tests to Starlark. by Googler · 3 months ago
  52. ec317b1 Remove `java_common.add_constraints` by Googler · 3 months ago
  53. 3789f05 Add a test for `java_binary`'s use of the transitive validation output group by Googler · 3 months ago
  54. f448104 Migrate ijar unit test to starlark by Googler · 3 months ago
  55. 69e858e Migrate JavaToolchain timezone data tests to Starlark. by Googler · 3 months ago
  56. 3a85c8f Migrate *_getCommandLineFromToolchain Java tests to Starlark by Googler · 3 months ago
  57. 28e7687 Work around the shallow checkout behavior of `release_ruleset.yaml`[^1] by Googler · 3 months ago
  58. 3d5ea24 Fix build with Bazel@HEAD by Googler · 3 months ago
  59. c4133ab Get the last tag at `HEAD~1` for generating release notes by Googler · 3 months ago
  60. 7ba5fec Internal change by Googler · 3 months ago
  61. 737f145 Migrate JavaPluginConfiguredTargetTest to Starlark. by Googler · 3 months ago
  62. f31c1a8 Starlarkify JavaToolchainTest.javac_getsOptionsFromToolchain() by Googler · 3 months ago
  63. ddcdff8 Fix publish workflow by Googler · 3 months ago
  64. d3280ec Fix workflow test command by Googler · 3 months ago
  65. 03a8aed Clean up references to disabled test by Googler · 3 months ago
  66. 2e5f415 Update to `release_ruleset.yaml` `v7.3.0` by Googler · 3 months ago
  67. 4586a5b Creates _test_java_home_generated for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 4 months ago
  68. 3ed9228 `JavaStarlarkApiTest`: starlarkify neverlink, native lib tests. by Googler · 4 months ago
  69. 4b43908 Creates _test_no_srcs for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 4 months ago
  70. 6710ecd Creates _test_make_variables for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 4 months ago
  71. 188850b `JavaStarlarkApiTest`: starlarkify `javaInfoConstructorWithNeverlink` by Googler · 4 months ago
  72. 5265486 Add releasing and publish-to-bcr workflows (#351) by hvadehra · 4 months ago
  73. d6d6628 Internal change by Googler · 4 months ago
  74. eaf868e Move java_runtime tests to the toolchains directory. by Googler · 4 months ago
  75. de9e229 Creates _test_runtime_alias for java_runtime() in rules/java_runtime_tests.bzl by Googler · 4 months ago
  76. db9b361 Creates _test_runtime_alias for java_runtime() in toolchains/java_runtime_tests.bzl by Googler · 4 months ago
  77. 55d2f9a Creates _test_relative_java_home for java_runtime() in java_runtime_tests.bzl by Googler · 4 months ago
  78. 2814216 Creates _test_absolute_java_home for java_runtime() in java_runtime_tests.bzl by Googler · 4 months ago
  79. 2d0ba3d Creates _test_bin_java_path_name for java_runtime() in java_runtime_tests.bzl by Googler · 4 months ago
  80. 5450a51 Creates _test_absolute_java_home_with_java for java_runtime() in java_runtime_tests.bzl by Googler · 4 months ago
  81. 4b00962 Creates _test_absolute_java_home_with_srcs for java_runtime() in java_runtime_tests.bzl by Googler · 4 months ago
  82. 1cd7671 Creates a first simple test for java_runtime() in java_runtime_tests.bzl by Googler · 4 months ago
  83. 42139be Remove `add_exports` and `add_opens` parameters from `java_common.compile` by Googler · 4 months ago
  84. 10e179c Adds a test for compilation_outputs output group to java_binary_tests.bzl by Googler · 4 months ago
  85. 2039d00 Remove handling for empty java_imports jars by Googler · 4 months ago
  86. 14642c5 Release `rules_java` `v9.5.0` by Googler · 4 months ago
  87. 0666283 Update `java_tools` to `v19.0` by Googler · 4 months ago
  88. 4beb813 Release `rules_java` `v9.4.2` by Googler · 4 months ago
  89. 6c9bc77 Fix javacopts expansion by Googler · 4 months ago
  90. aa4075b Automated rollback of commit 1824a5548e56ecd337687ff32baf98e37ddd6b16. by Googler · 4 months ago
  91. aade08e Release `@rules_java` `v9.4.1` by Googler · 4 months ago
  92. 7e5a90c Fix `bzl_library` graph for `java_single_jar` by Googler · 4 months ago
  93. f70e126 Run `@rules_java` extra tests only with the latest Bazel release by Googler · 4 months ago
  94. 7eb8b69 Release `@rules_java` `v9.4.0` by Googler · 4 months ago
  95. 4566a5d Fix `java_single_jar` compatibility with Bazel 7 by Googler · 4 months ago
  96. bef4f98 Add testing for Bazel 9 to `@rules_java` CI by Googler · 4 months ago
  97. d2d7258 Add remote JDK 25 for riscv64, ppc64le and s390x (#347) by Levi Zim · 4 months ago
  98. ad1b9c8 upgrade jdk25 to 25.0.2 (#349) by Benjamin Peterson · 4 months ago
  99. 1824a55 Add `--sun-misc-unsafe-memory-access=allow` to `JavaBuilder`'s jvm flags by Googler · 4 months ago
  100. 7372e8c chore(docs): add quickstart template link to README (#344) by Alex Eagle · 4 months ago