Age | Commit message (Expand) | Author |
2019-07-16 | [website] [fixes #2167] be more clear about how the constructor generation in... | Reinier Zwitserloot |
2019-07-16 | [Fixes #2115] builder fields tracking a property that has a default set is no... | Reinier Zwitserloot |
2019-07-09 | Merge branch 'customlog' | Reinier Zwitserloot |
2019-07-09 | [builder] added a feature: you can now configure builder class name via the c... | Reinier Zwitserloot |
2019-07-02 | [website] tidelift update | Reinier Zwitserloot |
2019-05-22 | Fixes for CustomLog, AUTHORS entry, extended changlog | Adam Juraszek |
2019-05-22 | [website] changed the tidelift link to be more prominent + on docs pages | Reinier Zwitserloot |
2019-05-22 | [website] fixed history/ajax-load system to deal with anchor links | Reinier Zwitserloot |
2019-05-21 | Code review for `@CustomLog`, and added documentation and a changelog entry. | Reinier Zwitserloot |
2019-05-01 | [issue #2092] Add an uppercase option to FieldNameConstants | Reinier Zwitserloot |
2019-05-01 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2019-05-01 | [fixes #2083] adds feature ‘access level’ to `@Builder` | Reinier Zwitserloot |
2019-05-01 | Fix docs. Fixes #2099 | Roel Spilker |
2019-04-27 | addition of documentation for using Value and NonFinal | daliclass |
2019-04-24 | [website] added the 7-lessons presentation as video | Reinier Zwitserloot |
2019-04-24 | [fixes #2085] JDK12 compatibility. Also acknowledging @nqzero for the permit-... | Reinier Zwitserloot |
2019-04-18 | Updated the text explanation link. | Charles A Sharp |
2019-03-26 | Merge branch 'patch-1' of https://github.com/Atry/lombok into Atry-patch-1 | Roel Spilker |
2019-03-26 | typo | Roel Spilker |
2019-03-26 | [i2078] Add possibility to generate assert on `@NonNull` | Roel Spilker |
2019-03-25 | [fixes #2046] you can now suppress the builder() method, useful if you only w... | Reinier Zwitserloot |
2019-03-25 | [docs] we had 2 references to v2.0.0; in the end that turned out to simply be... | Reinier Zwitserloot |
2019-03-25 | [website] adding CSS style for important notifications | Reinier Zwitserloot |
2019-03-15 | Mention sbt-delombok | 杨博 (Yang Bo) |
2019-02-19 | [issue #2039] update docs to warn about a javac peculiarity for named static ... | Reinier Zwitserloot |
2019-01-29 | [fixes #2013] documentation for config system was still referring to deprecat... | Reinier Zwitserloot |
2019-01-28 | [website] updated docs for using lombok with gradle | Reinier Zwitserloot |
2019-01-22 | [website] linked to blog for intellij install instructions just in case someo... | Reinier Zwitserloot |
2019-01-21 | typo | Jan |
2019-01-21 | toBuilder required for all superclasses; removed Singular smallprint | Jan Rieke |
2019-01-08 | [website] fixing tidelift referral links | Reinier Zwitserloot |
2018-12-18 | Serve dependencies instead of using a CDN. Fixes #1964. | Roel Spilker |
2018-12-17 | [website] updated docs of FieldNameConstants to show how to generate an enum ... | Reinier Zwitserloot |
2018-12-17 | [website] Added security vulnerability disclosure page | Reinier Zwitserloot |
2018-12-11 | website and README updates (tidelift) | Reinier Zwitserloot |
2018-11-19 | bugfix for clicking our W-8BEN form on the order page. | Reinier Zwitserloot |
2018-11-12 | [issue #1938] addressing some small issues with the documentation. | Reinier Zwitserloot |
2018-11-05 | [fixes #1918] toString now supports a configkey to tell it how to deal with s... | Reinier Zwitserloot |
2018-11-05 | [website] the usage example for FieldNameConstants was still written in the a... | Reinier Zwitserloot |
2018-11-01 | [feature] FieldNameConstants now works like Builder: Make whatever bits it do... | Reinier Zwitserloot |
2018-10-29 | Merge pull request #1871 from janrieke/customizableSuperBuilder | Reinier Zwitserloot |
2018-10-16 | [Fixes #1848] Added support to delombok for properly handling jigsaw (module-... | Reinier Zwitserloot |
2018-10-15 | Merge pull request #1864 from daniel-shuy/daniel-shuy-patch-1 | Reinier Zwitserloot |
2018-10-15 | Remove references to suppressConstructorProperties, fixes #1873 | Roel Spilker |
2018-10-15 | Merge branch 'master' into janrieke-superToBuilder | Reinier Zwitserloot |
2018-10-15 | [website] Updated documentation on how to use Lombok and GWT together. | Reinier Zwitserloot |
2018-10-15 | #1881 add documentation | Roel Spilker |
2018-10-08 | Merge branch 'superToBuilder' of git://github.com/janrieke/lombok into janrie... | Reinier Zwitserloot |
2018-10-08 | Added instructions for the GWT/Eclipse plugin. | Reinier Zwitserloot |
2018-09-24 | SuperBuilder: feature history | Jan Rieke |