Bump nl.jqno.equalsverifier:equalsverifier from 3.19.4 to 4.2.4
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
backport 1.3
Bumps nl.jqno.equalsverifier:equalsverifier from 3.19.4 to 4.2.4.
Release notes
Sourced from nl.jqno.equalsverifier:equalsverifier's releases.
Release equalsverifier-4.2.4
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.2.3
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.2.2
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.2.1
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.2
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.1.1
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.1
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0.9
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0.8
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0.7
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0.6
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0.5
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0.4
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0.3
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0.2
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0.1
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-4.0
For a list of changes in this version, see CHANGELOG.md.
Changelog
Sourced from nl.jqno.equalsverifier:equalsverifier's changelog.
[4.2.4] - 2025-11-25
Fixed
- Mockito throws
UnnecessaryStubbingExceptionwhenequalsis correct when running in strict mode (which is activated by using@RunWith(MockitoExtension.class)) (Issue 1148)Changed
- Expands Javadoc for
#withIgnoredFields()to make it more clear that even ignored fields sometimes need prefab values. See the error message explanation for the reasoning. (Issue 1141)[4.2.3] - 2025-11-15
Fixed
- When running on the modulepath, in some cases an
InaccessibleObjectExceptionis thrown when reporting an error. (Issue 1142)- EqualsVerifier's version number was reported as 'null' when run on the modulepath.
Changed
- Mockito mocks now get a proper
toString()which is useful in error messages. (Issue 1142)[4.2.2] - 2025-11-09
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)[4.2.1] - 2025-10-29
Fixed
- Kotlin lazy delegates with a generic type throw
ClassCastException. (Issue 1132)Changed
- Refactorings in the internal class instantiation logic.
[4.2] - 2025-10-03
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
... (truncated)
Commits
ded84eaBumps version to 4.2.46807156Updates CHANGELOG for releasec0951a0Merge pull request #1152 from jqno/lenient-mocking2c373d7Uses lenient mocking for toString in mocks, since it won't be used when equal...1502fd5Merge branch 'replace-array-enum-valueproviders'51d23cdMerge pull request #1151 from jqno/dependabot/maven/dependencies-76d9e918b970ff2b1Bump the dependencies group with 2 updates3ec11a6Merge pull request #1150 from jqno/dependabot/github_actions/dependencies-764...b5965a7Bump actions/checkout from 5 to 6 in the dependencies group5522cfdRemoves unnecessary imports- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
maven
3.19.4 → 4.2.4
Major
Technical Details
| ID: | 11907642 |
| UUID: | 3679349629 |
| Node ID: | PR_kwDOHloRjM62QjG- |
| Host: | GitHub |
| Repository: | inrupt/solid-client-java |