aboutsummaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2019-01-29[fixes #2013] documentation for config system was still referring to ↵Reinier Zwitserloot
deprecated keys.
2019-01-28[website] updated docs for using lombok with gradleReinier Zwitserloot
2019-01-22[website] linked to blog for intellij install instructions just in case ↵Reinier Zwitserloot
someone’s looking for screenshots and such
2019-01-21typoJan
2019-01-21toBuilder required for all superclasses; removed Singular smallprintJan Rieke
2019-01-08[website] fixing tidelift referral linksReinier Zwitserloot
2018-12-18Serve 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
instead of a static class.
2018-12-17[website] Added security vulnerability disclosure pageReinier Zwitserloot
2018-12-11website and README updates (tidelift)Reinier Zwitserloot
2018-11-19bugfix 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 ↵Reinier Zwitserloot
super.
2018-11-05[website] the usage example for FieldNameConstants was still written in the ↵Reinier Zwitserloot
abandoned 1.18.2 style.
2018-11-01[feature] FieldNameConstants now works like Builder: Make whatever bits it ↵Reinier Zwitserloot
does by hand and lombok fills in whatever is missing.
2018-10-29Merge pull request #1871 from janrieke/customizableSuperBuilderReinier Zwitserloot
Customizable SuperBuilder
2018-10-16[Fixes #1848] Added support to delombok for properly handling jigsaw ↵Reinier Zwitserloot
(module-info) style projects.
2018-10-15Merge pull request #1864 from daniel-shuy/daniel-shuy-patch-1Reinier Zwitserloot
Fix code example for @UtilityClass
2018-10-15Remove references to suppressConstructorProperties, fixes #1873Roel Spilker
2018-10-15Merge branch 'master' into janrieke-superToBuilderReinier Zwitserloot
2018-10-15[website] Updated documentation on how to use Lombok and GWT together.Reinier Zwitserloot
2018-10-15#1881 add documentationRoel Spilker
2018-10-08Merge branch 'superToBuilder' of git://github.com/janrieke/lombok into ↵Reinier Zwitserloot
janrieke-superToBuilder
2018-10-08Added instructions for the GWT/Eclipse plugin.Reinier Zwitserloot
2018-09-24SuperBuilder: feature historyJan Rieke
2018-09-24SuperBuilder: customization documentationJan Rieke
2018-09-24SuperBuilder toBuilder documentationJan Rieke
2018-09-19Fix return type in UtilityClassExample_pre.jpageDaniel Shuy
2018-09-19Fix return type in UtilityClassExample_post.jpageDaniel Shuy
2018-09-18updated docs to reflect change to copyable annotationsReinier Zwitserloot
2018-09-11[website] force-align pre blocks to the leftReinier Zwitserloot
2018-09-11website 404 on image loadRoel Spilker
2018-09-11layout delombok pageRoel Spilker
2018-09-10update website documentationRoel Spilker
2018-09-04Use edge-SNAPSHOT instead of master-SNAPSHOTRoel Spilker
2018-08-28Add link to JitPack for downloading edge releasesRoel Spilker
2018-08-21remove jitpack documentation, since it's not working yet.Roel Spilker
2018-08-20added jitpack release to edge pageRoel Spilker
2018-08-20java.util.logging.Logger does not have an error method.Joachim Vandersmissen
2018-08-02[website] added some ugly docs on how to interop jackson and builder. We ↵Reinier Zwitserloot
need to make this prettier later and add the magic for how to interop Singular with Jackson later.
2018-08-02make access on the website to for example Builder/ also workReinier Zwitserloot
2018-07-29docs for the redesigned FieldNameConstants.Reinier Zwitserloot
2018-07-29[website] ’Install’ -> ‘How to use’Reinier Zwitserloot
2018-07-17lombok config broken: version must be stringThomas Klambauer
otherwise gradle compile will fail.
2018-07-03[Fixes #1347] issues with no-args constructor and Builder.Default now ↵Reinier Zwitserloot
documented and fixed.
2018-06-18[website] lombok licenses for international customers now via stripe instead ↵Reinier Zwitserloot
of payoneer. Also, typos.
2018-06-13[trivial] make the website build again, bugfix in template loading of ↵Reinier Zwitserloot
SuperBuilder.html.
2018-06-13Merge branch 'janrieke-superBuilder'Reinier Zwitserloot
2018-06-13[SuperBuilder] code review, style update, making it JDK1.6 compatible, ↵Reinier Zwitserloot
documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain.
2018-06-06next lombok version is 1.18.1Jan Rieke