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.16.1 #59

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

Added
Changed
  • When Warning.SURROGATE_OR_BUSINESS_KEY is suppressed, it is now possible to use #withOnlyTheseFields, and the fields may include both @Id fields and regular fields. (Issue 934)
  • Improved the error message for so called 'versioned entities' (where entities with 0 or null ids are always unequal), so it's more discoverable what to do in that situation. (Issue 932)

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (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 has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c90ed1d) 84.34% compared to head (4d8867c) 84.34%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #59   +/-   ##
=========================================
  Coverage     84.34%   84.34%           
  Complexity      473      473           
=========================================
  Files            30       30           
  Lines          1233     1233           
  Branches        280      280           
=========================================
  Hits           1040     1040           
  Misses          171      171           
  Partials         22       22           

☔ 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.15.2 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.3 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 66e5851 to b18d6ba Compare November 1, 2023 16:07
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.3 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.4 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/equalsverifier branch from b18d6ba to d6a678d Compare November 29, 2023 16:18
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.4 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.5 Dec 22, 2023
@renovate renovate bot force-pushed the renovate/equalsverifier branch from d6a678d to 4d8867c Compare December 22, 2023 12:48
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.5 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.6 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 4d8867c to c45be47 Compare January 9, 2024 14:10
@codecov-commenter
Copy link

codecov-commenter commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.34%. Comparing base (c90ed1d) to head (014d5a0).

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

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #59   +/-   ##
=========================================
  Coverage     84.34%   84.34%           
  Complexity      473      473           
=========================================
  Files            30       30           
  Lines          1233     1233           
  Branches        280      280           
=========================================
  Hits           1040     1040           
  Misses          171      171           
  Partials         22       22           

☔ 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.15.6 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.7 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from c45be47 to 014d5a0 Compare February 23, 2024 14:06
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.7 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.8 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 014d5a0 to 06fe168 Compare March 1, 2024 11:17
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.8 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from 06fe168 to b320e92 Compare March 22, 2024 14:33
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.1 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/equalsverifier branch from b320e92 to 1210015 Compare April 3, 2024 18:55
@DavidGregory084 DavidGregory084 merged commit fc718e2 into main Apr 13, 2024
3 checks passed
@renovate renovate bot deleted the renovate/equalsverifier branch April 13, 2024 13:14
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