Joachim Vandersmissen and Roel Spilker
2b0cd53d55
java.util.logging.Logger does not have an error method.
2018-08-20 20:04:57 +02:00
Reinier Zwitserloot
c21adf7f47
[website] added some ugly docs on how to interop jackson and builder. We need to make this prettier later and add the magic for how to interop Singular with Jackson later.
2018-08-02 15:52:34 +02:00
Reinier Zwitserloot
6b84e38152
make access on the website to for example Builder/ also work
2018-08-02 15:20:06 +02:00
Reinier Zwitserloot
0038b48eea
docs for the redesigned FieldNameConstants.
2018-07-29 17:17:22 +02:00
Reinier Zwitserloot
e964f5eec6
[website] ’Install’ -> ‘How to use’
2018-07-29 16:47:39 +02:00
Thomas Klambauer and Roel Spilker
0375f1a9e8
lombok config broken: version must be string
...
otherwise gradle compile will fail.
2018-07-17 21:39:29 +02:00
Reinier Zwitserloot
37434ba0cb
[ Fixes #1347 ] issues with no-args constructor and Builder.Default now documented and fixed.
2018-07-03 05:42:34 +02:00
Reinier Zwitserloot
ea9ce72708
[website] lombok licenses for international customers now via stripe instead of payoneer. Also, typos.
2018-06-18 23:59:04 +02:00
Reinier Zwitserloot
2264ce492c
[trivial] make the website build again, bugfix in template loading of SuperBuilder.html.
2018-06-13 23:31:30 +02:00
Reinier Zwitserloot
5dea27f56f
Merge branch 'janrieke-superBuilder'
2018-06-13 23:26:15 +02:00
Reinier Zwitserloot
19ad4fd57d
[SuperBuilder] code review, style update, making it JDK1.6 compatible, documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain.
2018-06-13 23:21:00 +02:00
Jan Rieke
3256ab6fc7
next lombok version is 1.18.1
2018-06-06 09:04:55 +02:00
Reinier Zwitserloot
6e0f7eca3d
Fixing the snippet for the reworked FieldNameConstants
2018-06-04 23:55:22 +02:00
Reinier Zwitserloot
a0b901c3c0
@NonNull now uses a slightly longer exception message.
2018-06-04 23:55:13 +02:00
Reinier Zwitserloot
b8e85f5dc7
FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can 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 23:36:10 +02:00
Reinier Zwitserloot
370705e7e1
Fixex #1697 : google’s FluentLogger (Flogger) now available as one of lombok’s log annotations.
2018-06-04 22:18:54 +02:00
Jan Rieke
d4fa7c583b
next lombok version is 0.16.23
2018-06-01 16:31:52 +02:00
Jan Rieke
d11263a6c6
support @Builder.Default
2018-06-01 15:57:59 +02:00
Reinier Zwitserloot
4fb9c6f7f8
[documentation] documenting the new-style include/exclude of ToString and EqualsAndHashCode
2018-05-15 01:07:03 +02:00
Reinier Zwitserloot
82a7354a84
[website] bugfix; supporters weren’t being shown.
2018-05-08 00:01:48 +02:00
Jan Rieke
1dff81a0e0
@SuperBuilder documentation for website
2018-04-22 23:43:13 +02:00
Reinier Zwitserloot
22e9c25db6
[website] Added a section on contributing to lombok, with documentation on how lombok’s execution path works. See pull request #71
2018-04-10 00:23:49 +02:00
Reinier Zwitserloot
57fb2b9773
[website] Whoops we had 2 copies of usage_examples. Fixed that by deleting the one that was NOT being used for the website.
2018-04-10 00:23:49 +02:00
Reinier Zwitserloot
b6fb3c03fa
[fieldNameConstants] code review, docs, tests, fixup.
2018-04-05 14:22:40 +02:00
Roel Spilker
af9861ad9f
add subresource integrity to external resources on webpage
2018-03-27 23:31:45 +02:00
Roel Spilker
113d1eb861
Fixes #1608 : give pages a title
2018-03-27 22:10:20 +02:00
Daniel
57b66fd576
fixed ExtensionMethod example to return T (generic type) , seem to remove or forgot for some reason...
2018-03-21 21:54:07 +02:00
Reinier Zwitserloot
ae611e1687
[website] Added instruction page about VS Code support in lombok. Updated upcoming talks section.
2018-03-19 23:51:56 +01:00
Reinier Zwitserloot
aa8ce194f5
[website] Some minor updates and fixes to the website order page.
2018-03-18 15:02:07 +01:00
Reinier Zwitserloot
9b4bf8334b
last minute bugfixes to license order form mechanics.
2018-03-11 17:16:19 +01:00
Reinier Zwitserloot
2f1a26b606
[website] added supporters infrastructure.
2018-03-11 16:57:22 +01:00
Reinier Zwitserloot
cc55391a75
Website updated to list supporters on the website.
2018-03-11 12:17:14 +01:00
Reinier Zwitserloot
757ddee807
[website] Added JUG details and updated links for german JUG week.
2018-03-02 16:34:28 +01:00
Reinier Zwitserloot
45967c522e
[trivial] updated comment and slight tweak to website text.
2018-02-07 00:49:23 +01:00
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 White and Roel 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 Czina and Roel 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