Update clover.version to v5 - autoclosed - #1837
Closed
renovate-bot wants to merge 1 commit into
Closed
Conversation
renovate-bot
force-pushed
the
renovate/major-5-clover.version
branch
from
July 21, 2026 03:06
57c67ce to
7ded6a7
Compare
renovate-bot
force-pushed
the
renovate/major-5-clover.version
branch
from
July 26, 2026 13:46
7ded6a7 to
e512d07
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.5.2→5.1.04.5.2→5.1.0Release Notes
openclover/clover (org.openclover:clover)
v5.0.1v5.0.0Added
Changed
com.atlassian.*references replaced withorg.openclover.*.Fixed
Removed
openclover/clover-maven-plugin (org.openclover:clover-maven-plugin)
v5.1.0Changed
clover:setupgoal is now the recommended (and, on Maven 4,the only) way to instrument sources - it runs in the main lifecycle and does not mutate the project
model.
maven.clover.repositoryPollutionProtectionnow defaults totrue(it used to befalse). Running theinstallordeployphase while instrumentation is active fails the build.Set the flag to
falseto restore the previous behaviour.Fixed
a module of the same build was resolved to a
-cloverartifact from the local repository, which couldcome from some earlier build and not match current sources. Such a dependency now uses instrumented
classes produced by that module in the current build - both a plain jar dependency (main classes) and
a
test-jardependency (test classes) are resolved from the reactor.AbstractCloverInstrumentMojoand
CloverInstrumentInternalMojoboth declared amavenSessionparameter, so the subclass fieldshadowed the superclass one and the latter stayed
null- the build lifecycle analysis always failedwith "Failed to call Maven's internals via reflections" and the protection was silently skipped.
The duplicate declaration is gone and the underlying exception is now logged with the warning.
Deprecated
clover:instrumentandclover:instrument-testgoals fail on Maven 4. They forka build lifecycle and mutate the project model at runtime; Maven 4 treats the project model as
immutable at execution time, so these mutations are not visible to the plugins running in the forked
lifecycle. Both goals keep working on Maven 3.
v5.0.0Changed
com.atlassian.maven.plugin.clovertoorg.openclover.maven.plugin, updated imported classes for OpenClover core 4.6.0+,and renamed packages in the code samples. Bumped OpenClover core to 5.0.0.
org.apache.mavendependencies and build plugin versions.ossrh-staging-api. Updated Groovy in thetest cases to 4.0.32 (with matching groovy-eclipse batch/compiler).
Removed
gmaven-pluginandgmaven-plugin-no-javaintegrationtests (the plugin has been dead for 14 years).
Fixed
Strings.nullToEmpty, which caused aNoClassDefFoundErrorbecause Guava is not on Maven's classpath.site:sitegoal now generates the "Goals" section with the plugindocumentation (added
maven-plugin-report-plugin).Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.