Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
example: "ChildBuilder extends Parent.ParentBuilder"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/core/lombok/experimental/SuperBuilder.java
|
|
|
|
|
|
make a heck of a lot of sense and enums aren’t extensible in the first place. Also fixed up a wrong access level; now all existing builder tests pass.
|
|
Also fixed up style and docs, and updated behaviour when using `@Builder(inherit = true)` to error if you have no parent class.
|
|
shadowloader classpath, but only if you have lombok.jar in there. This solves exotic problems if you try to add some features to lombok in a separate jar, and addresses issue #1523
|
|
|
|
|
|
into krzyk-adding-java10-provision
|
|
using a cached one instead. Fixes issue #1579
|
|
#1579: recycle handlers to avoid excessive garbage collection
|
|
fixed ExtensionMethod example to return T (generic type)
|
|
Add jdk-10.sh and update jdk-9.sh for docker
|
|
[fix] Fix intellij build with jdk10 (#1572)
|
|
|
|
|
|
there for a while that broke the build, we fixed it, but you won’t know until you do some fairly fancy cleaning (a complete re-clone or a distclean). Updated build script to scan for anything that isn’t the right version and re-download.
|
|
|
|
|
|
|