Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-28 | [versioning] pre-release version bump of the changelog as well | Reinier Zwitserloot | |
2020-12-04 | [build] build is now far less unreliable | Reinier Zwitserloot | |
Tiered compilation used to dump every stage into the same build dir, and included that dir on the classpath, which means any ordering issues introduced into a build aren't going to result in a failed build, thus breaking the build for everybody except those who already had a working lombok in their build dir before starting a build. The opposite of bootstrapping, in other words. Fixed by having each stage build into its own private stage phase. | |||
2020-08-28 | [build] added ant website.open | Reinier Zwitserloot | |
this serves the site locally and opens your browser | |||
2020-06-25 | [build] [mapstructBinding] | Reinier Zwitserloot | |
2020-06-23 | [build] rewriting the build system | Reinier Zwitserloot | |
2020-02-28 | [eclipse-p2] create a p2 eclipse update site | Reinier Zwitserloot | |
2019-08-22 | Use dynamic year-value for JavaDoc-Copyright | Jan Matèrne | |
2019-03-25 | [javadoc] new javadoc tools, new boneheaded mistakes. Seemingly nobody gives ↵ | Reinier Zwitserloot | |
a toss about this tool over at oracle? Used some hacks to work around the worst offenses. | |||
2018-12-18 | Serve dependencies instead of using a CDN. Fixes #1964. | Roel Spilker | |
2018-09-10 | Fully integrating ‘ant edge-release’ to include updating the site, our ↵ | Reinier Zwitserloot | |
mavenrepo on projectlombok.org, and the branch on git. | |||
2018-09-10 | [website] some work on releasing edge and updating git. | Reinier Zwitserloot | |
2018-09-04 | running the edge-release task also sets the git tag now. | Reinier Zwitserloot | |
2018-03-11 | Website updated to list supporters on the website. | Reinier Zwitserloot | |
2018-02-06 | [compiling] running the ant compile job now no longer emits any warnings. ↵ | Reinier Zwitserloot | |
Each warning that was emitted has been addressed, or analysed and suppressed. | |||
2018-01-09 | Updated copyright notices to 2018. | Reinier Zwitserloot | |
2017-12-12 | build script for edge release updated | Reinier Zwitserloot | |
2017-12-12 | Updated to new in ivy++ scp/ssh tasks. | Reinier Zwitserloot | |
2017-10-26 | Removed flash-based video player; these days, who needs it, right? | Reinier Zwitserloot | |
2017-10-26 | website-only now available. | Reinier Zwitserloot | |
2017-06-13 | The way download-edge makes the HTML page for the edge release completely ↵ | Reinier Zwitserloot | |
rewritten. | |||
2017-06-13 | All references in javadoc to projectlombok.org URLs now use the canonical URL. | Reinier Zwitserloot | |
2017-06-13 | htaccess dynamically generated to canonicalize all web requests. | Reinier Zwitserloot | |
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 | 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’. | |||
2017-02-07 | Display changelog in installer | Roel Spilker | |
2016-10-31 | added var.html | Bulgakov Alexander | |
2015-08-19 | Some documentation fixed discovered as we released 1.16.6 | Reinier Zwitserloot | |
2015-05-02 | Change http://projectlombok.org to https://projectlombok.org | Roel Spilker | |
2015-02-04 | copyright header updates for web docs. | Reinier Zwitserloot | |
2015-02-02 | added impl for @UtilityClass. | Reinier Zwitserloot | |
2015-01-26 | documentation for @Singular. | Reinier Zwitserloot | |
2014-07-01 | moved buildsystem towards new server model. | Reinier Zwitserloot | |
2014-07-01 | [trivial] bugfix in a build script that still looked for the uploadkey of ↵ | Reinier Zwitserloot | |
the old release system. | |||
2014-06-25 | deployEdge has now been fixed to the new server model. The rest of the ↵ | Roel Spilker | |
deploy tasks still need fixing though. | |||
2014-05-21 | New year in documentation | Roel Spilker | |
2014-05-21 | Fix website re. Delegate | Roel Spilker | |
2013-07-18 | Upyeared the copyright notice in the generated javadoc. | Roel Spilker | |
2013-07-08 | Fixed value's snippet integration (it hadn't been updated yet now that Value ↵ | Reinier Zwitserloot | |
has moved from experimental into core). | |||
2013-06-18 | javac builder implementation. Passes all tests. | Reinier Zwitserloot | |
Added toString() impl for builders in both eclipse and javac. Added all documentation, though it'll need some reviewing. | |||
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot | |
including docs and changelog. | |||
2013-04-23 | bugfix in website ant buildscript for finding the Java2HtmlTask | Reinier Zwitserloot | |
2013-02-18 | whoops, belated push and fixes to the documentation of onX | Reinier Zwitserloot | |
2012-11-17 | Added all documentation for the onX feature and updated changelog. | Reinier Zwitserloot | |
Now to actually write the feature (Well, rescue it from the onX-removal tag). | |||
2012-08-13 | prettying up the pre/post examples for FieldDefaults and ExtensionMethod | Reinier Zwitserloot | |
2012-08-13 | Documentation for @Value, @FieldDefaults, @Wither | Reinier Zwitserloot | |
2012-06-18 | Added documentation for @ExtensionMethod feature | Reinier Zwitserloot | |
2012-03-27 | fixes for 'ant website' build target. Also fixing some errors in javadoc. | Reinier Zwitserloot | |
2012-03-22 | build script now contains an explicit javadoc target. | Reinier Zwitserloot | |
2011-12-19 | Added building lombok-utils to build file. | Reinier Zwitserloot | |