-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update dependency nl.jqno.equalsverifier:equalsverifier to v3 #104
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency nl.jqno.equalsverifier:equalsverifier to v3 #104
renovate
wants to merge
1
commit into
master
from
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@rultor please, try to merge, since 8 checks have passed |
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 2min)
|
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
July 9, 2023 05:11
e2dff4f
to
2bef86e
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
August 3, 2023 05:51
2bef86e
to
6797f56
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
September 24, 2023 05:48
6797f56
to
2598c08
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
November 2, 2023 05:38
2598c08
to
a87e866
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
November 30, 2023 05:14
a87e866
to
6ac0dd4
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
December 23, 2023 02:21
6ac0dd4
to
97984e5
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
January 9, 2024 23:40
97984e5
to
c15fd5f
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
2 times, most recently
from
March 1, 2024 17:45
3318cf0
to
5d4550f
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
March 24, 2024 02:41
5d4550f
to
8ccfe27
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
April 5, 2024 17:57
8ccfe27
to
a60891e
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
August 24, 2024 12:00
a60891e
to
02993f8
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
September 25, 2024 02:40
02993f8
to
6dbea6d
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
October 3, 2024 02:40
6dbea6d
to
a2881a2
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
2 times, most recently
from
November 7, 2024 20:25
9c23130
to
91bc060
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
2 times, most recently
from
December 7, 2024 05:31
7ada172
to
2fbc148
Compare
renovate
bot
force-pushed
the
renovate/nl.jqno.equalsverifier-equalsverifier-3.x
branch
from
December 25, 2024 02:34
2fbc148
to
e52b34a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
2.4.8
->3.18
Release Notes
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)
v3.18
Added
.verify()
at the end of an EqualsVerifier invocation (through the@CheckReturnValue
annotation).SequencedCollection
,SequencedSet
andSequencedMap
.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!)v3.10.1
Changed
v3.10
Changed
v3.9.1
Fixed
Changed
pom.xml
optional, so the Maven Enforcer Plugin won't complain. (Issue 587)v3.9
Fixed
Changed
pom.xml
optional, so the Maven Enforcer Plugin won't complain. (Issue 587)v3.8.3
Added
Fixed
v3.8.2
Fixed
v3.8.1
Fixed
v3.8
Added
Fixed
v3.7.2
Fixed
#forPackage()
no longer fails in presence of anonymous or local inner classes. (Issue 517; thanks kilink!)v3.7.1
Fixed
java.util.concurrent.Semaphore
. (Issue 476)v3.7
Fixed
#forPackage()
no longer fails in presence of anonymous or local inner classes. (Issue 517; thanks kilink!)v3.6.1
Fixed
#forPackage()
when combined with#simple()
. (Issue 437; thanks Kobee1203!)v3.6
Fixed
#forPackage()
when combined with#simple()
. (Issue 437; thanks Kobee1203!)v3.5.5
Changed
Objenesis
instance. (Issue 400; thanks selckin!)Fixed
java.awt.Image
. (Issue 399)v3.5.4
Fixed
java.nio.charset.Charset
. (Issue 391; thanks sullis!)v3.5.3
Fixed
java.util.DoubleSummaryStatistics
,java.util.IntSummaryStatistics
andjava.util.LongSummaryStatistics
. (Issue 385)v3.5.2
Fixed
java.time.Clock
. (Issue 384; thanks sullis!)v3.5.1
Changed
gh-pages
branch todocs
folder to make it more accessible.RecordsTest
which targets JDK16+, have now been migrated tosrc/test/javaXX
(whereXX
is the version number of the JDK the test targets) so there is no longer a need to compile classes at run-time inside the test.Fixed
java.text.NumberFormat
andjava.text.DecimalFormat
. (Issue 379)v3.5
Changed
Objenesis
instance. (Issue 400; thanks selckin!)Fixed
java.awt.Image
. (Issue 399)v3.4.3
Changed
java.util.ArrayList
. (Issue 341)Fixed
java.net.URL
. (Issue 340)-Dnet.bytebuddy.experimental=true
again instead of-Dnl.jqno.equalsverifier.internal.lib.bytebuddy.experimental=true
. (Issue 339; thanks Stefano!)v3.4.2
Changed
Fixed
java.net.InetSocketAddress
. (Issue 336)v3.4.1
Fixed
Warning.STRICT_INHERITANCE
doesn't take away the requirement to call#usingGetClass()
when superclass has fields. (Issue 316)v3.4
Changed
java.util.ArrayList
. (Issue 341)Fixed
java.net.URL
. (Issue 340)-Dnet.bytebuddy.experimental=true
again instead of-Dnl.jqno.equalsverifier.internal.lib.bytebuddy.experimental=true
. (Issue 339; thanks Stefano!)v3.3
Added
#except()
when using#forPackage()
that takes a predicate instead of a set list of elements. (Issue 307; thanks Tom!)#forClasses()
overload that takes anIterable<Class<?>>
. (Issue 271)v3.2
Added
hashCode
consistency whenString.equalsIgnoreCase
is used. (Issue 748)v3.1.13
Fixed
java.util.OptionalDouble
,java.util.OptionalInt
,java.util.OptionalLong
,java.util.EventObject
,java.awt.Font
,javax.swing.tree.DefaultMutableTreeNode
andjava.beans.PropertyChangeSupport
. (Issue 286)v3.1.12
Fixed
java.util.Currency
. (Issue 268; thanks sullis!)v3.1.11
Changed
Fixed
v3.1.10
Fixed
java.lang.reflect.Method
and other reflection types cause illegal reflective access warnings on Java 9+: added prefab values. (Issue 248)v3.1.9
Changed
Fixed
v3.1.8
Fixed
TypeToken
causes AbstractMethodError. (Issue 238)v3.1.7
Changed
v3.1.6
Fixed
StringBuilder
causes StringIndexOutOfBoundsException. (Issue 234)v3.1.5
Fixed
@EmbeddedId
annotation. (Issue 231)v3.1.4
Added
@EmbeddedId
annotation: it is now handled in the same way as@Id
. (Issue 228)v3.1.3
Fixed
EqualsVerifierBugException
as aExploit-ByteVerify
virus. (Issue 229; thanks Matt!)v3.1.2
Fixed
v3.1.1
Fixed
java.util.OptionalDouble
,java.util.OptionalInt
,java.util.OptionalLong
,java.util.EventObject
,java.awt.Font
,javax.swing.tree.DefaultMutableTreeNode
andjava.beans.PropertyChangeSupport
. (Issue 286)v3.1
Added
.verify()
at the end of an EqualsVerifier invocation (through the@CheckReturnValue
annotation).SequencedCollection
,SequencedSet
andSequencedMap
.v3.0.3
Fixed
module-info
was shaded into the jar file. (Issue 222)v3.0.2
Fixed
java.time
fields cause illegal reflective access warning on Java 9+: added prefab values. Issue 217)v3.0.1
Fixed
java.net.URI
fields cause illegal reflective access warning on Java 9+: added prefab values. (Issue 214)v3.0
Fixed
module-info
was shaded into the jar file. (Issue 222)v2.5.2
Fixed
Inet4Address
,Inet6Address
,java.sql.Date
,java.sql.Time
andjava.sql.Timestamp
cause illegal reflective access warnings on Java 9+: added prefab values.v2.5.1
Fixed
#withIgnoredFields()
. (Issue 203)v2.5
Fixed
Inet4Address
,Inet6Address
,java.sql.Date
,java.sql.Time
andjava.sql.Timestamp
cause illegal reflective access warnings on Java 9+: added prefab values.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.