Age | Commit message (Expand) | Author |
2023-03-21 | [fixes #3346] Add jakarta Nonnull/Nullable annotations | Rawi01 |
2022-02-08 | [implements #1456] accessors can now be made final via `@Accessors`. | Reinier Zwitserloot |
2021-12-21 | [fixes #2849] Make ToString's onlyExplicitlyIncluded a config key. | Reinier Zwitserloot |
2021-10-18 | [#2693] Review and updates for javabeans-style capitalization lombok.config | Reinier Zwitserloot |
2021-10-17 | Adding a new accessors flag - javaBeansSpecCapitalization | ysherwin |
2021-03-24 | @StandardException feature working draft | ttzn |
2021-01-15 | Fix inconsistency in lombok.toString.callSuper doc | Lars Knickrehm |
2020-08-29 | [docs] confkey addConstructorProperties had wrong docs about its default value | Reinier Zwitserloot |
2020-07-02 | [fixes #2433] Add config key to turn off @SuppressWarnings("all") | Rawi01 |
2020-03-05 | @Jacksonized: add flag usage configuration key | Jan Rieke |
2020-02-27 | [fixes #2377] documentation about configkey lombok.noArgsConstructor.extraPri... | Reinier Zwitserloot |
2020-02-15 | [issue #2368] [withBy] support for javac | Reinier Zwitserloot |
2020-01-31 | [issue #2221] simplified configuration for `@Singular`-generated plural form ... | Reinier Zwitserloot |
2020-01-31 | [documentation] mostly the config feature page | Reinier Zwitserloot |
2020-01-28 | [issue #2221] [issue #788] Lombok now adds nullity annotations. | Reinier Zwitserloot |
2020-01-28 | [singular][issue #2221] the plural builder method now nullchecks its argument... | Reinier Zwitserloot |
2019-08-27 | [With] [trivial] just docs and moving things around to the right place | Reinier Zwitserloot |
2019-08-27 | [With] renaming lombok.experimental.Wither to lombok.experimental.With | Reinier Zwitserloot |
2019-08-22 | [checkerframework] | Reinier Zwitserloot |
2019-07-09 | Merge branch 'customlog' | Reinier Zwitserloot |
2019-07-09 | [builder] added a feature: you can now configure builder class name via the c... | Reinier Zwitserloot |
2019-05-21 | Code review for `@CustomLog`, and added documentation and a changelog entry. | Reinier Zwitserloot |
2019-05-14 | Custom log declaration | Adam Juraszek |
2019-05-14 | IdentifierName instead of String | Adam Juraszek |
2019-05-01 | [issue #2092] Add an uppercase option to FieldNameConstants | Reinier Zwitserloot |
2019-05-01 | Update documentation | Roel Spilker |
2019-01-14 | Fixed two minor typos | Tomasz Linkowski |
2018-11-05 | [fixes #1918] toString now supports a configkey to tell it how to deal with s... | Reinier Zwitserloot |
2018-09-11 | Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ... | Reinier Zwitserloot |
2018-09-11 | code review and fixes for the ‘copyable annotations’ setting concept. | Reinier Zwitserloot |
2018-09-11 | Add configuration key, handle whereever NULLABLE is handled, support Eclipse. | Werner Dietl |
2018-07-29 | code impl of FieldNameConstants rewrite + test updates for it | Reinier Zwitserloot |
2018-07-25 | Added key ‘dangerousconfig.lombok.disable’. | Reinier Zwitserloot |
2018-06-13 | Merge branch 'janrieke-superBuilder' | Reinier Zwitserloot |
2018-06-04 | FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be... | Reinier Zwitserloot |
2018-06-04 | Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok... | Reinier Zwitserloot |
2018-06-01 | handle experimental flag usage | Jan Rieke |
2018-05-28 | Generate default no-args constructor | Roel Spilker |
2018-04-05 | [fieldNameConstants] code review, docs, tests, fixup. | Reinier Zwitserloot |
2018-03-27 | fix javadoc warnings | Roel Spilker |
2017-12-04 | for lombok v2, make generation of ConstructorProperties an optional extra, in... | Reinier Zwitserloot |
2017-11-29 | javax.annotation.Generated will no longer be applied by default (Oracle broke... | Reinier Zwitserloot |
2017-06-13 | Javadoc now builds without warnings. All links to external javadoc replaced w... | Reinier Zwitserloot |
2017-05-29 | Updated just about all of the pages to the template-based redesign. | Reinier Zwitserloot |
2017-02-09 | [i1014] Only add lombok.Generated if it is explicitly turned on | Roel Spilker |
2017-01-06 | add `@lombok.Generated` to generated classes, methods and fields | Roel Spilker |
2016-10-24 | added supporting of @var variables. The @var annotation has the same function... | Bulgakov Alexander |
2016-05-06 | Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103] | Thomas Darimont |
2015-11-23 | [Fixes #965] Adds a config key to automatically determine the behaviour of eq... | Reinier Zwitserloot |
2015-10-06 | New feature: FieldDefaults can now be configured to apply to _every_ file, re... | Reinier Zwitserloot |