tree: f8fcefd2a5aa7cdad079107772cc9edc8fe45e61 [path history] [tgz]
  1. BUILD
  2. jacocoagent-0.8.11.jar
  3. LICENSE
  4. org.jacoco.agent-0.8.11-sources.jar
  5. org.jacoco.agent-0.8.11.jar
  6. org.jacoco.ant-0.8.11-sources.jar
  7. org.jacoco.ant-0.8.11.jar
  8. org.jacoco.core-0.8.11-sources.jar
  9. org.jacoco.core-0.8.11.jar
  10. org.jacoco.report-0.8.11-sources.jar
  11. org.jacoco.report-0.8.11.jar
  12. README.md
third_party/java/jacoco/README.md

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
  • Update asm versions in third_party/BUILD

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.