Age | Commit message (Collapse) | Author | |
---|---|---|---|
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’. |