Releases: bazelbuild/java_tools
Releases · bazelbuild/java_tools
java_tools with javac11 v6.1
The patch release javac11-v6.1
uses Error Prone version 2.3.2.
To use this release add to your WORKSPACE file:
http_archive(
name = "remote_java_tools_linux",
sha256 = "12f7940ed0bc4c2e82238951cdf19b4179c7dcc361d16fe40fe4266538fb4ac6",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v6.1/java_tools_javac11_linux-v6.1.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v6.1/java_tools_javac11_linux-v6.1.zip",
],
)
http_archive(
name = "remote_java_tools_windows",
sha256 = "e2deb2efff684de78787e0bdc7620f9672d13f04a12856d8e7f677369a8e286b",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v6.1/java_tools_javac11_windows-v6.1.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v6.1/java_tools_javac11_windows-v6.1.zip",
],
)
http_archive(
name = "remote_java_tools_darwin",
sha256 = "f0c488dac18f18ab1a0d18bbd65288c7a128e90a24d9c16f65bd8243f79483a0",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v6.1/java_tools_javac11_darwin-v6.1.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v6.1/java_tools_javac11_darwin-v6.1.zip",
],
)
java_tools with javac11 v6.0
This release uses Error Prone version 2.3.3.
To use this release add to your WORKSPACE file:
http_archive(
name = "remote_java_tools_linux",
sha256 = "37acb8380b1dd6c31fd27a19bf3da821c9b02ee93c6163fce36f070a806516b5",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v6.0/java_tools_javac11_linux-v6.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v6.0/java_tools_javac11_linux-v6.0.zip",
],
)
http_archive(
name = "remote_java_tools_windows",
sha256 = "384e138ca58842ea563fb7efbe0cb9c5c381bd4de1f6a31f0256823325f81ccc",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v6.0/java_tools_javac11_windows-v6.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v6.0/java_tools_javac11_windows-v6.0.zip",
],
)
http_archive(
name = "remote_java_tools_darwin",
sha256 = "5a9f320c33424262e505151dd5c6903e36678a0f0bbdaae67bcf07f41d8c7cf3",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v6.0/java_tools_javac11_darwin-v6.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v6.0/java_tools_javac11_darwin-v6.0.zip",
],
)
java_tools with javac11 v5.1
To use this release add to your WORKSPACE file:
http_archive(
name = "remote_java_tools_linux",
sha256 = "ea2ee2f9eab37e04eae5aa8a266373132fe57676c25ea033504bc5438d6bc1ba",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v5.1/java_tools_javac11_linux-v5.1.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v5.1/java_tools_javac11_linux-v5.1.zip",
],
)
http_archive(
name = "remote_java_tools_windows",
sha256 = "b2cfebc049c349268a7ca0e5ff37160899f87f6fe6a80a789de3df90db4ce4ef",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v5.1/java_tools_javac11_windows-v5.1.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v5.1/java_tools_javac11_windows-v5.1.zip",
],
)
http_archive(
name = "remote_java_tools_darwin",
sha256 = "2fa01b4cb69e33f85a96ba0620a2e6261f789eefdbeaeb1d2879140b50108db7",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v5.1/java_tools_javac11_darwin-v5.1.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v5.1/java_tools_javac11_darwin-v5.1.zip",
],
)
java_tools with javac11 v5.0
This release:
- Fixes using proguard on other platforms than Linux, Windows or macOs. For more details see bazelbuild/bazel#9116.
- Disables compilation errors for C++ strict toolchains. This affects users of C++ coverage, Java users with remote execution or users that build on other platforms than Linux, Windows or macOs. For more details see bazelbuild/bazel#9069.
- Allows G1 usage in the Java toolchains. For more details see bazelbuild/bazel#8964.
The baseline of this release is commit hash f1bbe586fd305714f5240dfb90fcf8664b22f415
of bazel.
To use this release add to your WORKSPACE file:
http_archive(
name = "remote_java_tools_linux",
sha256 = "b644b1eb3743376ce3aeb0cc6a15374ca5676bf872cc653c3633751c8226e060",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v5.0/java_tools_javac11_linux-v5.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v5.0/java_tools_javac11_linux-v5.0.zip",
],
)
http_archive(
name = "remote_java_tools_windows",
sha256 = "116fef8a385873bfda5fa76e831959aa0ad0b12ca9a880bd0fc7252413ed7c1f",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v5.0/java_tools_javac11_windows-v5.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v5.0/java_tools_javac11_windows-v5.0.zip",
],
)
http_archive(
name = "remote_java_tools_darwin",
sha256 = "dfa0e6b6320325eb28023ed754022d985d462b4db468394be305a82f55e7dafa",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v5.0/java_tools_javac11_darwin-v5.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11-v5.0/java_tools_javac11_darwin-v5.0.zip",
],
)
java_tools with javac11 v4.0
- fixes bazelbuild/bazel#8614
- exposes a new toolchain
//:prebuilt_toolchain
which is using all the pre-built tools, including singlejar and ijar, even on remote execution. This toolchain should be used only when host and execution platform are the same, otherwise the binaries will not work on the execution platform.
To use this release add to your WORKSPACE
file:
http_archive(
name = "remote_java_tools_linux",
sha256 = "96e223094a12c842a66db0bb7bb6866e88e26e678f045842911f9bd6b47161f5",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v4.0/java_tools_javac11_linux-v4.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11_v4.0/java_tools_javac11_linux-v4.0.zip",
],
)
http_archive(
name = "remote_java_tools_windows",
sha256 = "a1de51447b2ba2eab923d589ba6c72c289c16e6091e6a3bb3e67a05ef4ad200c",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v4.0/java_tools_javac11_windows-v4.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11_v4.0/java_tools_javac11_windows-v4.0.zip",
],
)
http_archive(
name = "remote_java_tools_darwin",
sha256 = "fbf5bf22e9aab9c622e4c8c59314a1eef5ea09eafc5672b4f3250dc0b971bbcc",
urls = [
"https://mirror.bazel.build/bazel_java_tools/releases/javac11/v4.0/java_tools_javac11_darwin-v4.0.zip",
"https://github.com/bazelbuild/java_tools/releases/download/javac11_v4.0/java_tools_javac11_darwin-v4.0.zip",
],
)