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 lombok from 1.16.20 to 1.18.0 #281

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps lombok from 1.16.20 to 1.18.0.

Changelog

Sourced from lombok's changelog.

v1.18.0 (June 5th, 2018)

v1.16.22 "Envious Ferret" (May 29th, 2018)

  • FEATURE: Private no-args constructor for [**Data**](https://github.com/Data) and [**Value**](https://github.com/Value) to enable deserialization frameworks (like Jackson) to operate out-of-the-box. Use lombok.noArgsConstructor.extraPrivate = false to disable this behavior.
  • FEATURE: Methods can now be marked for inclusion in toString, equals, and hashCode generation. There is a new mechanism to mark which fields (and now, methods) are to be included or excluded for the generation of these methods: mark the relevant member with for example [**ToString**](https://github.com/ToString).Include or [**EqualsAndHashCode**](https://github.com/EqualsAndHashCode).Exclude. ToString documentation EqualsAndHashCode documentation
  • FEATURE: [**Getter**](https://github.com/Getter) and [**Setter**](https://github.com/Setter) also allow onMethod and onParam when put on a type. Issue #1653
  • FEATURE: [**FieldNameConstants**](https://github.com/FieldNameConstants) is a new feature that generates string constants for your field names. [Docs on FieldNameConstants](https://projectlombok.org/features/experimental/FieldNameConstants).
  • PLATFORM: Lombok can be compiled on JDK10, and should run on JDK10. Issue #1693
  • PLATFORM: lombok now counts as an incremental annotation processor for gradle. Should speed up your gradle builds considerably! Issue #1580
  • PLATFORM: Fix for using lombok together with JDK9+'s new module-info.java feature. Issue #985
  • BUGFIX: Solved some issues in eclipse that resulted in error 'A save participant caused problems'. Issue #879
  • BUGFIX: Netbeans on jdk9. Issue #1617
  • BUGFIX: Netbeans < 9. Issue #1555
  • PROMOTION: var has been promoted from experimental to the main package with no changes. The 'old' experimental one is still around but is deprecated, and is an alias for the new main package one. var documentation.
  • OLD-CRUFT: lombok.experimental.Builder and lombok.experimental.Value are deprecated remnants of when these features were still in experimental. They are now removed entirely. If your project is dependent on an older version of lombok which still has those; fret not, lombok still processes these annotations. It just no longer includes them in the jar.
Commits
  • 2c5395d pre-release version bump
  • 21b415d Fixes #1676 at least for eclipse: You can now use java10 var in an eclipse th...
  • 6e0f7ec Fixing the snippet for the reworked FieldNameConstants
  • a0b901c [**NonNull**](https://github.com/NonNull) now uses a slightly longer exception message.
  • 198efc1 Merge pull request #1698 from hubrick/feature/explicit-npe-message
  • a74db7c Make extraPrivate opt-in instead of opt-out. Fixes #1708
  • b8e85f5 FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be con...
  • fb5a553 Do not generate a private no-args constructor if:
  • 370705e Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok’s...
  • 974e80e changelog now mentions fix for issue 1709
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@whiskeysierra
Copy link
Collaborator

👍

@whiskeysierra whiskeysierra merged commit 61183f3 into master Jun 5, 2018
@whiskeysierra whiskeysierra deleted the dependabot/maven/org.projectlombok-lombok-1.18.0 branch June 5, 2018 07:05
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.

2 participants