Title: Bump lombok from 1.18.22 to 1.18.28 by dependabot[bot] · Pull Request #2155 · docker-java/docker-java · GitHub
Open Graph Title: Bump lombok from 1.18.22 to 1.18.28 by dependabot[bot] · Pull Request #2155 · docker-java/docker-java
X Title: Bump lombok from 1.18.22 to 1.18.28 by dependabot[bot] · Pull Request #2155 · docker-java/docker-java
Description: Bumps lombok from 1.18.22 to 1.18.28. Changelog Sourced from lombok's changelog. v1.18.28 (May 24th, 2023) PLATFORM: JDK20 support added. [Issue #3353](projectlombok/lombok#3353). BUGFIX: Eclipse 4.27 and VSCode 1.14.0 would ignore lombok.config. [Issue #3332](projectlombok/lombok#3332). BUGFIX: @NonNull on a primitive array field on a record wouldn't work. [Issue #3366](projectlombok/lombok#3366). FEATURE: Jakarta has some non-null annotations (such as jakarta.annotation.Nonnull) which we now support. [Issue #3346](projectlombok/lombok#3346). BUGFIX: Eclipse didn't find usages of extension methods (@ExtensionMethod) in "find references" nor rename-refactoring. [Issue #3373](projectlombok/lombok#3373) v1.18.26 (Feb 3rd, 2023) PLATFORM: JDK19 support added. [Issue #3264](projectlombok/lombok#3264). BUGFIX: Using the refactor script: "Rename field" in a @(Super)Builder-marked file in eclipse or VSCode would cause issues. [Issue #3181] (projectlombok/lombok#3181). BUGFIX: Using val together with any call to a method that explicitly resolves to a default impl in an interface didn't work in javac. [Issue #3242](projectlombok/lombok#3242). v1.18.24 (April 18th, 2022) PLATFORM: JDK18 support added. [Issue #3129](projectlombok/lombok#3129). PLATFORM: Using ecj and maven? There's now a command line option to integrate lombok into your build chain. [Issue #3143](projectlombok/lombok#3143). FEATURE: @ToString has an annotation parameter called onlyExplicitlyIncluded. There's now a config key lombok.toString.onlyExplicitlyIncluded to set this property as well. [Issue #2849](projectlombok/lombok#2849). FEATURE: Turning a field named uShape into a getter is tricky: getUShape or getuShape? The community is split on which style to use. Lombok does getUShape, but if you prefer the getuShape style, add to lombok.config: lombok.accessors.capitalization = beanspec. [Issue #2693](projectlombok/lombok#2693) [Pull Request #2996](projectlombok/lombok#2996). Thanks @YonathanSherwin! FEATURE: You can now use @Accessors(makeFinal = true) to make final getters, setters, and with-ers. [Issue #1456](projectlombok/lombok#1456). BUGFIX: Various save actions and refactor scripts in eclipse work better. [Issue #2995](projectlombok/lombok#2995) [Issue #1309](projectlombok/lombok#1309) [Issue #2985](projectlombok/lombok#2985) [Issue #2509](projectlombok/lombok#2509). BUGFIX: Eclipse projects using the jasperreports-plugin will now compile. [Issue #1036](projectlombok/lombok#1036). BUGFIX: inner classes in @UtilityClass classes were broken in JDK9+. [Issue #3097](projectlombok/lombok#3097). BUGFIX: Delomboking code with @Builder.Default in it would generate different code vs lombok itself. [Issue #3053](projectlombok/lombok#3053). BUGFIX: Combining @NonNullByDefault and lombok.addNullAnnotations would generate two @Nullable annotations and thus generate a compiler error. [Issue #3120](projectlombok/lombok#3120). Thanks @JohnPaulTaylorII! BUGFIX: Null analysis in eclipse was broken for incremental builds. [Issue #3133](projectlombok/lombok#3133). BUGFIX VerifyError would show up in the latest eclipse release when using various refactor scripts. [Issue #3134](projectlombok/lombok#3134). BUGFIX: The various @Log annotations can now be placed on inner enums and records. [Issue #2990](projectlombok/lombok#2990). SECURITY: A widely reported security issue with log4j2 (CVE-2021-44228) has absolutely no effect on either lombok itself nor does usage of lombok on its own, or even the usage of lombok's @Log4j2, cause any issues whatsoever: You have to ship your own log4j2 dependency in your app - update that to 2.17 or otherwise mitigate this issue (see the CVE page). To avoid unneccessary warnings from dependency checkers, our dep on log4j2, which is used solely for testing, isn't shipped by us, and cannot be exploited in any way, has been updated to 2.17.1. [Issue #3063](projectlombok/lombok#3063) IMPROBABLE BREAKING CHANGE: Lombok now understands a few more annotations that imply "this field should not ever contain a null reference". Lombok will thus copy some of these new annotations e.g. to generated getters and the like. [Pull Request #2904](projectlombok/lombok#2904) Commits 57a886b [release] pre-release version bump 375891f [build] Check version before allowing release 250bc06 [fixes #3406] Find jdt.core classloader if initialized in batch mode 3f51b25 Remove eclipse specific classes in ExtensionMethod patch signatures b80ff39 [fixup] 2079eba [build] Fixing ant edge.release. afceb13 [fixes #3373] Find references for extension methods d56b576 [changelog] e051df9 Reduce allocations from JavacHandlerUtil.typeMatches() 02fe21f [jdk20] Reorder JavacAST child nodes for JCEnhancedForLoop Additional commits viewable in compare view You can trigger a rebase of this PR 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) Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Open Graph Description: Bumps lombok from 1.18.22 to 1.18.28. Changelog Sourced from lombok's changelog. v1.18.28 (May 24th, 2023) PLATFORM: JDK20 support added. [Issue #3353](projectlombok/lombok#3353). BUGFIX: Ec...
X Description: Bumps lombok from 1.18.22 to 1.18.28. Changelog Sourced from lombok's changelog. v1.18.28 (May 24th, 2023) PLATFORM: JDK20 support added. [Issue #3353](projectlombok/lombok#3353). BUGFIX...
Opengraph URL: https://github.com/docker-java/docker-java/pull/2155
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:e1028d37-e49c-588a-a7de-0a93fb6e5369 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | A664:243FA0:3FA955F:525DB05:6974D803 |
| html-safe-nonce | 611ea84af3e8c83d4fd2e3212f0d869596501bfa476557e3b8af72e5b3fda42e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNjY0OjI0M0ZBMDozRkE5NTVGOjUyNURCMDU6Njk3NEQ4MDMiLCJ2aXNpdG9yX2lkIjoiNDQ4NTQ5NDA2OTk0OTQyMTU3MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | d8c1daf4826328538091738b71f591e421856e9fe1af7f44d979b60434e5cee4 |
| hovercard-subject-tag | pull_request:1437384433 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/2155/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps lombok from 1.18.22 to 1.18.28. Changelog Sourced from lombok's changelog. v1.18.28 (May 24th, 2023) PLATFORM: JDK20 support added. [Issue #3353](projectlombok/lombok#3353). BUGFIX: Ec... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git |
| octolytics-dimension-user_id | 7772003 |
| octolytics-dimension-user_login | docker-java |
| octolytics-dimension-repository_id | 20415251 |
| octolytics-dimension-repository_nwo | docker-java/docker-java |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20415251 |
| octolytics-dimension-repository_network_root_nwo | docker-java/docker-java |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 488b30e96dfd057fbbe44c6665ccbc030b729dde |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width