Skip to content

Comments

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor
Open

Update dependency nl.jqno.equalsverifier:equalsverifier to v4.4.1#105
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor

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 - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC).

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

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 added the renovate label Feb 21, 2026
@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/all-minor branch from 68aa9d7 to e90a752 Compare February 23, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants