aboutsummaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
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-04Fixing the snippet for the reworked FieldNameConstantsReinier Zwitserloot
2018-06-04`@NonNull` now uses a slightly longer exception message.Reinier Zwitserloot
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-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵Reinier Zwitserloot
lombok’s log annotations.
2018-06-01next lombok version is 0.16.23Jan Rieke
2018-06-01support @Builder.DefaultJan Rieke
2018-05-15[documentation] documenting the new-style include/exclude of ToString and ↵Reinier Zwitserloot
EqualsAndHashCode
2018-05-08[website] bugfix; supporters weren’t being shown.Reinier Zwitserloot
2018-04-22@SuperBuilder documentation for websiteJan Rieke
2018-04-10[website] Added a section on contributing to lombok, with documentation on ↵Reinier Zwitserloot
how lombok’s execution path works. See pull request #71
2018-04-10[website] Whoops we had 2 copies of usage_examples. Fixed that by deleting ↵Reinier Zwitserloot
the one that was NOT being used for the website.
2018-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot
2018-03-27add subresource integrity to external resources on webpageRoel Spilker
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-03-19[website] Added instruction page about VS Code support in lombok. Updated ↵Reinier Zwitserloot
upcoming talks section.
2018-03-18[website] Some minor updates and fixes to the website order page.Reinier Zwitserloot
2018-03-11last minute bugfixes to license order form mechanics.Reinier Zwitserloot
2018-03-11[website] added supporters infrastructure.Reinier Zwitserloot
2018-03-11Website updated to list supporters on the website.Reinier Zwitserloot
2018-03-02[website] Added JUG details and updated links for german JUG week.Reinier Zwitserloot
2018-02-07[trivial] updated comment and slight tweak to website text.Reinier Zwitserloot
2018-02-07URLs to the ‘experimental’ feature page of features that have been ↵Reinier Zwitserloot
promoted will now redirect (permanently) to the (non-experimental) feature page equivalent.
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.
2018-02-07[jdk9] forcing new rounds when compiling multiple modules didn’t work. ↵Reinier Zwitserloot
(FilerException on creating the new round).
2018-02-06[website] Updated docs for JDK9 module-info support.Reinier Zwitserloot
2018-02-01[website] added the German JUG week to the main page.Reinier Zwitserloot
2017-11-29javax.annotation.Generated will no longer be applied by default (Oracle ↵Reinier Zwitserloot
broke it with JDK9).
2017-11-10Add closing parenthesis in constructor.htmlJamie White
2017-10-26update Android Studio gradle file documentationRoel Spilker
2017-10-26download-edge link wasn’t in the htaccess yet, making /download-edge not work.Reinier Zwitserloot
2017-10-26Removed flash-based video player; these days, who needs it, right?Reinier Zwitserloot
2017-10-26Added an individual ‘setup’ page; hamburger menu now goes to it.Reinier Zwitserloot
2017-10-26The main page now clicks through to the video.Reinier Zwitserloot
2017-10-26solved some bugs in our site.Reinier Zwitserloot
2017-10-26website-only now available.Reinier Zwitserloot
2017-10-15Update FieldDefaults.htmlFerenc Czina
2017-10-02add ids to h1/h2/h3 for linking directly to themRoel Spilker
2017-09-29fixing documentation mixupJorg Bartnick
2017-09-18Merge pull request #1430 from bitsal/masterRoel Spilker
Updated setup instructions for Gradle
2017-07-17Updated website to render snippets more intelligently on reasonably sized ↵Reinier Zwitserloot
browser windows.
2017-06-30Updated setup instructions for Gradlebitsal
2017-06-19Added pages for build tools, and updated the android instructions.Reinier Zwitserloot
2017-06-19Wrong IDE referenced in the restart stepjimreader
2017-06-13timestamp is added to download-edge releases.Reinier Zwitserloot
2017-06-13bugfix for htaccessReinier Zwitserloot
2017-06-13The way download-edge makes the HTML page for the edge release completely ↵Reinier Zwitserloot
rewritten.