Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

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

Release Notes

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

v4.2.3

Fixed
  • When running on the modulepath, in some cases an InaccessibleObjectException is thrown when reporting an error. (Issue 1142)
  • EqualsVerifier's version number was reported as 'null' when run on the modulepath.

v4.2.2

Fixed
  • Failure with EnumSets and EnumMaps for single-value enums. (Issue 1140)
  • An error message refers to Warning.ZERO_FIELDS, which was removed in version 4.0. (Issue 1143)

v4.2.1

Fixed
  • Kotlin lazy delegates with a generic type throw ClassCastException. (Issue 1132)
Changed
  • Refactorings in the internal class instantiation logic.

v4.2

Fixed
  • When running on the modulepath, in some cases an InaccessibleObjectException is thrown when reporting an error. (Issue 1142)
  • EqualsVerifier's version number was reported as 'null' when run on the modulepath.

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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 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.version branch from 4f1523f to e1a1d68 Compare November 17, 2025 15:11
@renovate renovate bot changed the base branch from master to main November 17, 2025 15:11
@renovate renovate bot force-pushed the renovate/major-equalsverifier.version branch 2 times, most recently from a2a9a33 to 91e4f55 Compare November 17, 2025 15:15
@JohT JohT force-pushed the renovate/major-equalsverifier.version branch from 91e4f55 to 3dcc80b Compare November 18, 2025 07:06
@JohT JohT merged commit 000c296 into main Nov 18, 2025
1 check passed
@JohT JohT deleted the renovate/major-equalsverifier.version branch November 18, 2025 07:08
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.

2 participants