tree: 935969bec72e0e85416793a699f9c7ea5c0262a7 [path history] [tgz]
  1. 0001-Disable-use-of-constant-dynamic-bytecode.patch
  2. 0002-Partially-revert-40c8fd89b0bc0c36e30e6a12f5b42d9da13.patch
  3. BUILD
  4. jacocoagent-0.8.7.jar
  5. LICENSE
  6. org.jacoco.agent-0.8.7-sources.jar
  7. org.jacoco.agent-0.8.7.jar
  8. org.jacoco.ant-0.8.7-nodeps.jar
  9. org.jacoco.ant-0.8.7-sources.jar
  10. org.jacoco.ant-0.8.7.jar
  11. org.jacoco.core-0.8.7-sources.jar
  12. org.jacoco.core-0.8.7.jar
  13. org.jacoco.report-0.8.7-sources.jar
  14. org.jacoco.report-0.8.7.jar
  15. 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

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.