1. fee3dba Add missing load for `java_binary` in `tools/jdk/BUILD.java_tools` by Googler · 6 months ago
  2. e3cd986 BEGIN_PUBLIC Update references to proguard_whitelister END_PUBLIC by Googler · 6 months ago
  3. 33d1c6c Remove rules_proto dependency from java_tools by Googler · 6 months ago
  4. 98057be Add `loads()` for the builtin java rules by Googler · 6 months ago
  5. a585662 Replace lang_proto_libraries with loads from protobuf by Googler · 6 months ago
  6. 07af430 Change rules_proto loads to protobuf by Googler · 6 months ago
  7. 417c6b8 Wire up `oneversion` tool in `java_tools` by Gowroji Sunil · 10 months ago
  8. 707d065 Bump (tool_)java_{language,runtime}_version to 21 in .bazelrc. by Googler · 1 year, 1 month ago
  9. facb136 Update to jacoco v0.8.11 / asm v9.6 in `java_tools` by hvd · 1 year, 2 months ago
  10. 5f79684 Add a native image of turbine to the prebuilt Java tools by Fabian Meumertzheim · 1 year, 5 months ago
  11. f79ca02 Fix Java runtime toolchain resolution in cross-compilation scenarios by Fabian Meumertzheim · 1 year, 5 months ago
  12. 7ff98ba Add missing aliases to `@bazel_tools//tools/jdk` by Fabian Meumertzheim · 1 year, 6 months ago
  13. e6e79fc Add launcher_flag_alias by Googler · 1 year, 8 months ago
  14. 6c6715b Automated rollback of commit ad6d4d7f839687548776c7f5f79704bdb6af7d0e. by Googler · 1 year, 8 months ago
  15. ad6d4d7 Merge java_binary/java_test with launcher into a single rule by Googler · 1 year, 8 months ago
  16. 8715e9a Add toolchain type for Java bootstrap runtime by Fabian Meumertzheim · 1 year, 9 months ago
  17. 3029a7d Respect rules_java as the source of truth for java toolchains (second try) by Yun Peng · 1 year, 10 months ago
  18. d51c75f Automated rollback of commit 975866a3e09212766bd353a90a8c42efe91d53ab. by Googler · 1 year, 10 months ago
  19. ec62770 Add back @bazel_tools//tools/jdk/toolchain_utils.bzl by Googler · 1 year, 10 months ago
  20. 975866a Respect rules_java as the source of truth for java toolchains by Yun Peng · 1 year, 10 months ago
  21. d84a998 Automated rollback of commit f4b35a2df7f4e0fccec93c901a7ffc3ce96e17e6. by Googler · 1 year, 11 months ago
  22. f4b35a2 Disable ImpossibleNullComparison by Googler · 1 year, 11 months ago
  23. 1c1584b Pass version to java_runtimes created by local_java_repository by Fabian Meumertzheim · 1 year, 11 months ago
  24. 7a0ddb1 Use `Args#add_all` to add a directory in Java bootstrap action by Fabian Meumertzheim · 2 years ago
  25. abea37b Redirect JVM warnings to stderr in general. by Googler · 2 years ago
  26. 0e8e611 Replace JDK 19 archives with JDK 20. by Benjamin Peterson · 2 years ago
  27. 7556e11 Add version to JavaRuntimeInfo. by Benjamin Peterson · 2 years ago
  28. 767c85e Upgrade JaCoCo to 0.8.8 and ASM 9.4 in java_tools by something_vague · 2 years ago
  29. 36c167b Separate prebuilt darwin java_tools for x86_64 and arm64 by hvd · 2 years, 1 month ago
  30. 844b5d2 Remove deprecated targets from jdk.BUILD. by Benjamin Peterson · 2 years, 1 month ago
  31. 78729c0 Use real rules_python by Ivo List · 2 years, 1 month ago
  32. 66f571e Add supplemental support for JDK 11, 17 and 19 on cpu s390x by Kun-Lu · 2 years, 1 month ago
  33. 19b2e2f Add remotejdk archives for Java 19. by Benjamin Peterson · 2 years, 1 month ago
  34. 9f2c62a Introduce flag --@bazel_tools//tools/cpp:link_extra_libs by Googler · 2 years, 2 months ago
  35. e80ca15 Make ReturnMissingNullable a warning by Googler · 2 years, 2 months ago
  36. 33a3b01 Make LenientFormatStringValidation a warning by Googler · 2 years, 2 months ago
  37. 8d9a06e Make EmptyTopLevelDeclaration a warning by Googler · 2 years, 3 months ago
  38. 149cbce Pass --system path to Javac when the target JDK admits it. by Benjamin Peterson · 2 years, 3 months ago
  39. f23440b Update default Java language version by Googler · 2 years, 4 months ago
  40. 3b57894 Disable 'IgnoredPureGetter' by Googler · 2 years, 4 months ago
  41. 78c5e41 Synchronize rules_java's default_java_toolchain with the Bazel tree by Googler · 2 years, 4 months ago
  42. 75e0f7d Clean up default_java_toolchain by Googler · 2 years, 4 months ago
  43. 7f5dd0a Stop using absl flags in proguard_whitelister. by Googler · 2 years, 4 months ago
  44. 1465771 Copy `java_stub_template.txt` for bazel java_binary/java_test to @java_tools//jdk by Googler · 2 years, 4 months ago
  45. 27fe30b Expose compatibility arguments on java toolchains by Daniel KT · 2 years, 4 months ago
  46. 0015ac0 Fix typo in JDK auto-configuration error message by Fabian Meumertzheim · 2 years, 5 months ago
  47. 10d352b Fix strict deps violation in singlejar build by Fabian Meumertzheim · 2 years, 5 months ago
  48. 7ae9ad6 Be explicit about alowing empty globs (fourth part) by Xavier Bonaventura · 2 years, 6 months ago
  49. 1ad3b6c Improve error message when DumpPlatformClassPath fails by Fabian Meumertzheim · 2 years, 6 months ago
  50. fd3a0e9 Allow relative paths as arguments to `path.get_child` by Fabian Meumertzheim · 2 years, 6 months ago
  51. 2a39af6 Automatic code cleanup. by Googler · 2 years, 7 months ago
  52. a380a15 Add references to jdk 17 and 18 for linux-aarch64 by Noa Resare · 2 years, 7 months ago
  53. df86322 Stop using six in @bazel_tools//tools/jdk/... by Googler · 2 years, 8 months ago
  54. 4a1d4e0 Replace uses of `cfg = "host"` with `cfg = "exec"` by Yannic Bonenberger · 2 years, 9 months ago
  55. b86af91 Remove references to langtools jars by Googler · 2 years, 9 months ago
  56. bea8fb1 Remove unused targets pointing to java_tools/turbine_deploy.jar by Googler · 2 years, 10 months ago
  57. 3546542 Automated rollback of commit 61fd06d92706d64fbcef64f0f54cded91c88afff. by cushon · 2 years, 11 months ago
  58. 61fd06d Remove some JDK 8-only logic in DumpPlatformClassPath by cushon · 2 years, 11 months ago
  59. 8746d45 Pass `-Dsun.io.useCanonCaches=false` to JavaBuilder by cushon · 2 years, 11 months ago
  60. ae523f8 Use tree artifacts in bootclasspath rule by Fabian Meumertzheim · 2 years, 11 months ago
  61. 3a0a4f3 Remove langtools jars by Liam Miller-Cushon · 3 years ago
  62. 18c17da Remove custom jdk_compiler and java_compiler jars by Liam Miller-Cushon · 3 years ago
  63. 8bee70c Automatic code cleanup. by yileiyang · 3 years ago
  64. 9fad5a3 Disable ReturnValueIgnored checks to unblock java_tools release by hvd · 3 years ago
  65. dbb6e99 Fixing dependencies of //external package by Zhongpeng Lin · 3 years ago
  66. e4461d3 Refactor some JDK definitions by Liam Miller-Cushon · 3 years ago
  67. a7f1c71 Initial Java 18 toolchain support by Liam Miller-Cushon · 3 years ago
  68. b34be09 Fix invalid jni_md.h select by Ast-x64 · 3 years, 1 month ago
  69. b602425 [windows/arm64] Add missing JDK toolchain for java build by Niyas Sait · 3 years, 2 months ago
  70. 32d1606 Add "arch" struct field to repository_os by Fabian Meumertzheim · 3 years, 2 months ago
  71. d5559c1 Use `target_compatible_with` for Java runtimes by cushon · 3 years, 2 months ago
  72. e2a6a2b Fix string formatting when java_home path is missing. by Ivo List · 3 years, 2 months ago
  73. c2ddbd1 Ignore missing include directory in JDK distribution. by Ivo List · 3 years, 2 months ago
  74. 43c7b97 Update toolchain config to allow reflective access to `com.sun.tools.javac.parser` by cushon · 3 years, 2 months ago
  75. fd44fd2 Automated rollback of commit 4b7f09774722121aa82b8fd38ae3d31c7164599b. by pcloudy · 3 years, 2 months ago
  76. 4b7f097 Remove `-XepOpt:ReturnValueIgnored:ObjectMethods=false` by cushon · 3 years, 2 months ago
  77. c81e175 Remove obsolete JDK versions by Liam Miller-Cushon · 3 years, 3 months ago
  78. 1828563 Clean up unnecessary DefaultInfo recreation by Fabian Meumertzheim · 3 years, 5 months ago
  79. 6c73a2e Exempt the Hilt processor from strict java deps and from the reduced classpath optimization. by Googler · 3 years, 5 months ago
  80. eb7bf8c Add a Java 17 toolchain by Liam Miller-Cushon · 3 years, 6 months ago
  81. cf57345 Disable some ReturnValueIgnored methods for Bazel by cushon · 3 years, 6 months ago
  82. df6d30b Update used jacoco version to 0.8.7. by Ivo List · 3 years, 6 months ago
  83. e1c404e Remove support for javabase and java_toolchain flags. by Ivo List · 3 years, 8 months ago
  84. cfc2d1d local_java_runtime should create a public native#java_runtime by Ben Lee · 3 years, 8 months ago
  85. 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 3 years, 9 months ago
  86. c0f0f8d Run Buildifier on almost everything by ruperts · 3 years, 10 months ago
  87. 37bf4d2 Expose --plugins flag using a new alias rule. by ilist · 3 years, 10 months ago
  88. 2f0927a Fix symlink creation on older Windows versions by Kevin Hogeland · 3 years, 10 months ago
  89. 2a3e194 Handle java versions with a single component by Keith Smiley · 4 years ago
  90. e2ed2fd Java 16 toolchain by David Ostrovsky · 4 years ago
  91. cb7c1a2 Update Jacoco version to 0.8.6. by Ivo List · 4 years ago
  92. 91483e8 Remove default javacopts for `BanSerializableRead` by cushon · 4 years ago
  93. d3da9aa Clean up Java providers after ToolchainInfo changes. by jcater · 4 years ago
  94. 74f35d4 Pass more `--add-exports=` flags by cushon · 4 years ago
  95. da3ddce Set `-Xep:BanSerializableRead:OFF` in `default_java_toolchain` by cushon · 4 years ago
  96. 30041cc JavaRuntimeInfo no longer extends ToolchainInfo. by jcater · 4 years ago
  97. 1aecec8 JavaToolchainProvider no longer extends ToolchainInfo. by jcater · 4 years ago
  98. cbd5938 Update Java-related toolchains to enable the toolchain transition. by jcater · 4 years, 1 month ago
  99. 120ea6c Adding mnenomic tags for java toolchain actions by Nick Korostelev · 4 years, 1 month ago
  100. 1c29dff Support mips64 and riscv64 by Yun Peng · 4 years, 1 month ago