Update dependency org.jacoco:jacoco-maven-plugin to v0.8.15 !3
Closed
renovate/jacoco.version → main
opened by
miggi
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.13` → `0.8.15` |  |  | --- ### 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 [#​2076](https://github.com/jacoco/jacoco/issues/2076)). - Experimental support for Java 27 class files (GitHub [#​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 [#​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 [#​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 [#​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 [#​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 [#​2023](https://github.com/jacoco/jacoco/issues/2023)). - Improved performance of Kotlin files analysis by parsing SMAPs only once per class (GitHub [#​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 [#​2089](https://github.com/jacoco/jacoco/issues/2089)). #### Fixed bugs - Fixed processing of Kotlin SMAP in synthetic classes (GitHub [#​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 [#​2065](https://github.com/jacoco/jacoco/issues/2065), [#​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 [#​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 [#​1651](https://github.com/jacoco/jacoco/issues/1651)). #### Non-functional Changes - JaCoCo now depends on ASM 9.10.1 (GitHub [#​2134](https://github.com/jacoco/jacoco/issues/2134)). ### [`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 [#​1950](https://github.com/jacoco/jacoco/issues/1950)). - Experimental support for Java 26 class files (GitHub [#​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 [#​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 [#​1814](https://github.com/jacoco/jacoco/issues/1814), [#​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 [#​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 [#​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 [#​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 [#​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 [#​1911](https://github.com/jacoco/jacoco/issues/1911)). - Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub [#​1885](https://github.com/jacoco/jacoco/issues/1885), [#​1970](https://github.com/jacoco/jacoco/issues/1970), [#​1971](https://github.com/jacoco/jacoco/issues/1971)). #### Fixed bugs - Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub [#​1813](https://github.com/jacoco/jacoco/issues/1813), [#​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 [#​1813](https://github.com/jacoco/jacoco/issues/1813), [#​1940](https://github.com/jacoco/jacoco/issues/1940)). Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub [#​1819](https://github.com/jacoco/jacoco/issues/1819)). #### Non-functional Changes - JaCoCo now depends on ASM 9.9 (GitHub [#​1965](https://github.com/jacoco/jacoco/issues/1965)). </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzMuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Changes
No changes to show. The source branch has nothing new over the target.
Discussion 0
No comments yet.
Log in to comment.