Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently lombok crashes when building with OpenJ9 JDK as described in #2414
It is due to the `override` field offset from Fake.class doesn't match actual offset value for AccessibleObject.class in OpenJ9
This change is to support the OpenJ9 Field layout algorithm.
|
|
|
|
|
|
|
|
|
|
|
|
Copy more Jackson annotation to the builder, also to @Singular methods
|
|
Add null check in copyTypeAnns
|
|
[fixes #2286] Set source range for vararg arrays
|
|
Encode partial URL. Fixes #1536
|
|
[SuperBuilder] fix IndexOutOfBounds (fixes #2407)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add basic support for lambdas, add autoboxing support for varargs, code
completion now works if the only matching methods are extension methods,
code completion no longer shows all extension methods
|
|
|
|
|
|
added some tests to confirm that lombok makes things static if needed.
|
|
Now generating checkerframework `@Pure` instead of `@SideEffectFree` where appropriate.
|
|
codeready IDE.
|
|
... unfortunately eclipse's val resolver is now very slightly worse in very exotic circumstances - spent about 4 hours trying to fix it, can't figure it out, let's move on.
|
|
they fail due to builder annotation not being removed.
|
|
|
|
|
|
|
|
janrieke-jacksonizedSquash2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set missing argumentTypes for eclipse extension methods
|