vscode-lombok icon indicating copy to clipboard operation
vscode-lombok copied to clipboard

Update embedded lombok.jar to allow derserialization of Classes annotated with @Jacksonized

Open Vespasian opened this issue 4 years ago • 2 comments

Lombok v1.18.14 introduced @Jacksonized to simplify the deserialization of lombok classes

The included lombok version does not yet support this feature starting programms from vscode will fail.

Solution:

Update lombok to the latest version (as of now 1.18.16)

Vespasian avatar Dec 06 '20 16:12 Vespasian

There is a manual workaround mentioned here that may help in the meantime - https://github.com/rzwitserloot/lombok/issues/2575

stuartforrest-infinity avatar Feb 18 '21 08:02 stuartforrest-infinity

whats the status? still a serious bug.

franziskakuehn avatar Aug 19 '21 21:08 franziskakuehn