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 dependency nl.jqno.equalsverifier:equalsverifier to v3.17.5 #103

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nl.jqno.equalsverifier:equalsverifier (source) 3.16.1 -> 3.17.5 age adoption passing confidence

Release Notes

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)

v3.17.5

Fixed
  • SpotBugs-annotations dependency is suddenly needed in builds that do certain kinds of annotation processing. (Issue 1026)
  • Significant fields error when testing a class with a field that has a Map with an array as its value type. (Issue 1027)
Changed
  • Reverted the refactorings introduced in versions 3.17.2, 3.17.3 and 3.17.4, as they were causing more problems than they were solving. See this blog post for some background.

v3.17.4

  • Fixes bug where the wrong generic type was provided when multiple fields of the same type but with different generic parameters exist. (Issue 1022)
Changed
  • The internal instantiation logic has been further refactored, to be more robust and extensible for future enhancements.

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

  • Fixes bug where the wrong generic type was provided when multiple fields of the same type but with different generic parameters exist. (Issue 1022)
Changed
  • The internal instantiation logic has been further refactored, to be more robust and extensible for future enhancements.

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * *" (UTC).

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


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

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

@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.18%. Comparing base (6ca4bd0) to head (51a293f).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #103   +/-   ##
=========================================
  Coverage     94.18%   94.18%           
  Complexity      283      283           
=========================================
  Files            12       12           
  Lines           946      946           
  Branches        171      171           
=========================================
  Hits            891      891           
  Misses           44       44           
  Partials         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.2 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from ef54923 to 869a9f4 Compare September 24, 2024 19:31
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 869a9f4 to 91bddd2 Compare October 2, 2024 18:30
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.1 Oct 2, 2024
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.1 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.2 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 91bddd2 to 9956424 Compare November 5, 2024 14:51
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.2 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.3 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 9956424 to f3272b0 Compare November 7, 2024 11:18
@renovate renovate bot force-pushed the renovate/equalsverifier branch from f3272b0 to ad25ca9 Compare November 30, 2024 16:29
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.3 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.4 Nov 30, 2024
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.4 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.5 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from ad25ca9 to 51a293f Compare December 6, 2024 16:43
@DavidGregory084 DavidGregory084 merged commit 9b409d1 into main Dec 6, 2024
2 checks passed
@renovate renovate bot deleted the renovate/equalsverifier branch December 6, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants