[BUG] @Accessors(chain = true, fluent = true) with fluent=true no longer behaving as it used on lombok 1.18.30 #3788
Labels
documentation
Addressing this item primarily involves writing docs / updating the website
Update to JDK 23 and the above with fluent is no longer working.
In the same module and file down the class I have:
new Tabled(new Params().pad(Strings.Pad.LEFT).separation(2)
And it complains about pad method not existing.
I dropped fluent and changed the name to setPad and then it compiles.
Now I probably have to do this all over my code.
Not straightforward. Not nice.
The text was updated successfully, but these errors were encountered: