From 2079eba1f9ff6b022c4640aeb6d46d3834e2eb1f Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 23 Mar 2023 14:18:40 +0100 Subject: [build] Fixing `ant edge.release`. --- buildScripts/maven.ant.xml | 14 ----------- buildScripts/website.ant.xml | 56 ++++++++++++++++---------------------------- doc/changelog.markdown | 1 + 3 files changed, 21 insertions(+), 50 deletions(-) diff --git a/buildScripts/maven.ant.xml b/buildScripts/maven.ant.xml index 6003de74..52b395c0 100644 --- a/buildScripts/maven.ant.xml +++ b/buildScripts/maven.ant.xml @@ -146,19 +146,5 @@ This buildfile is part of projectlombok.org. It makes maven-compatible repositor - - - - - - - - - - - - - - diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 4877f20e..51759475 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -260,25 +260,13 @@ such as applying the templates to produce the website, converting the changelog - - + - - + + @@ -292,30 +280,26 @@ such as applying the templates to produce the website, converting the changelog - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/doc/changelog.markdown b/doc/changelog.markdown index a0ca6a48..b2519785 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -6,6 +6,7 @@ Lombok Changelog * BUGFIX: Eclipse 4.27 and VSCode 1.14.0 would ignore `lombok.config`. [Issue #3332](https://github.com/projectlombok/lombok/issues/3332). * BUGFIX: `@NonNull` on a primitive array field on a record wouldn't work. [Issue #3366](https://github.com/projectlombok/lombok/issues/3366). * 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). +* 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) ### v1.18.26 (Feb 3rd, 2023) -- cgit