thrift icon indicating copy to clipboard operation
thrift copied to clipboard

Bump com.bmuschko:gradle-clover-plugin from 2.2.1 to 3.0.3 in /lib/kotlin

Open dependabot[bot] opened this issue 2 years ago • 2 comments
trafficstars

Bumps com.bmuschko:gradle-clover-plugin from 2.2.1 to 3.0.3.

Changelog

Sourced from com.bmuschko:gradle-clover-plugin's changelog.

Version 3.0.3

  • Enhanced compatibility with Gradle 8.x

Version 3.0.2 (October 5, 2021)

  • Compatibility with Gradle 7.2
  • Update publishing to push to Gradle Plugin Portal directly
  • Change CI/CD to Github Actions

Version 3.0.1 (August 6, 2020)

  • Restore original location of Clover reports for multi-project use case when cloverAggregateReports is executed.

Version 3.0.0 (August 4, 2020)

BREAKING CHANGE FOR BACKWARDS COMPATIBILITY at Gradle 4.7

  • Dropped compatibility with Gradle 4.6 and older, the plugin version 2.2.5 will be the last one supporting these releases of Gradle. ========================================

  • Made Clover instrumentation cacheable and corrected the incremental compilation of large projects.

  • Fixed issues with ClassLoader failing to load Clover classes in multi-project configurations.

  • Fix re-instrument and recompile every single source file - Issue 118

Version 2.2.5 (March 9, 2020)

  • Add sourceCompatibility override to solve OpenClover limit and fallback to 1.3 Java compatibility
  • Fix HTML Reporter throwing NPE - Issue 146

Version 2.2.4 (October 19, 2019)

  • Fix Vulnerable version of Jackson bind dependency - Issue 142
  • Fix Documentation - regex for log - Issue 121
  • Fix Console reporter - Issue 117

Version 2.2.3 (April 21, 2019)

  • Fix ncLineCount column gives error - Issue 135

Version 2.2.2 (March 9, 2019)

  • Fix Does this plugin work with JUnit5? - Issue 79
  • Fix When Clover is disabled eliminate recompilation of sources during test task execution - Issue 112
  • Fix Support for JDK 9 & 10 - Issue 119
  • Fix ClassNotFoundException for CloverCompilerAdapter when using OpenClover 4.3.1 on a Java project - Issue 125
  • Fix @​CompileStatic and safe navigation operator fails cloverGenerateReport task - Issue 127
  • Fix Running on Gradle 5.2 throws a NoClassDefFoundError - Issue 126

... (truncated)

Commits
  • f836299 Enhance compatibility with Gradle 8.x
  • fb8b2a6 Gradle 7.2 compatibility changes
  • cd98e1f Update RELEASE_NOTES.md for 3.0.1 release
  • 5c28230 Fix regression with cloverAggregateReports task output location
  • 4131d59 Update to latest compatible git-reckon plugin
  • 9a6c0cc Fixed issues with Classloader isolation
  • 290c5d8 Make Clover tasks compatible with the build cache (#149)
  • 42f326f Fix second typo
  • 4a6cec6 Merge commit 'refs/pull/147/head' of github.com:bmuschko/gradle-clover-plugin
  • e68223a Fix Eclipse integration to pick up plugin generated descriptors
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Apr 27 '23 00:04 dependabot[bot]

not merging this yet because running clover isn't covered in ci yet

jimexist avatar Apr 27 '23 02:04 jimexist

@Jimexist What's the status here?

Jens-G avatar Jun 21 '23 20:06 Jens-G

The current version of clover doesn't work with the version of gradle Thrift is using, so there's no harm in updating it. It's disabled by default anyway in the build. Updating the plugin gets it closer to working, but it still has an error, because the latest version of clover doesn't work with gradle 8 due to the removal of the deprecated outputDir property of the SourceDirectorySet

Personally, I'd be inclined to remove the coverage report plugin since it's not used in the build and doesn't work anyway, but I'm not sure if @jimexist wants to try to get it working. For now, I'll just merge this to get rid of the dependabot noise.

ctubbsii avatar Aug 15 '24 05:08 ctubbsii