Update all minor dependencies (master) #650
Merged
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:
5.7.0
->5.8.1
4.1.1
->4.2.2
1.59
->1.70
1.59
->1.70
2.18.3
->2.28.2
3.1.13
->3.17.3
3.3.4.RELEASE
->3.7.0
3.3.4.RELEASE
->3.7.0
2.27
->2.52
2.27
->2.52
Release Notes
mockito/mockito (org.mockito:mockito-core)
v2.28.2
Compare Source
Release notes were automatically generated by Shipkit
2.28.2
v2.28.1
Compare Source
Release notes were automatically generated by Shipkit
2.28.1
v2.27.0
Compare Source
Release notes were automatically generated by Shipkit
2.27.0
v2.26.0
Compare Source
Release notes were automatically generated by Shipkit
2.26.0
v2.25.1
Compare Source
Release notes were automatically generated by Shipkit
2.25.1
v2.25.0
Compare Source
Release notes were automatically generated by Shipkit
2.25.0
v2.24.5
Compare Source
v2.24.0
Compare Source
v2.23.4
Compare Source
v2.23.0
Compare Source
v2.22.0
Compare Source
v2.21.0
Compare Source
v2.20.1
Compare Source
v2.20.0
Compare Source
v2.19.1
Compare Source
v2.19.0
Compare Source
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)
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
#withPrefabValues()
(which was introduced in the previous version). (Issue 1014)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)reactor/reactor-core (io.projectreactor:reactor-test)
v3.7.0
Compare Source
Reactor Core
3.7.0
is part of2024.0.0
Release Train.New and Noteworthy
Antora
Multi-Release-Jar
experienceWhat's Changed
✨ New features and improvements
Micrometer
v1.14.0
by @violetagg in https://github.com/reactor/reactor-core/pull/3931Set
for exact buffers inFlux.buffer
by @Sage-Pierce in https://github.com/reactor/reactor-core/pull/3822@Incubating
annotation by @violetagg in https://github.com/reactor/reactor-core/pull/3790🐞 Bug fixes
Mono#cacheInvalidateIf
NPE when cancelled by @chemicL in https://github.com/reactor/reactor-core/pull/3914📖 Documentation
Scheduler.java
by @rs017991 in https://github.com/reactor/reactor-core/pull/3807New Contributors
Full Changelog: reactor/reactor-core@v3.6.9...v3.7.0
v3.6.12
Compare Source
Reactor Core
3.6.12
is part of2023.0.12
Release Train.What's Changed
✨ New features and improvements
Micrometer
v1.12.12
by @violetagg in https://github.com/reactor/reactor-core/pull/3930🐞 Bug fixes
Mono#cacheInvalidateIf
NPE when cancelled by @chemicL in https://github.com/reactor/reactor-core/pull/3914Full Changelog: reactor/reactor-core@v3.6.11...v3.6.12
v3.6.11
Compare Source
Reactor Core
3.6.11
is part of2023.0.11
Release Train.What's Changed
✨ New features and improvements
byteBuddy
to version1.15.4
by @dependabot in #3905Micrometer
to version1.12.11
by @violetagg in149aeaf
Full Changelog: reactor/reactor-core@v3.6.10...v3.6.11
v3.6.10
Compare Source
What's Changed
✨ New features and improvements
Micrometer
to version1.12.10
by @chemicL in9cee83d
🐞 Bug fixes
📖 Documentation
New Contributors
Full Changelog: reactor/reactor-core@v3.6.9...v3.6.10
v3.6.9
Compare Source
Reactor Core
3.6.9
is part of2023.0.9
Release Train.What's Changed
✨ New features and improvements
Flux.generate
by @chemicL in #3848Predicate
for determining non-blocking threads by @trustin in #3854byteBuddyVersion
from1.14.17
to1.14.18
by @dependabot in #3842🐞 Bug fixes
TimedRunnable
uponTimedWorker
shutdown by @chemicL in #3856ThreadPerTaskScheduler
busyness accounting by @chemicL in #3859New Contributors
Full Changelog: reactor/reactor-core@v3.6.8...v3.6.9
v3.6.8
Compare Source
Reactor Core
3.6.8
is part of2023.0.8
Release Train.What's Changed
🐞 Bug fixes
Full Changelog: reactor/reactor-core@v3.6.7...v3.6.8
v3.6.7
Compare Source
Reactor Core
3.6.7
is part of2023.0.7
Release Train.What's Changed
✨ New features and improvements
byteBuddy
version from 1.14.16 to 1.14.17 by @dependabot in #3820Micrometer
to version1.12.7
by @violetagg in #3824🐞 Bug fixes
BufferTimeout
with fair backpressure rework by @chemicL in #3634Full Changelog: reactor/reactor-core@v3.6.6...v3.6.7
v3.6.6
Compare Source
Reactor Core
3.6.6
is part of2023.0.6
Release Train.What's Changed
✨ New features and improvements
🐞 Bug fixes
New Contributors
Full Changelog: reactor/reactor-core@v3.6.5...v3.6.6
v3.6.5
Compare Source
What's Changed
✨ New features and improvements
Full Changelog: reactor/reactor-core@v3.6.4...v3.6.5
v3.6.4
Compare Source
Reactor Core
3.6.4
is part of2023.0.4
Release Train.What's Changed
✨ New features and improvements
TimeoutException
onMono.block*
andFlux.block*
by @injae-kim in #3733🐞 Bug fixes
ColdTestPublisher
by @OlegDokuka in #3700📖 Documentation
coreFeatures.adoc
by @kzander91 in #3676Mono#share
javadoc for cancelling by @chemicL in #3741New Contributors
Full Changelog: reactor/reactor-core@v3.6.3...v3.6.4
v3.6.3
Compare Source
Reactor Core
3.6.3
is part of2023.0.3
Release Train.What's Changed
✨ New features and improvements
AutoCloseable
shourtcut onFlux#using
,Mono#using
by @injae-kim in https://github.com/reactor/reactor-core/pull/3704📖 Documentation, Tests and Build
TimedScheduler
periodic scheduling tests by @Nicolas125841 in https://github.com/reactor/reactor-core/pull/3677Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.