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.16.22 #48

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps lombok from 1.16.20 to 1.16.22.

Changelog

Sourced from lombok's changelog.

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
  • effa4e9 [release] pre-release version bump
  • d07ffaa [trivial] small update to changelog
  • 2c9c2fe Upgraded lombok.patcher dep to 0.26. (Which updates ASM to be Java10/11 compa...
  • c91753f [authors] Added Pascal Bihler to author list and restored alphabetical order
  • d438878 Update docs.
  • 6045c1b Generate default no-args constructor
  • 4fb9c6f [documentation] documenting the new-style include/exclude of ToString and Equ...
  • 649a7b7 [new-style include/exclude] added new-style include/exclude support to Equals...
  • 323cc52 fixes #1580 - documenting Pascal Bihler's contribution to making lombok run b...
  • 366d18c Merge pull request #1680 from pbi-qfs/gradleIncremental
  • 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 7e66c10 into master May 29, 2018
@whiskeysierra whiskeysierra deleted the dependabot/maven/org.projectlombok-lombok-1.16.22 branch May 29, 2018 06:48
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