aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-13Javadoc now builds without warnings. All links to external javadoc replaced ↵Reinier Zwitserloot
with straight up links to avoid the <javadoc> target from trying to download a bunch of index pages.
2017-06-13All references in javadoc to projectlombok.org URLs now use the canonical URL.Reinier Zwitserloot
2017-06-13htaccess dynamically generated to canonicalize all web requests.Reinier Zwitserloot
2017-06-13Final touches to the website (very minor typos etc update)Reinier Zwitserloot
2017-06-13Removed old website; we no longer use it.Reinier Zwitserloot
2017-06-12jdk9: ongoing debugging information for errorproneRoel Spilker
2017-05-29made the site look a lot better on ‘small’ responsive mode (phones and ↵Reinier Zwitserloot
such).
2017-05-29In the highly unlikely scenario the browser doesn’t support <video> tags ↵Reinier Zwitserloot
we now tell the visitor to go watch it on youtube. (Thanks Yasin Okumus for the idea!)
2017-05-29Final 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-29update to refer to lombok.Generated vs javax.annotation.Generated in docs.Reinier Zwitserloot
2017-05-29video now has a poster.Reinier Zwitserloot
2017-05-29Styling and layout of all-versions, download, and changelog fixed/updated.Reinier Zwitserloot
2017-05-29Website maker updated to fix the changelog and do a proper job at supporting ↵Reinier Zwitserloot
all-versions.
2017-05-29website build script updated to work with new template based website.Reinier Zwitserloot
2017-05-29The great rename: the old ‘website’ is now ‘website-old’, and ↵Reinier Zwitserloot
‘website2’ is now ‘website’.
2017-05-29moved an update to the website text about the jdk8 onX support to the new ↵Reinier Zwitserloot
website templates.
2017-05-29[trivial] fixing file casing.Reinier Zwitserloot
2017-05-29varExample class was confusingly called ValExample.Reinier Zwitserloot
2017-05-29the public API generator now skips ConfigurationKeys classes which really ↵Reinier Zwitserloot
aren’t needed and kinda clutter up the jar (There are a lot of class files generated by that one source file!).
2017-05-29[wip] download pages.Reinier Zwitserloot
2017-05-29credits page updated.Reinier Zwitserloot
2017-05-29feature pages updated and made more consistent.Reinier Zwitserloot
2017-05-29setup pages added.Reinier Zwitserloot
2017-05-29the all-versions page is fetched in order to allow generating an updated ↵Reinier Zwitserloot
copy of that page.
2017-05-29Updated just about all of the pages to the template-based redesign.Reinier Zwitserloot
Added ajaxified loading for feature pages.
2017-05-16update testsRoel Spilker
2017-05-16[i1351] Warning on initialized non-final field in Builder was wrongRoel Spilker
2017-05-15[installer] set minimum sizes, possible fix for 1383Roel Spilker
2017-05-15[jdk9] add support for errorprone MaskedFileManagerRoel Spilker
2017-05-08applying @lacivert \s update to the site to link to the youtube video on ↵Reinier Zwitserloot
video playback issues, to the main branch.
2017-05-08[jdk9] added debugging information for when we cannot determine the compilerRoel Spilker
2017-03-23post-release version bump.Reinier Zwitserloot
2017-03-23pre-release version bump.. with a new name!Reinier Zwitserloot
2017-03-23Fixed issue #1342: builder now marks generated stuff as deprecated if ↵Reinier Zwitserloot
appropriate.
2017-03-23[i1180] generate ConstructorProperties also for (package) private constructorsRoel Spilker
2017-03-23[i1329] respect configuration for field access when generating equals, ↵Roel Spilker
hashCode and toString from Data and Value
2017-03-22Added tests to check warnings/errors emitted by Builder.Default support.Reinier Zwitserloot
2017-03-22Builder.Default now throws out a few more warnings if misused.Reinier Zwitserloot
2017-03-22[changelog][jdk9] added line about provisional jdk9 support.Roel Spilker
2017-03-22[jdk9] Workaround for a weird casting issue that shows up for singularizer ↵Roel Spilker
support.
2017-03-22[jdk9] fix val/varRoel Spilker
2017-03-22update references to issue numbersRoel Spilker
2017-03-22[jdk9] Fix bug regarding multipleError fieldRoel Spilker
2017-03-20Fixing issue #1201: Builder now supports defaults!Reinier Zwitserloot
2017-03-15Updates for pull request #1284. Fix for issues #869 and #1018.Kevin Chirls
Added name to AUTHORS file. Added ECJ fix and test. Made one of the variables final to also verify the final error case.
2017-03-15Merge remote-tracking branch 'rzwitserloot/master'Kevin Chirls
2017-03-07[wip] reworking how builder works with initialized fields.Reinier Zwitserloot
2017-03-07removed the suppressConstructorProperties param.Reinier Zwitserloot
2017-03-07Fixed issue #778: problems with onX if the annotation to be added has named ↵Reinier Zwitserloot
args.
2017-03-07fixded the version mess in the test framework.Reinier Zwitserloot