-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.18.1 #47
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #47 +/- ##
=========================================
Coverage 51.20% 51.20%
Complexity 252 252
=========================================
Files 111 111
Lines 2113 2113
Branches 79 79
=========================================
Hits 1082 1082
Misses 1008 1008
Partials 23 23 ☔ View full report in Codecov by Sentry. |
0863d50
to
13bdb88
Compare
5e8967a
to
da81245
Compare
8c9c252
to
6f7e598
Compare
6f7e598
to
54712db
Compare
54712db
to
53bc366
Compare
53bc366
to
ddb5a2a
Compare
ddb5a2a
to
5e5ce76
Compare
5e5ce76
to
d3220d7
Compare
d3220d7
to
90bfa62
Compare
90bfa62
to
8a8e433
Compare
8a8e433
to
93a024d
Compare
dc448aa
to
0ea4fbe
Compare
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
0ea4fbe
to
3fbc6d7
Compare
3fbc6d7
to
44b5619
Compare
44b5619
to
27f70fd
Compare
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
27f70fd
to
c446f3e
Compare
c446f3e
to
988112a
Compare
988112a
to
2c4db0e
Compare
dc9ea43
to
8bd619b
Compare
8bd619b
to
4d81fb2
Compare
4d81fb2
to
fb4884a
Compare
fb4884a
to
af5d79e
Compare
af5d79e
to
e0569eb
Compare
This PR contains the following updates:
3.10.1
->3.18.1
Release Notes
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)
v3.18.1
Added
v3.18
Added
v3.17.5
Fixed
Changed
v3.17.4
Fixed
Changed
v3.17.3
Fixed
#withPrefabValues()
(which was introduced in the previous version). (Issue 1014)v3.17.2
Fixed
#withPrefabValuesForField()
. (Issue 1012)Changed
v3.17.1
Fixed
java.sql.Date
only when available, so EqualsVerifier no longer throwsNoClassDefFoundError
when it's not available (for instance, when running EqualsVerifier standalone instead of as part of a test suite). (Issue 746)v3.17
Fixed
Changed
v3.16.2
Changed
Deprecated
withResetCaches()
was once needed for use in Quarkus, but caches are now reset automatically on every run.v3.16.1
Fixed
argument type mismatch
when a field's type has a wildcard generic and the underlying type has a type bound (such asT extends Serializable
). (Issue 940)equals
method in a field's class calls an abstract method. (Issue 938)v3.16
Changed
Deprecated
withResetCaches()
was once needed for use in Quarkus, but caches are now reset automatically on every run.v3.15.8
Fixed
v3.15.7
Fixed
v3.15.6
Fixed
v3.15.5
Changed
v3.15.4
Added
-Xcheckinit
flag 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.3
Changed
v3.15.2
Fixed
Warning.STRICT_HASHCODE
suppressed, an error was thrown. (Issue 853)v3.15.1
Fixed
equals
andhashCode
even if the field wasn't used at all. (Issue 816)Changed
#withPrefabValues
incorrectly.v3.15
Fixed
v3.14.3
Fixed
Throwable
,Exception
andRuntimeException
. (Issue 831)v3.14.2
Fixed
DoubleAdder
,DoubleAccumulator
,LongAdder
andLongAccumulator
. (Issue 817)v3.14.1
Fixed
v3.14
Fixed
Throwable
,Exception
andRuntimeException
. (Issue 831)v3.13.2
Added
hashCode
consistency whenString.equalsIgnoreCase
is used. (Issue 748)v3.13.1
Fixed
Warning.SURROGATE_KEY
was ignored when@Id
annotation is in entity's superclass. (Issue 763)v3.13
Added
hashCode
consistency whenString.equalsIgnoreCase
is used. (Issue 748)v3.12.4
Changed
Fixed
java.io.PrintStream
. (Issue 753)v3.12.3
Fixed
v3.12.2
Added
Warning.SURROGATE_OR_BUSINESS_KEY
for JPA entities that insist on using all fields inequals()
andhashCode()
, whether they are@Id
or not.Changed
forPackage()
orforClasses()
and multiple classes have issues.v3.12.1
Changed
toString()
methods. (Issue 716)Fixed
ClassFormatError
when attempting to create a dynamic subclass for a class that has no package. (Issue 638)LinkageError
when running Quarkus dev mode and testing an abstract class. (Issue 550)v3.12
Changed
Fixed
java.io.PrintStream
. (Issue 753)v3.11.1
Added
Map.Entry
's extendedhashCode
contract. (Issue 603; thanks scordio!)v3.11
Added
Map.Entry
's extendedhashCode
contract. (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.