aboutsummaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
2020-01-20Website: style example codeRoel Spilker
2020-01-20Website: better wrapping for code snippets on narrow screens.Roel Spilker
2020-01-20typo in websiteRoel Spilker
2020-01-20Config import: add documentationRoel Spilker
2020-01-20Website: render wrapped lines code snippets indentedRoel Spilker
2020-01-08Document compiling java modules with maven. Fixes #2325Roel Spilker
2020-01-08Update javac documentation regarding the module systemRoel Spilker
2020-01-08Rename example files for websiteRoel Spilker
2020-01-08[fixes #788] lombok generated equals method plus a non-null-by-default ↵Reinier Zwitserloot
annotation no longer clash.
2019-12-19Update security.txtRoel Spilker
2019-12-11[website] slight update to the tolerate pagesReinier Zwitserloot
2019-12-11Merge pull request #2251 from nejads/masterReinier Zwitserloot
Add documentation for Tolerate
2019-12-11[builder] setterPrefix option code review, formatting cleanup, and docsReinier Zwitserloot
2019-12-05[website] removing mention on javac setup page that module support is only ↵Reinier Zwitserloot
in edge (its in stable)
2019-12-03[website] [trivial] slight change to the utm codes for tidelift referral linksReinier Zwitserloot
2019-10-21[website] typo in the ToString post-lombok example.Reinier Zwitserloot
2019-10-07Add documentation for TolerateSoroush Nejad
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-12improve `with` examplesRoel Spilker
2019-09-12[website] Updating feature and experimental overviews to properly include ↵Reinier Zwitserloot
the With promotion.
2019-08-28Update gradle.htmlLars Grefer
2019-08-27[With] updated documentation for Wither/WithReinier Zwitserloot
2019-08-22[website] fix the /setup/overview load from the menuReinier Zwitserloot
2019-07-19[trivial][website] adding tidelift link to the normalizer htaccess listReinier Zwitserloot
2019-07-16[website] [fixes #2167] be more clear about how the constructor generation ↵Reinier Zwitserloot
interacts if both `@Value` and `@Builder` are on the same class.
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is ↵Reinier Zwitserloot
now called `$value` in order to convey that you shouldnt manually mess with it.
2019-07-09Merge branch 'customlog'Reinier Zwitserloot
2019-07-09[builder] added a feature: you can now configure builder class name via the ↵Reinier Zwitserloot
config system
2019-07-02[website] tidelift updateReinier Zwitserloot
2019-05-22Fixes for CustomLog, AUTHORS entry, extended changlogAdam Juraszek
2019-05-22[website] changed the tidelift link to be more prominent + on docs pagesReinier Zwitserloot
2019-05-22[website] fixed history/ajax-load system to deal with anchor linksReinier Zwitserloot
2019-05-21Code review for `@CustomLog`, and added documentation and a changelog entry.Reinier Zwitserloot
2019-05-01[issue #2092] Add an uppercase option to FieldNameConstantsReinier Zwitserloot
2019-05-01Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2019-05-01[fixes #2083] adds feature ‘access level’ to `@Builder`Reinier Zwitserloot
2019-05-01Fix docs. Fixes #2099Roel Spilker
2019-04-27addition of documentation for using Value and NonFinaldaliclass
2019-04-24[website] added the 7-lessons presentation as videoReinier Zwitserloot
2019-04-24[fixes #2085] JDK12 compatibility. Also acknowledging @nqzero for the ↵Reinier Zwitserloot
permit-reflect library which is inspiring our shenanigans :)
2019-04-18Updated the text explanation link.Charles A Sharp
OCI moved their Java News Briefs (JNB) to a more general format called Software Engineering Tech Trends (SETT). This changed the link for the article featuring Project Lombok. This minor modification corrects the JNB link to the current location of the article.
2019-03-26Merge branch 'patch-1' of https://github.com/Atry/lombok into Atry-patch-1Roel Spilker
2019-03-26typoRoel 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 ↵Reinier Zwitserloot
want toBuilder(). Also suppresses the warnings about any missing Builder.Default annotations.
2019-03-25[docs] we had 2 references to v2.0.0; in the end that turned out to simply ↵Reinier Zwitserloot
be v1.16.20.
2019-03-25[website] adding CSS style for important notificationsReinier Zwitserloot
2019-03-15Mention sbt-delombok杨博 (Yang Bo)
2019-02-19[issue #2039] update docs to warn about a javac peculiarity for named static ↵Reinier Zwitserloot
imports.