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.1 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2023

This PR contains the following updates:

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

Release Notes

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

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
  • 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.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)

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 was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (10d8e33) 95.19% compared to head (bc723b2) 95.19%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #40   +/-   ##
=========================================
  Coverage     95.19%   95.19%           
  Complexity     1067     1067           
=========================================
  Files           242      242           
  Lines          2766     2766           
  Branches         51       51           
=========================================
  Hits           2633     2633           
  Misses          126      126           
  Partials          7        7           

☔ 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 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 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 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 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
@codecov-commenter
Copy link

codecov-commenter commented Feb 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 95.19%. Comparing base (f544e7c) to head (345864f).

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

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #40   +/-   ##
=========================================
  Coverage     95.19%   95.19%           
  Complexity     1067     1067           
=========================================
  Files           242      242           
  Lines          2766     2766           
  Branches         51       51           
=========================================
  Hits           2633     2633           
  Misses          126      126           
  Partials          7        7           

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

@renovate renovate bot force-pushed the renovate/equalsverifier branch from f61db9f to 16fdeb7 Compare March 1, 2024 09:43
@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 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 16fdeb7 to 12c70f2 Compare March 22, 2024 11:31
@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 12c70f2 to 7d1c979 Compare April 3, 2024 19:52
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.1 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.2 Aug 23, 2024
@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 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
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.

1 participant