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.18.2 to 1.18.4 #52

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps lombok from 1.18.2 to 1.18.4.

Changelog

Sourced from lombok's changelog.

v1.18.4 (October 30th, 2018)

  • PLATFORM: Support for Eclipse Photon. Issue #1831
  • PLATFORM: Angular IDE is now recognized by the installer Issue #1830
  • PLATFORM: Many improvements for lombok's JDK10/11 support.
  • BREAKING CHANGE: The [**FieldNameConstants**](https://github.com/FieldNameConstants) feature has been completely redesigned. Issue #1774 FieldNameConstants documentation
  • BREAKING CHANGE: Lombok will now always copy specific annotations around (from field to getter, from field to builder 'setter', etcetera): A specific curated list of known annotations where that is the right thing to do (generally, [**NonNull**](https://github.com/NonNull) style annotations from various libraries), as well as any annotations you explicitly list in the lombok.copyableAnnotations config key in your lombok.config file. Also, lombok is more consistent about copying these annotations. (Previous behaviour: Lombok used to copy any annotation whose simple name was NonNull, Nullable, or CheckForNull). Issue #1570 and Issue #1634
  • FEATURE: Lombok's [**NonNull**](https://github.com/NonNull) annotation can now be used on type usages (annotation on type usages has been introduced in JDK 8). [**Builder**](https://github.com/Builder)'s [**Singular**](https://github.com/Singular) annotation now properly deals with annotations on the generics type on the collection: [**Singular**](https://github.com/Singular) List<[**NonNull**](https://github.com/NonNull) String> names; now does the right thing.
  • FEATURE: You can now mix [**SuperBuilder**](https://github.com/SuperBuilder) and toBuilder, and toBuilder no longer throws NullPointerException if a [**Singular**](https://github.com/Singular)-marked collection field is null. Issue #1324
  • FEATURE: delombok now supports module paths via the --module-path option, and will automatically add lombok itself to the module path. This should make it possible to delombok your modularized projects. Issue #1848
  • FEATURE: You can pass [**args**](https://github.com/args).txt to delombok to read args from the text file; useful if you have really long classpaths you need to pass to delombok. Issue #1795
  • BUGFIX: [**NoArgsConstructor**](https://github.com/NoArgsConstructor)(force=true) would try to initialize already initialized final fields in Eclipse. Issue #1829
  • BUGFIX: When using lombok to compile modularized (module-info.java-style) code, if the module name has dots in it, it wouldn't work. Issue #1808
  • BUGFIX: Errors about lombok not reading a module providing org.mapstruct.ap.spi when trying to use lombok in jigsaw-mode on JDK 11. Issue #1806
  • BUGFIX: Fix NetBeans compile on save. Issue #1770
  • BUGFIX: If you manually write your builder class so you can add a few methods of your own, and those methods refer to generated methods, you'd usually run into various bizarre error messages, but only on JDK9/10/11. This one is hard to describe, but we fixed it. Issue #1907
Commits
  • 8451c88 pre-release version bump
  • e960f48 cleaning up the changelog in preparation for a release.
  • 9b06018 [fixes #1907] This one is hard to describe; due to builder being a bit overze...
  • f5b1069 add jdk11 to docker builds
  • 0336537 fixing the tests added in the previous commits by janrieke to match alternati...
  • d8de0e3 Merge branch 'wildcardsSingularFix' of git://github.com/janrieke/lombok into ...
  • eca219e eliminate ‘you are using private API’ warnings by streamlining all reflective...
  • 182cb0c [java-11] up dependency on lombok.patcher, including asm7
  • c02263a Merge pull request #1923 from abargnesi/fix-maven-issue-management
  • 4cf36b2 Merge pull request #1917 from kkocel/master
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 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.

@dependabot-preview dependabot-preview bot merged commit 2075a20 into master Oct 30, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.projectlombok-lombok-1.18.4 branch October 30, 2018 04:33
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.

None yet

1 participant