Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-15 | Merge branch 'master' into janrieke-superToBuilder | Reinier Zwitserloot | |
2018-10-15 | #1881 add documentation | Roel Spilker | |
2018-09-24 | SuperBuilder toBuilder documentation | Jan Rieke | |
2018-09-18 | updated docs to reflect change to copyable annotations | Reinier Zwitserloot | |
2018-09-11 | layout delombok page | Roel Spilker | |
2018-08-02 | [website] added some ugly docs on how to interop jackson and builder. We ↵ | Reinier Zwitserloot | |
need to make this prettier later and add the magic for how to interop Singular with Jackson later. | |||
2018-07-29 | docs for the redesigned FieldNameConstants. | Reinier Zwitserloot | |
2018-07-03 | [Fixes #1347] issues with no-args constructor and Builder.Default now ↵ | Reinier Zwitserloot | |
documented and fixed. | |||
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 | `@NonNull` now uses a slightly longer exception message. | Reinier Zwitserloot | |
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-04 | Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵ | Reinier Zwitserloot | |
lombok’s log annotations. | |||
2018-06-01 | next lombok version is 0.16.23 | Jan Rieke | |
2018-06-01 | support @Builder.Default | Jan Rieke | |
2018-05-15 | [documentation] documenting the new-style include/exclude of ToString and ↵ | Reinier Zwitserloot | |
EqualsAndHashCode | |||
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-11-29 | javax.annotation.Generated will no longer be applied by default (Oracle ↵ | Reinier Zwitserloot | |
broke it with JDK9). | |||
2017-11-10 | Add closing parenthesis in constructor.html | Jamie White | |
2017-10-26 | solved some bugs in our site. | Reinier Zwitserloot | |
2017-10-15 | Update FieldDefaults.html | Ferenc Czina | |
2017-10-02 | add ids to h1/h2/h3 for linking directly to them | Roel Spilker | |
2017-07-17 | Updated website to render snippets more intelligently on reasonably sized ↵ | Reinier Zwitserloot | |
browser windows. | |||
2017-05-29 | Final touches to the new website: | Reinier Zwitserloot | |
* htaccess for ‘nice looking’ URLs. * download-edge overwritten upon stable releases. * fixes to the build system. * Added google analytics pagetracker. | |||
2017-05-29 | update to refer to lombok.Generated vs javax.annotation.Generated in docs. | Reinier Zwitserloot | |
2017-05-29 | video now has a poster. | Reinier Zwitserloot | |
2017-05-29 | website build script updated to work with new template based website. | Reinier Zwitserloot | |
2017-05-29 | The great rename: the old ‘website’ is now ‘website-old’, and ↵ | Reinier Zwitserloot | |
‘website2’ is now ‘website’. |