fix(deps): update org.jacoco:jacoco-maven-plugin to 0.8.14 (renovate) #139

Merged
pawel.derehajlo merged 1 commit from renovate/jacoco-plugin.version into main 2025-10-13 07:51:51 +00:00
Member

This PR contains the following updates:

Package Type Update Change
org.jacoco:jacoco-maven-plugin (source) build patch 0.8.13 -> 0.8.14

⚠️ 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.14: 0.8.14

Compare Source

New Features
  • JaCoCo now officially supports Java 25 (GitHub #​1950).
  • Experimental support for Java 26 class files (GitHub #​1870).
  • Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #​1655).
  • Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #​1814, #​1954).
  • Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #​1956).
  • Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #​1929).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #​1945).
  • Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub #​1871).
  • Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub #​1911).
  • Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub #​1885, #​1970, #​1971).
Fixed bugs
  • Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub #​1813, #​1940).
  • Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub #​1813, #​1940).
    Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #​1819).
Non-functional Changes
  • JaCoCo now depends on ASM 9.9 (GitHub #​1965).

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 | Type | Update | Change | |---|---|---|---| | [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | build | patch | `0.8.13` -> `0.8.14` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jacoco/jacoco (org.jacoco:jacoco-maven-plugin)</summary> ### [`v0.8.14`](https://github.com/jacoco/jacoco/releases/tag/v0.8.14): 0.8.14 [Compare Source](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14) ##### New Features - JaCoCo now officially supports Java 25 (GitHub [#&#8203;1950](https://github.com/jacoco/jacoco/issues/1950)). - Experimental support for Java 26 class files (GitHub [#&#8203;1870](https://github.com/jacoco/jacoco/issues/1807)). - Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub [#&#8203;1655](https://github.com/jacoco/jacoco/issues/1655)). - Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub [#&#8203;1814](https://github.com/jacoco/jacoco/issues/1814), [#&#8203;1954](https://github.com/jacoco/jacoco/issues/1954)). - Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub [#&#8203;1956](https://github.com/jacoco/jacoco/issues/1956)). - Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub [#&#8203;1929](https://github.com/jacoco/jacoco/issues/1929)). - Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub [#&#8203;1945](https://github.com/jacoco/jacoco/issues/1945)). - Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub [#&#8203;1871](https://github.com/jacoco/jacoco/issues/1871)). - Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub [#&#8203;1911](https://github.com/jacoco/jacoco/issues/1911)). - Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub [#&#8203;1885](https://github.com/jacoco/jacoco/issues/1885), [#&#8203;1970](https://github.com/jacoco/jacoco/issues/1970), [#&#8203;1971](https://github.com/jacoco/jacoco/issues/1971)). ##### Fixed bugs - Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub [#&#8203;1813](https://github.com/jacoco/jacoco/issues/1813), [#&#8203;1940](https://github.com/jacoco/jacoco/issues/1940)). - Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub [#&#8203;1813](https://github.com/jacoco/jacoco/issues/1813), [#&#8203;1940](https://github.com/jacoco/jacoco/issues/1940)). Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub [#&#8203;1819](https://github.com/jacoco/jacoco/issues/1819)). ##### Non-functional Changes - JaCoCo now depends on ASM 9.9 (GitHub [#&#8203;1965](https://github.com/jacoco/jacoco/issues/1965)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSIsInR5cGUvcGF0Y2giXX0=-->
renovate-bot added 1 commit 2025-10-11 21:12:57 +00:00
fix(deps): update org.jacoco:jacoco-maven-plugin to 0.8.14 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m7s
Build / build (push) Successful in 2m50s
2f488e0670
requested reviews from jorge.bornhausen, pawel.derehajlo, roque.caballero, michal.tumilowicz 2025-10-11 21:12:57 +00:00
pawel.derehajlo approved these changes 2025-10-13 07:51:46 +00:00
pawel.derehajlo merged commit 2f488e0670 into main 2025-10-13 07:51:51 +00:00
pawel.derehajlo deleted branch renovate/jacoco-plugin.version 2025-10-13 07:51:51 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
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: phoenix-oss/quarkus-commons#139
No description provided.