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

Bump equalsverifier from 3.3 to 3.4 #562

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps equalsverifier from 3.3 to 3.4.

Changelog

Sourced from equalsverifier's changelog.

[3.4] - 2020-06-13

Added

  • EqualsVerifier.simple(), which gives you an EqualsVerifier that's not so strict and will immediately approve an equals method generated by your IDE. Under the hood, it suppresses Warning.STRICT_INHERITANCE and Warning.NONFINAL_FIELDS.
  • Initial support for Java 14's records and their new equality invariant.
  • Support for JSR305's ParametersAreNonnullByDefault annotation. (Issue 308)

Changed

  • Renames the project's main branch to main.
  • Replaces all references to the word 'black' to 'blue', including those in internal (but accessible) API's.
  • Warning.STRICT_INHERITANCE now also takes away the requirement to call #usingGetClass()

Fixed

  • Testing a class with that has fields but doesn't override equals causes "Mutability: equals depends on mutable field" error. (Issue 315)
Commits
  • 041f0a1 [maven-release-plugin] prepare release equalsverifier-3.4
  • 04704b7 Version bump
  • 72c8178 Removes .editorconfig; it's superseded by google-java-format
  • 48a9bea Introduces EqualsVerifier.simple()
  • 26bda8c Adds Javadoc reference to Warning.STRICT_INHERITANCE
  • af33695 Expands Warning.STRICT_INHERITANCE to remove the need to call usingGetClass()
  • 770f77b #315: fixes transient field error in JDK 11 and up
  • 7c85ef3 #315: support classes that have fields but don't override equals
  • 503babb #308: adds support for JSR305's ParametersAreNonnullByDefault annotation
  • bd5e969 Terminology: replaces black with blue
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Dependency related change label Jun 13, 2020
@MarkEWaite MarkEWaite merged commit e725153 into master Jun 14, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/master/nl.jqno.equalsverifier-equalsverifier-3.4 branch June 14, 2020 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency related change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant