You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<targetname="maven.edge-publish"depends="maven.edge, compile.support"description="Creates the maven repo for the snapshot build and publishes it to projectlombok.org">
<targetname="edge.publish"depends="edge.pack"description="Builds an edge release, sends it to the projectlombok.org server and deploys it by updating the download-edge link">
<targetname="edge.publish"depends="dist, -edge.website.publish, maven.edge"description="Builds an edge release, sends it to the projectlombok.org server and deploys it by updating the download-edge link">
Copy file name to clipboardexpand all lines: doc/changelog.markdown
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Lombok Changelog
6
6
* BUGFIX: Eclipse 4.27 and VSCode 1.14.0 would ignore `lombok.config`. [Issue #3332](https://github.com/projectlombok/lombok/issues/3332).
7
7
* BUGFIX: `@NonNull` on a primitive array field on a record wouldn't work. [Issue #3366](https://github.com/projectlombok/lombok/issues/3366).
8
8
* FEATURE: Jakarta has some non-null annotations (such as `jakarta.annotation.Nonnull`) which we now support. [Issue #3346](https://github.com/projectlombok/lombok/issues/3346).
9
+
* BUGFIX: Eclipse didn't find usages of extension methods (`@ExtensionMethod`) in "find references" nor rename-refactoring. [Issue #3373](https://github.com/projectlombok/lombok/issues/3373)
0 commit comments