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

Open
renovate wants to merge 1 commit from renovate/org.jacoco-jacoco-maven-plugin-0.x into develop
Collaborator

This PR contains the following updates:

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

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/Amsterdam)

  • Branch creation
    • "before 6am on Saturday"
  • 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 Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | `0.8.14` → `0.8.15` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jacoco:jacoco-maven-plugin/0.8.15?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jacoco:jacoco-maven-plugin/0.8.14/0.8.15?slim=true) | --- ### Release Notes <details> <summary>jacoco/jacoco (org.jacoco:jacoco-maven-plugin)</summary> ### [`v0.8.15`](https://github.com/jacoco/jacoco/releases/tag/v0.8.15): 0.8.15 [Compare Source](https://github.com/jacoco/jacoco/compare/v0.8.14...v0.8.15) #### New Features - JaCoCo now officially supports Java 26 (GitHub [#&#8203;2076](https://github.com/jacoco/jacoco/issues/2076)). - Experimental support for Java 27 class files (GitHub [#&#8203;2004](https://github.com/jacoco/jacoco/issues/2004)). - Compatibility methods generated by Kotlin compiler for functions defined in interfaces are filtered out during generation of report (GitHub [#&#8203;1905](https://github.com/jacoco/jacoco/issues/1905)). - Compatibility methods generated by Kotlin compiler for exposed boxed inline value classes (JvmExposeBoxed annotation) are filtered out during generation of report (GitHub [#&#8203;1944](https://github.com/jacoco/jacoco/issues/1944)). - Methods generated by the Kotlin compiler for functions with JvmStatic annotation are filtered out during generation of report (GitHub [#&#8203;2097](https://github.com/jacoco/jacoco/issues/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 [#&#8203;2098](https://github.com/jacoco/jacoco/issues/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 [#&#8203;2023](https://github.com/jacoco/jacoco/issues/2023)). - Improved performance of Kotlin files analysis by parsing SMAPs only once per class (GitHub [#&#8203;2114](https://github.com/jacoco/jacoco/issues/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 [#&#8203;2089](https://github.com/jacoco/jacoco/issues/2089)). #### Fixed bugs - Fixed processing of Kotlin SMAP in synthetic classes (GitHub [#&#8203;1985](https://github.com/jacoco/jacoco/issues/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](https://bugs.openjdk.org/browse/JDK-8166253) (GitHub [#&#8203;2065](https://github.com/jacoco/jacoco/issues/2065), [#&#8203;2074](https://github.com/jacoco/jacoco/issues/2074)). - For better performance agent writes to output file via BufferedOutputStream, this fixes regression introduced in version 0.6.2 (GitHub [#&#8203;2073](https://github.com/jacoco/jacoco/issues/2073)). - Fixed NullPointerException when JaCoCo agent is loaded by non system class loader, for example when loaded by JBoss Modules (GitHub [#&#8203;1651](https://github.com/jacoco/jacoco/issues/1651)). #### Non-functional Changes - JaCoCo now depends on ASM 9.10.1 (GitHub [#&#8203;2134](https://github.com/jacoco/jacoco/issues/2134)). </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Amsterdam) - Branch creation - "before 6am on Saturday" - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJwYXRjaCJdfQ==-->
renovate scheduled this pull request to auto merge when all checks succeed 2026-06-06 00:01:54 +02:00
renovate force-pushed renovate/org.jacoco-jacoco-maven-plugin-0.x from 64001c050d to 8fba28689f 2026-06-10 00:01:22 +02:00 Compare
renovate changed title from chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.15 to Update dependency org.jacoco:jacoco-maven-plugin to v0.8.15 2026-06-10 00:01:22 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/org.jacoco-jacoco-maven-plugin-0.x:renovate/org.jacoco-jacoco-maven-plugin-0.x
git switch renovate/org.jacoco-jacoco-maven-plugin-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff renovate/org.jacoco-jacoco-maven-plugin-0.x
git switch renovate/org.jacoco-jacoco-maven-plugin-0.x
git rebase develop
git switch develop
git merge --ff-only renovate/org.jacoco-jacoco-maven-plugin-0.x
git switch renovate/org.jacoco-jacoco-maven-plugin-0.x
git rebase develop
git switch develop
git merge --no-ff renovate/org.jacoco-jacoco-maven-plugin-0.x
git switch develop
git merge --squash renovate/org.jacoco-jacoco-maven-plugin-0.x
git switch develop
git merge --ff-only renovate/org.jacoco-jacoco-maven-plugin-0.x
git switch develop
git merge renovate/org.jacoco-jacoco-maven-plugin-0.x
git push origin develop
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
midas/gptier!33
No description provided.