Skip to content

Commit

Permalink
Remove Jacoco version 0.8.6
Browse files Browse the repository at this point in the history
Closes bazelbuild#13987 (tracking bug).

Closes bazelbuild#14035 (pull request).

Signed-off-by: Philipp Wollermann <philwo@google.com>
  • Loading branch information
comius authored and philwo committed Sep 24, 2021
1 parent 59631ce commit 28001f6
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/java/jacoco/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package(default_visibility = ["//visibility:public"])

LASTVERSION = "0.8.7"

VERSIONS = ("0.8.6", "0.8.7")
VERSIONS = ("0.8.7",)

filegroup(
name = "srcs",
Expand Down
30 changes: 30 additions & 0 deletions third_party/java/jacoco/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

# Upgrading Jacoco version

Upgrade of Jacoco can be done in three steps. They are needed because part of
the code is not handled by copybara.

## 1st pull request

- Add prebuilt jars for new version to third_party/java/jacoco
- Add new version to third_party/java/jacoco/BUILD
- Update latest version in the same build file
- Check if asm library needs to be updated as well

This PR needs to be merged.

## 2nd pull request

- Update versions in the tools/jdk/BUILD.java_tools

Or anywhere else outside of third_party.

This PR is handled by copybara.

## 3rd pull request

- Remove prebuilt jars of the old version
- Update third_party/java/jacoco/BUILD accordingly

This PR needs to be merged.

Binary file removed third_party/java/jacoco/jacocoagent-0.8.6.jar
Binary file not shown.
Binary file not shown.
Binary file removed third_party/java/jacoco/org.jacoco.agent-0.8.6.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed third_party/java/jacoco/org.jacoco.ant-0.8.6.jar
Binary file not shown.
Binary file not shown.
Binary file removed third_party/java/jacoco/org.jacoco.core-0.8.6.jar
Binary file not shown.
Binary file not shown.
Binary file removed third_party/java/jacoco/org.jacoco.report-0.8.6.jar
Binary file not shown.

0 comments on commit 28001f6

Please sign in to comment.