Skip to content

Update dependency org.jacoco:jacoco-maven-plugin to v0.8.15#530

Merged
cesmarvin merged 1 commit into
developfrom
renovate/org.jacoco-jacoco-maven-plugin-0.x
Jul 7, 2026
Merged

Update dependency org.jacoco:jacoco-maven-plugin to v0.8.15#530
cesmarvin merged 1 commit into
developfrom
renovate/org.jacoco-jacoco-maven-plugin-0.x

Conversation

@cesmarvin

@cesmarvin cesmarvin commented Jul 7, 2026

Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Change Age Confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.140.8.15 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.15: 0.8.15

Compare Source

New Features

  • JaCoCo now officially supports Java 26 (GitHub #​2076).
  • Experimental support for Java 27 class files (GitHub #​2004).
  • Compatibility methods generated by Kotlin compiler for functions defined in interfaces are filtered out during generation of report (GitHub #​1905).
  • Compatibility methods generated by Kotlin compiler for exposed boxed inline value classes (JvmExposeBoxed annotation) are filtered out during generation of report (GitHub #​1944).
  • Methods generated by the Kotlin compiler for functions with JvmStatic annotation are filtered out during generation of report (GitHub #​2097).
  • Improved filtering of bytecode generated by Kotlin compiler for when expressions and statements with kotlin.String subject where first branch condition contains string with largest hash (GitHub #​2098).
  • Part of bytecode that javac versions from 24 to 26 generate for switch statements and expressions with selector expression of type java.lang.String inside lambdas is filtered out during generation of report (GitHub #​2023).
  • Improved performance of Kotlin files analysis by parsing SMAPs only once per class (GitHub #​2114).
  • For better performance agent output methods tcpclient and tcpserver use BufferedOutputStream to write execution data to socket. Maven plugin, Ant tasks, CLI, API usage examples, and ExecDumpClient API use BufferedInputStream to read execution data from socket. Third-party integrations should do the same to benefit from this change in agent (GitHub #​2089).

Fixed bugs

  • Fixed processing of Kotlin SMAP in synthetic classes (GitHub #​1985).
  • Multiple JaCoCo runtimes within one JVM writing to the same output file should not cause data corruption when running on JDK versions from 6 to 10 affected by JDK-8166253 (GitHub #​2065, #​2074).
  • For better performance agent writes to output file via BufferedOutputStream, this fixes regression introduced in version 0.6.2 (GitHub #​2073).
  • Fixed NullPointerException when JaCoCo agent is loaded by non system class loader, for example when loaded by JBoss Modules (GitHub #​1651).

Non-functional Changes

  • JaCoCo now depends on ASM 9.10.1 (GitHub #​2134).

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@cesmarvin cesmarvin force-pushed the renovate/org.jacoco-jacoco-maven-plugin-0.x branch 2 times, most recently from 96620a9 to f8bb108 Compare July 7, 2026 13:07
@cesmarvin cesmarvin force-pushed the renovate/org.jacoco-jacoco-maven-plugin-0.x branch from f8bb108 to f853aed Compare July 7, 2026 14:08
@cesmarvin cesmarvin merged commit 3fade85 into develop Jul 7, 2026
2 checks passed
@cesmarvin cesmarvin deleted the renovate/org.jacoco-jacoco-maven-plugin-0.x branch July 7, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants