Skip to content
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 all minor dependencies (master) #650

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pmd (source) 5.7.0 -> 5.8.1 age adoption passing confidence
org.awaitility:awaitility (source) 4.1.1 -> 4.2.2 age adoption passing confidence
org.bouncycastle:bcpkix-jdk15on (source) 1.59 -> 1.70 age adoption passing confidence
org.bouncycastle:bcprov-jdk15on (source) 1.59 -> 1.70 age adoption passing confidence
org.mockito:mockito-core 2.18.3 -> 2.28.2 age adoption passing confidence
nl.jqno.equalsverifier:equalsverifier (source) 3.1.13 -> 3.17.3 age adoption passing confidence
io.projectreactor:reactor-test 3.3.4.RELEASE -> 3.7.0 age adoption passing confidence
io.projectreactor:reactor-core 3.3.4.RELEASE -> 3.7.0 age adoption passing confidence
com.google.dagger:dagger-compiler 2.27 -> 2.52 age adoption passing confidence
com.google.dagger:dagger 2.27 -> 2.52 age adoption passing confidence

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
  • 2019-03-05 - 11 commits by Szczepan Faber (10), Garfield Tan (1) - published to Bintray
  • New API to clean up all inline mocks after test (#​1619)
  • Memory leak in mockito-inline calling method on mock with at least a mock as parameter (#​1614)
  • Cross-references and a single spy cause memory leak (#​1533)
  • Nested spies cause memory leaks (#​1532)

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
  • Fixes bug when passing a subclass of a field's type into #withPrefabValues() (which was introduced in the previous version). (Issue 1014)
  • In Windows builds, the handling of line endings didn't work properly. (Issue 1015)

v3.17.2

Fixed
  • It's now possible to pass a subclass of a field's type into #withPrefabValuesForField(). (Issue 1012)
Changed
  • The internal instantiation logic has been further refactored, to be more robust and extensible for future enhancements.

v3.17.1

Fixed
  • Instantiates java.sql.Date only when available, so EqualsVerifier no longer throws NoClassDefFoundError when it's not available (for instance, when running EqualsVerifier standalone instead of as part of a test suite). (Issue 746)

v3.17

Fixed
  • Fixes bug when passing a subclass of a field's type into #withPrefabValues() (which was introduced in the previous version). (Issue 1014)
  • In Windows builds, the handling of line endings didn't work properly. (Issue 1015)

v3.16.2

Changed
  • The error message in some edge cases involving complex generics and abstract classes is now improved. (Issue 983)
  • The line in the error message that shows the version of EqualsVerifier and the JDK, now also indicates whether EqualsVerifier runs on the classpath or the modulepath.
Deprecated
  • withResetCaches() was once needed for use in Quarkus, but caches are now reset automatically on every run.

v3.16.1

Fixed
  • IllegalArgumentException argument type mismatch when a field's type has a wildcard generic and the underlying type has a type bound (such as T extends Serializable). (Issue 940)
  • AbstractMethodError when a the equals method in a field's class calls an abstract method. (Issue 938)

v3.16

Changed
  • The error message in some edge cases involving complex generics and abstract classes is now improved. (Issue 983)
  • The line in the error message that shows the version of EqualsVerifier and the JDK, now also indicates whether EqualsVerifier runs on the classpath or the modulepath.
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
  • StackOverflowError when a class has a field of a sealed type whose only permitted subtype has a reference to the original class. (Issue 920)

v3.15.6

Fixed
  • Protected JPA entity getters were ignored. (Issue 909)

v3.15.5

Changed
  • Check that getters are used for all generated JPA id fields. (Issue 892)

v3.15.4

Added
  • A check for Scala with its -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
  • Improves error message when packages are not "open" to EqualsVerifier. (Issue 868)

v3.15.2

Fixed
  • For JPA entities with a hashCode that doesn't use all fields, and with Warning.STRICT_HASHCODE suppressed, an error was thrown. (Issue 853)

v3.15.1

Fixed
  • For mapped fields in JPA entities, an error was thrown if the getter wasn't used in equals and hashCode even if the field wasn't used at all. (Issue 816)
Changed
  • Improves error messages when calling #withPrefabValues incorrectly.

v3.15

Fixed

v3.14.3

Fixed
  • Adds prefab values for Throwable, Exception and RuntimeException. (Issue 831)

v3.14.2

Fixed
  • Adds prefab values for DoubleAdder, DoubleAccumulator, LongAdder and LongAccumulator. (Issue 817)

v3.14.1

Fixed
  • Fixes incorrect error message when a sealed type has multiple permitted subtypes. (Issue 786)

v3.14

Fixed
  • Adds prefab values for Throwable, Exception and RuntimeException. (Issue 831)

v3.13.2

Added
  • Verifies hashCode consistency when String.equalsIgnoreCase is used. (Issue 748)
  • Improves error messages for detected NullPointerExceptions: if a field causes one, EqualsVerifier will indicate whether it's the field on the 'this' object or the one on the parameter object.

v3.13.1

Fixed
  • Warning.SURROGATE_KEY was ignored when @Id annotation is in entity's superclass. (Issue 763)

v3.13

Added
  • Verifies hashCode consistency when String.equalsIgnoreCase is used. (Issue 748)
  • Improves error messages for detected NullPointerExceptions: if a field causes one, EqualsVerifier will indicate whether it's the field on the 'this' object or the one on the parameter object.

v3.12.4

Changed
  • Automates release procedure using JReleaser and GitHub Actions.
Fixed
  • Added prefab values for java.io.PrintStream. (Issue 753)

v3.12.3

Fixed
  • Getters for lazy fields in entities could not be found in a superclass. (Issue 744)

v3.12.2

Added
  • Warning.SURROGATE_OR_BUSINESS_KEY for JPA entities that insist on using all fields in equals() and hashCode(), whether they are @Id or not.
Changed
  • Removed duplicated website urls and diagnostic output when using forPackage() or forClasses() and multiple classes have issues.

v3.12.1

Changed
  • Improved error message output for objects that throw exceptions in their toString() methods. (Issue 716)
Fixed
  • Fix ClassFormatError when attempting to create a dynamic subclass for a class that has no package. (Issue 638)
  • Fix LinkageError when running Quarkus dev mode and testing an abstract class. (Issue 550)

v3.12

Changed
  • Automates release procedure using JReleaser and GitHub Actions.
Fixed
  • Added prefab values for java.io.PrintStream. (Issue 753)

v3.11.1

Added
  • Verifies Map.Entry's extended hashCode contract. (Issue 603; thanks scordio!)

v3.11

Added
  • Verifies Map.Entry's extended hashCode contract. (Issue 603; thanks scordio!)

v3.10.1

Changed

v3.10

Changed

v3.9.1

Fixed
  • Support null checks in record constructors with Warning.NULL_FIELDS. (Issue 610)
  • Restores javadoc and sources jar files on Maven Central. (Issue 598)
Changed
  • Made submodule dependencies in published pom.xml optional, so the Maven Enforcer Plugin won't complain. (Issue 587)

v3.9

Fixed
  • Support null checks in record constructors with Warning.NULL_FIELDS. (Issue 610)
  • Restores javadoc and sources jar files on Maven Central. (Issue 598)
Changed
  • Made submodule dependencies in published pom.xml optional, so the Maven Enforcer Plugin won't complain. (Issue 587)

v3.8.3

Added
  • Support for Jakarta persistence annotations. (Issue 576; thanks Ahli!)
Fixed
  • Exception when testing sealed classes that redefine equals. (Issue 564)

v3.8.2

Fixed
  • Exception when testing sealed classes that redefine equals. (Issue 564)
  • References to the EqualsVerifier wesbite are now switched to https. (Issue 559; thanks dfa1!)

v3.8.1

Fixed

v3.8

Added
  • Support for Jakarta persistence annotations. (Issue 576; thanks Ahli!)
Fixed
  • Exception when testing sealed classes that redefine equals. (Issue 564)

v3.7.2

Fixed
  • #forPackage() no longer fails in presence of anonymous or local inner classes. (Issue 517; thanks kilink!)

v3.7.1

Fixed
  • Added prefab values for 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
  • Support for recursion into sub-packages using #forPackage() when combined with #simple(). (Issue 437; thanks Kobee1203!)

v3.6

Fixed
  • Support for recursion into sub-packages using #forPackage() when combined with #simple(). (Issue 437; thanks Kobee1203!)

v3.5.5

Changed
  • Improves performace by reusing Objenesis instance. (Issue 400; thanks selckin!)
Fixed
  • Added prefab values for java.awt.Image. (Issue 399)

v3.5.4

Fixed
  • Added prefab values for java.nio.charset.Charset. (Issue 391; thanks sullis!)

v3.5.3

Fixed
  • Added prefab values for java.util.DoubleSummaryStatistics, java.util.IntSummaryStatistics and java.util.LongSummaryStatistics. (Issue 385)

v3.5.2

Fixed
  • Added prefab values for java.time.Clock. (Issue 384; thanks sullis!)

v3.5.1

Changed
  • Website is migrated from gh-pages branch to docs folder to make it more accessible.
  • JDK-specific unit tests, such as the RecordsTest which targets JDK16+, have now been migrated to src/test/javaXX (where XX 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.
  • Upgraded unit tests to JUnit 5.
  • Replaced Google Fava Format with Prettier-Java, which makes the code look less jagged and messy.
  • CI is migrated from CircleCI to GitHub Actions.
Fixed
  • Added prefab values for java.text.NumberFormat and java.text.DecimalFormat. (Issue 379)

v3.5

Changed
  • Improves performace by reusing Objenesis instance. (Issue 400; thanks selckin!)
Fixed
  • Added prefab values for java.awt.Image. (Issue 399)

v3.4.3

Changed
  • Added more helpful error message explaining why EqualsVerifier can't verify subclasses of java.util.ArrayList. (Issue 341)
  • Changes order of processing fields (non-statics first, statics later) so static fields don't obscure issues that are really in non-static fields. (Issue 159)
Fixed
  • Added prefab values for java.net.URL. (Issue 340)
  • Fixed support for records with static fields in JDK 14. (Issue 346; thanks Edgar!)
  • ByteBuddy experimental support (needed for Java 16 support) can now be accessed via -Dnet.bytebuddy.experimental=true again instead of -Dnl.jqno.equalsverifier.internal.lib.bytebuddy.experimental=true. (Issue 339; thanks Stefano!)

v3.4.2

Changed
Fixed
  • Added prefab values for 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
  • Added more helpful error message explaining why EqualsVerifier can't verify subclasses of java.util.ArrayList. (Issue 341)
  • Changes order of processing fields (non-statics first, statics later) so static fields don't obscure issues that are really in non-static fields. (Issue 159)
Fixed
  • Added prefab values for java.net.URL. (Issue 340)
  • Fixed support for records with static fields in JDK 14. (Issue 346; thanks Edgar!)
  • ByteBuddy experimental support (needed for Java 16 support) can now be accessed via -Dnet.bytebuddy.experimental=true again instead of -Dnl.jqno.equalsverifier.internal.lib.bytebuddy.experimental=true. (Issue 339; thanks Stefano!)

v3.3

Added
  • Overload for #except() when using #forPackage() that takes a predicate instead of a set list of elements. (Issue 307; thanks Tom!)
  • #forClasses() overload that takes an Iterable<Class<?>>. (Issue 271)

v3.2

Added
  • Verifies hashCode consistency when String.equalsIgnoreCase is used. (Issue 748)
  • Improves error messages for detected NullPointerExceptions: if a field causes one, EqualsVerifier will indicate whether it's the field on the 'this' object or the one on the parameter object.
reactor/reactor-core (io.projectreactor:reactor-test)

v3.7.0

Compare Source

Reactor Core 3.7.0 is part of 2024.0.0 Release Train.

New and Noteworthy

  • Reference documentation migrated to Antora
  • Improved Multi-Release-Jar experience

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.9...v3.7.0

v3.6.12

Compare Source

Reactor Core 3.6.12 is part of 2023.0.12 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.11...v3.6.12

v3.6.11

Compare Source

Reactor Core 3.6.11 is part of 2023.0.11 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.10...v3.6.11

v3.6.10

Compare Source

What's Changed

✨ New features and improvements
🐞 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 of 2023.0.9 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.6.8...v3.6.9

v3.6.8

Compare Source

Reactor Core 3.6.8 is part of 2023.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 of 2023.0.7 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.6...v3.6.7

v3.6.6

Compare Source

Reactor Core 3.6.6 is part of 2023.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 of 2023.0.4 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.3...v3.6.4

v3.6.3

Compare Source

Reactor Core 3.6.3 is part of 2023.0.3 Release Train.

What's Changed

✨ New features and improvements
📖 Documentation, Tests and Build

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Nov 16, 2024
@cla-bot cla-bot bot added the cla-signed label Nov 16, 2024
@Donnerbart Donnerbart mentioned this pull request Nov 27, 2024
8 tasks
@Donnerbart Donnerbart force-pushed the renovate/hivemq-mqtt-client/master-all-minor branch from 2b395a6 to f45b268 Compare November 27, 2024 17:38
@Donnerbart Donnerbart force-pushed the renovate/hivemq-mqtt-client/master-all-minor branch from f45b268 to 1d131b4 Compare November 27, 2024 17:38
@Donnerbart Donnerbart merged commit 93f68f8 into master Nov 27, 2024
2 checks passed
@Donnerbart Donnerbart deleted the renovate/hivemq-mqtt-client/master-all-minor branch November 27, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant