aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/experimental
AgeCommit message (Collapse)Author
2022-08-25Fix typosMichael Ernst
2022-04-28Fix typo in UtilityClass.htmlDaniel M
2022-04-01Fix typo in StandardException documentationSubmohr
Closed parenthesis in the StandardException page of the website.
2022-03-17[#2044] Document problems with non-star static imports and `@UtilityClass`Reinier Zwitserloot
2022-03-17[fixes #2991] Add documentation note on mixing mapstruct and ↵Reinier Zwitserloot
fieldnameconstants in `@Mapping`.
2022-02-08[website] slight feature documentation updates (Just bringing them in line ↵Reinier Zwitserloot
with reality)
2022-02-08[implements #1456] accessors can now be made final via `@Accessors`.Reinier Zwitserloot
2021-10-23#1990 fixed error documentation @FieldNameConstantsFatima Rami
2021-10-18[#2693] Docs and changelog for the ‘accessors.capitalization = beanspec’ ↵Reinier Zwitserloot
feature.
2021-04-23Change owner lombok GitHub repositoryRoel Spilker
2021-04-16[pr 2702] finishing the `@StandardException` feature.Reinier Zwitserloot
* rewritten how it works a bit: Now compatible with parent exceptions that don't have the Throwable variants. * rewritten how it works a bit: You can now provide the full constructor only; the rest will forward to it. * fixing up style. * rewrite the docs.
2021-03-24@StandardException feature working draftttzn
* move feature under experimental * replace ProviderFor with Provides * add doc material (to be completed) * add author
2021-01-03[website] Clarified @Accessors documentation and added links to issue #2464 ↵Reinier Zwitserloot
and issue #2693
2020-05-28[SuperBuilder] update documentation on customizingJan Rieke
2020-03-06documentation layout fixRoel Spilker
2020-03-05[trivial] minor updates to Jacksonized docs.Reinier Zwitserloot
2020-03-05@Jacksonized: add documentation, changelogJan Rieke
2020-02-10SuperBuilder setterPrefix documentationJan Rieke
2019-12-11[website] slight update to the tolerate pagesReinier Zwitserloot
2019-10-07Add documentation for TolerateSoroush Nejad
2019-09-12[website] Updating feature and experimental overviews to properly include ↵Reinier Zwitserloot
the With promotion.
2019-08-27[With] updated documentation for Wither/WithReinier 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-22[website] changed the tidelift link to be more prominent + on docs pagesReinier Zwitserloot
2019-05-01[issue #2092] Add an uppercase option to FieldNameConstantsReinier Zwitserloot
2019-02-19[issue #2039] update docs to warn about a javac peculiarity for named static ↵Reinier Zwitserloot
imports.
2019-01-21typoJan
2019-01-21toBuilder required for all superclasses; removed Singular smallprintJan Rieke
2018-12-17[website] updated docs of FieldNameConstants to show how to generate an enum ↵Reinier Zwitserloot
instead of a static class.
2018-11-12[issue #1938] addressing some small issues with the documentation.Reinier Zwitserloot
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-09-24SuperBuilder: feature historyJan Rieke
2018-09-24SuperBuilder: customization documentationJan Rieke
2018-09-24SuperBuilder toBuilder documentationJan Rieke
2018-09-18updated docs to reflect change to copyable annotationsReinier Zwitserloot
2018-07-29docs for the redesigned FieldNameConstants.Reinier Zwitserloot
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
2018-06-04FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can ↵Reinier Zwitserloot
be configured both on the annotation itself and via a config key. This totally breaks compatibility with the previous lombok release, but, hey, it’s in experimental and it’s been one week. This is better.
2018-06-01next lombok version is 0.16.23Jan Rieke
2018-06-01support @Builder.DefaultJan Rieke
2018-04-22@SuperBuilder documentation for websiteJan Rieke
2018-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot
2018-03-27Fixes #1608: give pages a titleRoel Spilker
2018-03-21fixed ExtensionMethod example to return T (generic type) , seem to remove or ↵Daniel
forgot for some reason...
2018-02-07[var] various upgrades to var:Reinier Zwitserloot
* var is promoted to the main package. * It is no longer an opt-in thing. * bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that. * tests both for the multi-for situation and the new main package variant.
2017-10-26solved some bugs in our site.Reinier Zwitserloot