Closed omidp closed 8 months ago
First, use AsmVisitorWrapper.AbstractBase
or retain the modifiers. I do not think you want to reset them. The error happens during compilation in the annotation processor. This is before Byte Buddy is active, so I would not know how this is related to the library.
Hi,
I am not sure whether this is ByteBuddy or Lombok bug. I am trying to change javax.persistence to jakarta.persistence packages inside a legacy jar file with bytebuddy.
It is successfully converting the packages, however, when I add lombok to my project classPath I am getting this compilation error.
Is ByteBuddy lombok-friendly and good choice for solving this problem ?
PS: I have all required dependencies in the classpath.