Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-23 | [records] [javac] Putting `@NonNull` on a 'field' of a record now affects ↵ | Reinier Zwitserloot | |
the compact constructors, generating one if need be. | |||
2021-01-03 | [website] Clarified @Accessors documentation and added links to issue #2464 ↵ | Reinier Zwitserloot | |
and issue #2693 | |||
2020-12-04 | Fix typo | Andre Brait | |
2020-12-03 | Add documentation for cacheStrategy | Andre Brait | |
2020-11-05 | fix css class in documentation | Roel Spilker | |
2020-08-20 | [docs] typo-fixes | Reinier Zwitserloot | |
2020-07-02 | Documentation for lombok.addSuppressWarnings | Rawi01 | |
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-27 | [fixes #2377] documentation about configkey ↵ | Reinier Zwitserloot | |
lombok.noArgsConstructor.extraPrivate was incorrect | |||
2020-02-10 | SuperBuilder setterPrefix documentation | Jan Rieke | |
2020-02-06 | [trivial] we've decided to call this one 1.18.12, not 1.20.0. | Reinier Zwitserloot | |
2020-02-06 | [issue #1197] fixed documentation of NonNull | Reinier Zwitserloot | |
It did not mention the Guava and JDK options. | |||
2020-01-31 | [issue #2221] simplified configuration for `@Singular`-generated plural form ↵ | Reinier Zwitserloot | |
nullchecks. | |||
2020-01-31 | [documentation] mostly the config feature page | Reinier Zwitserloot | |
2020-01-30 | [website] added a line about how sneakythrows doesn't really help you much ↵ | Reinier Zwitserloot | |
with lambdas; a common question. | |||
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-20 | Website: style example code | Roel Spilker | |
2020-01-20 | typo in website | Roel Spilker | |
2020-01-20 | Config import: add documentation | Roel Spilker | |
2020-01-08 | [fixes #788] lombok generated equals method plus a non-null-by-default ↵ | Reinier Zwitserloot | |
annotation no longer clash. | |||
2019-12-11 | [website] slight update to the tolerate pages | Reinier Zwitserloot | |
2019-12-11 | Merge pull request #2251 from nejads/master | Reinier Zwitserloot | |
Add documentation for Tolerate | |||
2019-12-11 | [builder] setterPrefix option code review, formatting cleanup, and docs | Reinier Zwitserloot | |
2019-10-07 | Add documentation for Tolerate | Soroush Nejad | |
2019-09-23 | Update With.html | J. 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-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-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-09 | Merge 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 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-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-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 ↵ | 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. |