Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-25 | Fix typos | Michael Ernst | |
2022-04-28 | Fix typo in UtilityClass.html | Daniel M | |
2022-04-01 | Fix typo in StandardException documentation | Submohr | |
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 @FieldNameConstants | Fatima Rami | |
2021-10-18 | [#2693] Docs and changelog for the ‘accessors.capitalization = beanspec’ ↵ | Reinier Zwitserloot | |
feature. | |||
2021-04-23 | Change owner lombok GitHub repository | Roel 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 draft | ttzn | |
* 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 customizing | Jan Rieke | |
2020-03-06 | documentation layout fix | Roel Spilker | |
2020-03-05 | [trivial] minor updates to Jacksonized docs. | Reinier Zwitserloot | |
2020-03-05 | @Jacksonized: add documentation, changelog | Jan Rieke | |
2020-02-10 | SuperBuilder setterPrefix documentation | Jan Rieke | |
2019-12-11 | [website] slight update to the tolerate pages | Reinier Zwitserloot | |
2019-10-07 | Add documentation for Tolerate | Soroush 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/With | 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 update | Reinier Zwitserloot | |
2019-05-22 | [website] changed the tidelift link to be more prominent + on docs pages | Reinier Zwitserloot | |
2019-05-01 | [issue #2092] Add an uppercase option to FieldNameConstants | Reinier Zwitserloot | |
2019-02-19 | [issue #2039] update docs to warn about a javac peculiarity for named static ↵ | Reinier Zwitserloot | |
imports. | |||
2019-01-21 | typo | Jan | |
2019-01-21 | toBuilder required for all superclasses; removed Singular smallprint | Jan 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-24 | SuperBuilder: feature history | Jan Rieke | |
2018-09-24 | SuperBuilder: customization documentation | Jan Rieke | |
2018-09-24 | SuperBuilder toBuilder documentation | Jan Rieke | |
2018-09-18 | updated docs to reflect change to copyable annotations | Reinier Zwitserloot | |
2018-07-29 | docs 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-13 | Merge 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-06 | next lombok version is 1.18.1 | Jan Rieke | |
2018-06-04 | FieldNameConstants 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-01 | next lombok version is 0.16.23 | Jan Rieke | |
2018-06-01 | support @Builder.Default | Jan Rieke | |
2018-04-22 | @SuperBuilder documentation for website | Jan Rieke | |
2018-04-05 | [fieldNameConstants] code review, docs, tests, fixup. | Reinier Zwitserloot | |
2018-03-27 | Fixes #1608: give pages a title | Roel Spilker | |
2018-03-21 | fixed 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-26 | solved some bugs in our site. | Reinier Zwitserloot | |