aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-02Merge pull request #2245 from jyterencekim/patch-1Reinier Zwitserloot
Update With.html
2019-09-26[live-debug] adding some logging when a very unexpected install error occursReinier Zwitserloot
2019-09-25[changelog] the top entry version wasnt bumped yet.Reinier Zwitserloot
2019-09-25[bugfix] NPEs in TypeResolver (due to recent refactor of how TR works)Reinier Zwitserloot
2019-09-25[jdk13] changelog updateReinier Zwitserloot
2019-09-25[jdk13] support for switch expression's yield keyword.Reinier Zwitserloot
2019-09-25[jdk13] Added support for printing text blocks (triple quoted strings) in ↵Reinier Zwitserloot
text block form
2019-09-25[jdk13] Added a new constant pool type to our cp parserReinier Zwitserloot
2019-09-25[jdk13] upgrading the patcher dep, which has the j13+ ASM dep built inReinier Zwitserloot
2019-09-23Update With.htmlJ. Y. Terence Kim
## Summary The current sentence fragment `Lombok's own <a href="/features/constructor"><code>@AllArgsConstructor</code></a>` does not fully clarify the author's intention, which I presume is to recommend using `@AllArgsConstructor`.
2019-09-19Fix more broken testsCaleb Brinkman
2019-09-19Fix more copy/paste test errorsCaleb Brinkman
2019-09-19Fix test copy/paste errorsCaleb Brinkman
2019-09-19Fix null pointers and incorrect testsCaleb Brinkman
2019-09-19Added setterPrefix to javacabrinkman94
2019-09-12[trivial] removing some unused imports and suchReinier Zwitserloot
2019-09-12Refactored how the type resolver deals with aliases; fixes star import issues.Reinier Zwitserloot
2019-09-12[build] fixing the gen of javadoc with `ant website` / `ant website-publish`Reinier Zwitserloot
2019-09-12improve `with` examplesRoel Spilker
2019-09-12add test for #2230Roel Spilker
2019-09-12[website] Updating feature and experimental overviews to properly include ↵Reinier Zwitserloot
the With promotion.
2019-09-12Merge branch 'feature/builder-setter-prefixes' of ↵abrinkman94
https://github.com/floralvikings/lombok into feature/builder-setter-prefixes
2019-09-12Adjusted test classes to include WithSetterPrefix.abrinkman94
2019-09-12Fix class names in beforeCaleb Brinkman
2019-09-12Fix class names in after-ecjCaleb Brinkman
2019-09-12Duplicate builder tests with setter prefixCaleb Brinkman
2019-09-11Remove extraneous importCaleb Brinkman
2019-09-11Add myself to AUTHORSCaleb Brinkman
2019-09-11Explicitly recommend against prefixesCaleb Brinkman
2019-09-11Merge branch 'master' of github.com:rzwitserloot/lombok into ↵Caleb Brinkman
feature/builder-setter-prefixes
2019-09-11post-release version bumpReinier Zwitserloot
2019-09-10pre-release version bumpReinier Zwitserloot
2019-09-10[trivial] With PR 2138 reverted, lets not name it in the changelogs.Reinier Zwitserloot
2019-09-10introduce explanation for previous revertReinier Zwitserloot
2019-09-10Undoing PR #2114 which tried to fix issue #1976Reinier Zwitserloot
This PR does fix that, but introduces its own problem. See commit immediately following this one for explanation
2019-08-29[With] fixing the internal aliasing systemReinier Zwitserloot
old Wither annotations were no longer being picked up.
2019-08-28Update gradle.htmlLars Grefer
2019-08-27[trivial] typoReinier Zwitserloot
2019-08-27[With] [trivial] just docs and moving things around to the right placeReinier Zwitserloot
2019-08-27[With] updated documentation for Wither/WithReinier Zwitserloot
2019-08-27[tests] fixing an error in a superbuilder/checkerframework testReinier Zwitserloot
2019-08-27[With] renaming lombok.experimental.Wither to lombok.experimental.WithReinier Zwitserloot
2019-08-26[docker] use AdoptOpenJdk for all java releases, and add the latest version ↵Roel Spilker
for all supported build systems
2019-08-26Fixes #2156: also clone the annotations on the setter.Roel Spilker
2019-08-22Use dynamic year-value for JavaDoc-CopyrightJan Matèrne
2019-08-22Merge pull request #2201 from middagj/clone-typeReinier Zwitserloot
Clone type to correctly set annotated type on constructor, getter and setter
2019-08-22Merge branch 'master' into clone-typeReinier Zwitserloot
2019-08-22Merge pull request #2204 from d4rksh4de/fix-loading-extensionsReinier Zwitserloot
Fix loading extensions
2019-08-22add myself to authorsJan Matèrne
2019-08-22FailFast if Ant version does not support javac-modulepathJan Matèrne