Commit Graph
259 Commits
Author SHA1 Message Date
Reinier Zwitserloot 6484537e2e URLs to the ‘experimental’ feature page of features that have been promoted will now redirect (permanently) to the (non-experimental) feature page equivalent. 2018-02-07 00:02:46 +01:00
Reinier Zwitserloot 66469e04fe [var] various upgrades to var:
* 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 00:01:22 +01:00
Reinier Zwitserloot 55bcc142d0 [jdk9] forcing new rounds when compiling multiple modules didn’t work. (FilerException on creating the new round). 2018-02-07 00:01:16 +01:00
Reinier Zwitserloot bb95ad218d [website] Updated docs for JDK9 module-info support. 2018-02-06 06:20:44 +01:00
Reinier Zwitserloot 0b2cca0eb9 [website] added the German JUG week to the main page. 2018-02-01 17:06:32 +01:00
Reinier Zwitserloot 72561d7428 javax.annotation.Generated will no longer be applied by default (Oracle broke it with JDK9). 2017-11-29 04:06:23 +01:00
Jamie WhiteandRoel Spilker b1b49e062e Add closing parenthesis in constructor.html 2017-11-10 07:53:15 +01:00
Roel Spilker c714a3bbca update Android Studio gradle file documentation 2017-10-26 23:14:49 +02:00
Reinier Zwitserloot 008397d192 download-edge link wasn’t in the htaccess yet, making /download-edge not work. 2017-10-26 14:13:20 +02:00
Reinier Zwitserloot eade3e0736 Removed flash-based video player; these days, who needs it, right? 2017-10-26 00:10:15 +02:00
Reinier Zwitserloot d4740cb18c Added an individual ‘setup’ page; hamburger menu now goes to it. 2017-10-26 00:09:15 +02:00
Reinier Zwitserloot ac8c72bcdb The main page now clicks through to the video. 2017-10-26 00:09:15 +02:00
Reinier Zwitserloot 70e7bc2f95 solved some bugs in our site. 2017-10-26 00:09:15 +02:00
Reinier Zwitserloot 6fc0cd736c website-only now available. 2017-10-26 00:07:18 +02:00
Ferenc CzinaandRoel Spilker f5a2a79aa7 Update FieldDefaults.html 2017-10-15 10:05:13 +02:00
Roel Spilker 4ed3a062c0 add ids to h1/h2/h3 for linking directly to them 2017-10-02 23:36:10 +02:00
Jorg Bartnick e65f05d9d9 fixing documentation mixup 2017-09-29 14:21:49 +02:00
Roel SpilkerandGitHub dfb301fe18 Merge pull request #1430 from bitsal/master
Updated setup instructions for Gradle
2017-09-18 23:51:44 +02:00
Reinier Zwitserloot 4fde7715e9 Updated website to render snippets more intelligently on reasonably sized browser windows. 2017-07-17 21:50:33 +02:00
bitsalandGitHub eb928c2a3d Updated setup instructions for Gradle 2017-06-30 14:42:08 +03:00
Reinier Zwitserloot ec6c61d82a Added pages for build tools, and updated the android instructions. 2017-06-19 23:56:44 +02:00
jimreaderandGitHub b8a5278200 Wrong IDE referenced in the restart step 2017-06-19 13:16:17 +01:00
Reinier Zwitserloot 33dc6a2802 timestamp is added to download-edge releases. 2017-06-13 00:43:49 +02:00
Reinier Zwitserloot b00aa1bb40 bugfix for htaccess 2017-06-13 00:43:40 +02:00
Reinier Zwitserloot 76e3862bcc The way download-edge makes the HTML page for the edge release completely rewritten. 2017-06-13 00:29:33 +02:00
Reinier Zwitserloot b351b2af2c Added a ‘contributing’ page. 2017-06-13 00:15:32 +02:00
Reinier Zwitserloot 1772fa9d86 htaccess dynamically generated to canonicalize all web requests. 2017-06-13 00:15:32 +02:00
Reinier Zwitserloot 3cf73930c3 Final touches to the website (very minor typos etc update) 2017-06-13 00:15:32 +02:00
Reinier Zwitserloot a5d5ac8c13 made the site look a lot better on ‘small’ responsive mode (phones and such). 2017-05-29 22:34:56 +02:00
Reinier Zwitserloot 4053b325fa In the highly unlikely scenario the browser doesn’t support <video> tags we now tell the visitor to go watch it on youtube.
(Thanks Yasin Okumus for the idea!)
2017-05-29 21:09:39 +02:00
Reinier Zwitserloot 7c8f9fa445 Final touches to the new website:
* htaccess for ‘nice looking’ URLs.
* download-edge overwritten upon stable releases.
* fixes to the build system.
* Added google analytics pagetracker.
2017-05-29 21:03:04 +02:00
Reinier Zwitserloot f447b13adb update to refer to lombok.Generated vs javax.annotation.Generated in docs. 2017-05-29 21:03:04 +02:00
Reinier Zwitserloot 32d46a28e8 video now has a poster. 2017-05-29 21:03:04 +02:00
Reinier Zwitserloot 496eccd192 Styling and layout of all-versions, download, and changelog fixed/updated. 2017-05-29 21:03:04 +02:00
Reinier Zwitserloot 99f373c7e2 website build script updated to work with new template based website. 2017-05-29 21:02:55 +02:00
Reinier Zwitserloot 8b7a7cbc81 The great rename: the old ‘website’ is now ‘website-old’, and ‘website2’ is now ‘website’. 2017-05-29 21:02:54 +02:00
Reinier Zwitserloot 599b6aab67 Updated just about all of the pages to the template-based redesign.
Added ajaxified loading for feature pages.
2017-05-29 21:01:53 +02:00
Reinier Zwitserloot 2a3abd04a7 applying @lacivert \s update to the site to link to the youtube video on video playback issues, to the main branch. 2017-05-08 22:36:21 +02:00
Roel Spilker ae54fa51ac [i1180] generate ConstructorProperties also for (package) private constructors 2017-03-23 01:07:56 +01:00
Reinier Zwitserloot 3b1792c397 Added tests to check warnings/errors emitted by Builder.Default support. 2017-03-22 23:32:28 +01:00
Reinier Zwitserloot bf54986e8a Fixing issue #1201: Builder now supports defaults! 2017-03-20 22:54:36 +01:00
Reinier Zwitserloot d05d037433 Fixed issue #778: problems with onX if the annotation to be added has named args. 2017-03-07 01:12:24 +01:00
Roel Spilker 0727c8bfd3 Fixes #1254: Value and FieldDefaults should skip static fields 2016-12-05 22:23:39 +01:00
Roel Spilker 8c2ea4fbc6 Finish documentation on var 2016-11-21 22:54:29 +01:00
Bulgakov Alexander 4fbbd8ed03 added var.html 2016-10-31 23:52:20 +03:00
Reinier Zwitserloot 6cec66eb2b Fixed the HTML title tags of the experimental pages; they were inconsistent. 2016-06-02 17:33:21 +02:00
Roel Spilker 37451226f1 Merge pull request #1053 from marthagenaars/master
Update instructions for using lombok with ecj and Maven
2016-05-11 22:17:33 +02:00
Roel Spilker c810162bcd Merge pull request #1100 from arnaudruffin/master
update gradle configuration documentation
2016-05-11 21:49:18 +02:00
Roel Spilker 3372b5f442 Integrate JBossLog code
- fix jboss-logging.jar name
- add copyright notice to new source files
- add cross-references from other @Log annotations
- update feature page
2016-05-11 21:26:37 +02:00
Arnaud Ruffin bb0a4475a1 update gradle configuration documentation 2016-05-04 16:33:10 +02:00