Skip to content

Update dependency nl.jqno.equalsverifier:equalsverifier to v4.4.1#163

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/nl.jqno.equalsverifier-equalsverifier-4.x
Open

Update dependency nl.jqno.equalsverifier:equalsverifier to v4.4.1#163
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/nl.jqno.equalsverifier-equalsverifier-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2026

This PR contains the following updates:

Package Change Age Confidence
nl.jqno.equalsverifier:equalsverifier (source) 4.3.14.4.1 age confidence

Release Notes

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)

v4.4.1

Fixed
  • A regression where floats and doubles are checked (and throw an exception) that are static (Issue 1183), transient (Issue 1184) or ignored with #withIgnoredFields().

v4.4

Added
  • Proper support for JEP 500: "Prepare to Make Final Mean Final", where the JDK emits a warning (or, if so configured, throws an exception) when final fields are mutated.
    • #withFactory() method to provide instances to EqualsVerifier so it doesn't have to mutate final fields;
    • Overloads for #withRedefinedSuperclass() and #withRedefinedSubclass() to do the same;
    • Overloads for #withPrefabValues() and #withPrefabValuesForField() where you explicitly provide a copy of the "red" value, because EqualsVerifier will not be able to make a copy of that value without using final field mutation.
    • .set(Mode.finalMeansFinal() so EqualsVerifier refuses to mutate final fields even when still possible: this is useful when migrating to a newer JDK where this is an issue.
    • Documentation: see the chapter on this subject in the manual.
  • Prefab values for java.lang.Number.
Changed
  • For doubles and floats, EqualsVerifier now uses 0.0 and -0.0 instead of NaN to test edge case handling without triggering precondition exceptions. For boxed Double/Float, it now suggests equals() over Double.compare()/Float.compare() (they behave identically).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (rebase) February 21, 2026 13:41
@renovate
Copy link
Contributor Author

renovate bot commented Feb 21, 2026

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v4.4 Update dependency nl.jqno.equalsverifier:equalsverifier to v4.4.1 Feb 23, 2026
@renovate renovate bot force-pushed the renovate/nl.jqno.equalsverifier-equalsverifier-4.x branch from 478b3aa to 707c832 Compare February 23, 2026 09:49
auto-merge was automatically disabled February 23, 2026 09:49

Pull Request is not mergeable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants