bazelbuild / java_tools

Apache License 2.0
13 stars 8 forks source link

Release: java_tools v11.3 #49

Closed comius closed 3 years ago

comius commented 3 years ago

To include new version of error_prone and jacoco.

comius commented 3 years ago

PR: https://github.com/bazelbuild/bazel/pull/13343 Downstream: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1994

comius commented 3 years ago

Changes:

git log --pretty=format:"%h %an %s" 7a94654...0a166cab5b7 -- src/java_tools/ third_party/ijar/ tools/jdk/BUILD.java_tools third_party/error_prone/ third_party/java/jacoco/ third_party/asm/
90b0714d48 cushon Include `--add-modules` in options normalization
19cb1c13f4 Ivo List Remove Jacoco version 0.8.3.
cb7c1a2ec8 Ivo List Update Jacoco version to 0.8.6.
a0dec28080 Ivo List Add Jacoco 0.8.6 to third-party and upgrade asm to 9.1
ca47b27b01 Ivo List Remove Override from BranchDetailAnalyzer
c177d88d4c cushon Normalize `--add-exports=` and `--add-opens=` flags
cc85cb71ce Liam Miller-Cushon Update to Error Prone 2.6.0
3354ce37a2 ajurkowski Add support for unzipping `ZIP64(tm)` archives in ijar.
1ec7500258 Liam Miller-Cushon Update to Error Prone 2.5.1
94ac8391d6 larsrc Make WorkRequestHandler do a GC after some amount of CPU time has been used on requests. For Bazel and Blaze, defaults to 10s based on benchmarking.
comius commented 3 years ago

Downstream test discovered 2 failures in errorprone update. Problems were fixed by https://github.com/bazelbuild/bazel/pull/13348 and https://github.com/bazelbuild/bazel-buildfarm/pull/744.

Preparing rc2.

comius commented 3 years ago

New downstream: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1996

comius commented 3 years ago

One more failure detected in buildfarm: https://github.com/bazelbuild/bazel-buildfarm/pull/747 The rest of downstream is clean.