Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
nl.jqno.equalsverifier:equalsverifier (source) 3.19.4 -> 4.2 age confidence

Release Notes

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

v4.2

Added
  • Prefab values for Java 25's ScopedValue.
  • Additional support for Kotlin delegate fields: (Issue 1097)
    • In error messages, you will now see readable Kotlin field names instead of bytecode field names like foo$delegate.
    • In #withIgnoredFields(), #withOnlyTheseFields() and #withPrefabValuesForField(), you can now refer to fields by their Kotlin name instead of their bytecode name.
    • EqualsVerifier can construct prefab values for lazy delegates.
    • EqualsVerifier can deal with situations where there are multiple fields delegating to the same class.
    • For more information, see the new manual page about Kotlin classes

v4.1.1

Fixed
  • Classes that extend Enum throws ModuleException. (Issue 1122)

v4.1

Fixed
  • Classes that extend Enum throws ModuleException. (Issue 1122)

v4.0.9

Fixed
  • Regression introduced in version 4.0.8: StackOverflowError when testing a non-abstract sealed type. (Issue 1111)

v4.0.8

Fixed
  • NullPointerException with abstract sealed types whose subtypes add state and need Warning.NULL_FIELDS suppressed. (Issue 1111)

v4.0.7

Fixed
  • StringIndexOutOfBoundsException when using forPackage on Windows. (Issue 1106)

v4.0.6

Changed
  • EqualsVerifier will issue an error when an entity has lazy fields that should be accessed by their getter, and the getter is final, because in that case it can't perform the check. (Issue 1102)

v4.0.5

Fixed
  • When verifying a relaxed equals relation, andUnequalExamples thinks two unequal examples are equal. (Issue 1098)

v4.0.4

Fixed
  • Can now test a class with a field whose type is an array of a single value enum. (Issue 1093)

v4.0.3

Changed
  • forPackage can now also scan jar files, which is handy for certain kinds of integration tests that run against jar files instead of directories with .class files. (Issue 1078)

v4.0.2

Added
Changed
  • When a Mockito error occurs, the error message now says which mocked method was attempted to call. (Issue 1082)

v4.0.1

Fixed
  • A class with field of type EnumMap or EnumSet produces MockitoException when Mockito is present. (Issue 1080)

v4.0

Fixed
  • Regression introduced in version 4.0.8: StackOverflowError when testing a non-abstract sealed type. (Issue 1111)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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 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 force-pushed the renovate/major-equalsverifier branch from 1c270a9 to 9cb1a71 Compare May 16, 2025 13:52
@renovate renovate bot force-pushed the renovate/major-equalsverifier branch 2 times, most recently from e5e7f8c to 33ab56c Compare June 12, 2025 18:39
@renovate renovate bot force-pushed the renovate/major-equalsverifier branch from 33ab56c to cd6a5f0 Compare June 23, 2025 21:45
@renovate renovate bot force-pushed the renovate/major-equalsverifier branch 2 times, most recently from 63da306 to caa08ed Compare July 7, 2025 18:33
@renovate renovate bot force-pushed the renovate/major-equalsverifier branch from caa08ed to 6806229 Compare July 18, 2025 08:45
@renovate renovate bot force-pushed the renovate/major-equalsverifier branch from 6806229 to 02465ad Compare July 30, 2025 18:33
@renovate renovate bot force-pushed the renovate/major-equalsverifier branch from 02465ad to a9cf4a8 Compare August 22, 2025 15:55
@renovate renovate bot force-pushed the renovate/major-equalsverifier branch from a9cf4a8 to f9c9088 Compare September 2, 2025 21:55
@renovate renovate bot force-pushed the renovate/major-equalsverifier branch from f9c9088 to 49e1564 Compare September 22, 2025 10:52
@renovate renovate bot force-pushed the renovate/major-equalsverifier branch from 49e1564 to 405bfaf Compare October 3, 2025 10:36
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