Update dependency nl.jqno.equalsverifier:equalsverifier to v3.19.4 #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.10.1->3.19.4Release Notes
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)
v3.19.4Fixed
Warning.IDENTICAL_COPY_FOR_VERSIONED_ENTITYdoesn't work for a versioned entity class whenequalsis defined in an entity parent class.v3.19.3Fixed
interface X<T extends X<?>>. (Issue 1062)v3.19.2Fixed
withPrefabValueForFieldwhere fields in the superclass of the class under test is ignored.v3.19.1Added
java.util.concurrent.locks.ReentrantLock. (Issue 981)Fixed
withPrefabValueForFieldwhere in some cases the prefab value is not used.v3.19Fixed
Warning.IDENTICAL_COPY_FOR_VERSIONED_ENTITYdoesn't work for a versioned entity class whenequalsis defined in an entity parent class.v3.18.2Fixed
forPackage()on third-party dependency package, instead of aNullPointerException. (Issue 1040)v3.18.1Added
v3.18Fixed
forPackage()on third-party dependency package, instead of aNullPointerException. (Issue 1040)v3.17.5Fixed
Changed
v3.17.4Fixed
Changed
v3.17.3Fixed
#withPrefabValues()(which was introduced in the previous version). (Issue 1014)v3.17.2Fixed
#withPrefabValuesForField(). (Issue 1012)Changed
v3.17.1Fixed
java.sql.Dateonly when available, so EqualsVerifier no longer throwsNoClassDefFoundErrorwhen it's not available (for instance, when running EqualsVerifier standalone instead of as part of a test suite). (Issue 746)v3.17Fixed
Changed
v3.16.2Changed
Deprecated
withResetCaches()was once needed for use in Quarkus, but caches are now reset automatically on every run.v3.16.1Fixed
argument type mismatchwhen a field's type has a wildcard generic and the underlying type has a type bound (such asT extends Serializable). (Issue 940)equalsmethod in a field's class calls an abstract method. (Issue 938)v3.16Changed
Deprecated
withResetCaches()was once needed for use in Quarkus, but caches are now reset automatically on every run.v3.15.8Fixed
v3.15.7Fixed
v3.15.6Fixed
v3.15.5Changed
v3.15.4Added
-Xcheckinitflag switched on. This flag generates a field that should have been marked as synthetic, but isn't, so EqualsVerifier has to check for this field explicitly.v3.15.3Changed
v3.15.2Fixed
Warning.STRICT_HASHCODEsuppressed, an error was thrown. (Issue 853)v3.15.1Fixed
equalsandhashCodeeven if the field wasn't used at all. (Issue 816)Changed
#withPrefabValuesincorrectly.v3.15Fixed
v3.14.3Fixed
Throwable,ExceptionandRuntimeException. (Issue 831)v3.14.2Fixed
DoubleAdder,DoubleAccumulator,LongAdderandLongAccumulator. (Issue 817)v3.14.1Fixed
v3.14Fixed
Throwable,ExceptionandRuntimeException. (Issue 831)v3.13.2Added
hashCodeconsistency whenString.equalsIgnoreCaseis used. (Issue 748)v3.13.1Fixed
Warning.SURROGATE_KEYwas ignored when@Idannotation is in entity's superclass. (Issue 763)v3.13Added
hashCodeconsistency whenString.equalsIgnoreCaseis used. (Issue 748)v3.12.4Changed
Fixed
java.io.PrintStream. (Issue 753)v3.12.3Fixed
v3.12.2Added
Warning.SURROGATE_OR_BUSINESS_KEYfor JPA entities that insist on using all fields inequals()andhashCode(), whether they are@Idor not.Changed
forPackage()orforClasses()and multiple classes have issues.v3.12.1Changed
toString()methods. (Issue 716)Fixed
ClassFormatErrorwhen attempting to create a dynamic subclass for a class that has no package. (Issue 638)LinkageErrorwhen running Quarkus dev mode and testing an abstract class. (Issue 550)v3.12Changed
Fixed
java.io.PrintStream. (Issue 753)v3.11.1Added
Map.Entry's extendedhashCodecontract. (Issue 603; thanks scordio!)v3.11Added
Map.Entry's extendedhashCodecontract. (Issue 603; thanks scordio!)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.