Skip to content

Releases: jenkinsci/jacoco-plugin

jacoco-3.3.6

09 Apr 07:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: jacoco-3.3.5...jacoco-3.3.6

jacoco-3.3.5

04 Oct 17:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: jacoco-3.3.4...jacoco-3.3.5

jacoco-3.3.4

01 Jul 08:40
Compare
Choose a tag to compare

What's Changed

  • Update JaCoCo to 0.8.10 to support newer JDK versions, requires explicit dependency on newer asm in commit 6e0f6e
  • Add snippet to show how to use this plugin in a pipeline/Jenkinsfile in commit cfe0fa
  • EOL JSR 305 by @basil in #232
  • Update plugin parent POM to 4.60 by @basil in #229
  • Upgrade HtmlUnit from 2.x to 3.x by @timja-bot in #243
  • Avoid calling TransientActionFactory from mock tests by @jglick in #244
  • Bump git-changelist-maven-extension from 1.6 to 1.7 by @dependabot in #248

New Contributors

Full Changelog: jacoco-3.3.3...jacoco-3.3.4

jacoco-3.3.3

24 Mar 11:27
Compare
Choose a tag to compare

What's Changed

  • Remove obsolete FindBugs configuration by @basil in #203
  • Use standard SCM URLs by @basil in #205
  • Upgrade Mockito; remove PowerMock by @basil in #206
  • [SECURITY-3061] by @daniel-beck in #217
  • Some of the used third-party libraries are now compiled with Java 11, so the plugin likely will not work any more with older Java versions

New Contributors

Full Changelog: jacoco-3.3.2...jacoco-3.3.3

jacoco-3.3.2.1

24 Mar 10:27
4750d4c
Compare
Choose a tag to compare

jacoco-3.3.2

09 May 07:58
Compare
Choose a tag to compare

What's Changed

  • Update to JaCoCo 0.8.8, this should improve support for JDK 18

Full Changelog: jacoco-3.3.1...jacoco-3.3.2

jacoco-3.3.1

26 Dec 22:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: jacoco-3.3.0...jacoco-3.3.1

jacoco-3.3.0

17 Jun 12:04
Compare
Choose a tag to compare
  • Bump dashboard-view from 2.13 to 2.17 (#153)
  • JENKINS-65757: Remove some unused dependencies to avoid jar-hell in Jenkins itself (#151)
  • Stop using deprecated Util#join (#150)

jacoco-3.2.0

13 May 10:30
Compare
Choose a tag to compare
  • Update to JaCoCo 0.8.7, this should add support for Java 16 (and preliminary support for Java 17) and Kotlin 1.5 (#146)
  • Require at least Jenkins LTS 2.263.4 (#148)
  • Update to Maven 3.8.1 (#148), Ant 1.10.9, httpclient 4.5.13 (#143), commons-lang3 to 3.12.0 (#142)
  • Add pipeline help (#141)

jacoco-3.1.1

23 Jan 11:53
Compare
Choose a tag to compare
  • Updated the overall coverage reporting also as a float percentage