Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-22 | [trivial] hey, setting automatic module name is probably a good idea. Can't ↵ | Reinier Zwitserloot | |
hurt. | |||
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-12-04 | [build] the build can now autoclean | Reinier Zwitserloot | |
autocleaning means that the build system detects that the usual incremental mode, where the build artefacts are not deleted and instead used to skip steps already performed, is not an option due to changes in the build script itself or a change in deps not detectable. It works by having a version number which can be incremented, and a system that checks for mismatches and forces a clean. | |||
2020-12-04 | [build] bugfix for mapstructBinding build | Reinier Zwitserloot | |
2020-12-04 | [build] added a publish target for the mapstruct binding jar | Reinier Zwitserloot | |
2020-12-04 | [build] #2616 have lombok-mapstruct-binding contain a java module file and ↵ | Roel Spilker | |
java8 class files. | |||
2020-12-04 | #2616 attempt to have java9 modules and java8 class files | Roel Spilker | |
2020-10-15 | [#2599] Completely rewrite how we decide whether it's ecj or eclipse for ↵ | Reinier Zwitserloot | |
patching | |||
2020-10-08 | [deps] bumped lombok.patcher dep to v0.38, which adds ASM9 support. | Reinier Zwitserloot | |
This makes lombok better at handling e.g. javac15. | |||
2020-09-24 | [deps] added some deps used during eclipse testing. | Reinier Zwitserloot | |
2020-09-18 | [trivial] [typo] | Reinier Zwitserloot | |
2020-09-18 | [build] eclipse test target for Javac8 fixed | Reinier Zwitserloot | |
javac8 has a bizarre dependency situation: we need the stubs in src/stubs there to compile, but if they are there at runtime during a test run of javac8, they take precedence over the JDK's javac (because we include this as a separate cp entry, and thus it is not a bootclasspath item), and messes everything up. The fix is to tell eclipse to compile various src/X folders to different 'bin' targets, which required an update to ivyplusplus as well. also it was just broken in general, fixed that too :) | |||
2020-08-29 | [testing] [eclipse] [#2413] Eclipse tests now more expansive | Reinier Zwitserloot | |
We now test generating a level2-DOM from our level1-AST (eclipse has 3 levels of ASTs, more or less), only if that is possible, i.e. only if the full eclipse is available. This requires using a test target named `eclipse-X`, and not one of the `ecjX` ones. This is the change that requires the massive update to the build system. About 6 tests, including a newly added one about @Delegate, now fail. These failures would usually not cause instant failure in eclipse, but can cause errors during save actions and will likely mess with other things in weird ways, such as messing up syntax highlighting. Yes, this commit now makes a bunch of cases fail the unit tests, but that is representative of actual errors in lombok, so I'm checking it in as is (without this commit, the problem is still there, the tests are just incapable of detecting it). | |||
2020-08-28 | Merge pull request #2548 from rosti-il/master | Reinier Zwitserloot | |
Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745 | |||
2020-08-28 | [build] added ant website.open | Reinier Zwitserloot | |
this serves the site locally and opens your browser | |||
2020-08-18 | Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745 | Rostislav Krasny | |
The change of the TestConfiguration.java is based on the fact that Git for Windows is configured with 'core.autocrlf=true' by default. | |||
2020-07-24 | [tests] fixed the 'ant test.javac' tests. | Reinier Zwitserloot | |
2020-07-24 | [tests] command line 'ant test.eclipse' fixed | Reinier Zwitserloot | |
2020-07-23 | [test] bugfix for the 'dist' step | Reinier Zwitserloot | |
2020-07-23 | [tests] only add agent VM args for ECJ/Eclipse tests | Reinier Zwitserloot | |
2020-07-03 | [build] [wip] the eclipse debug targets still aren't entirely correct. | Reinier Zwitserloot | |
2020-07-03 | [build] propagate chosen bootclasspath into eclipse test targets | Reinier Zwitserloot | |
2020-07-02 | [build] fixed a build issue (on 'ant dist') on windows. | Reinier Zwitserloot | |
apparently on windows symlinking requires admin rights because ????? This can be fixed with an explicit update to group policies, which I can't assume anybody working on lombok is going to actually do. /bin/ln in msysgit just copies (interesting choice). I could write a mechanism that tries /bin/ln and if not there, try <copy> instead, either in the build scripts or in ivyplusplus, but that's way too much effort to avoid a 2MB copy. So, for now, we just copy... if more symlinking is to be done later, we'll revisit, though. copying is such a silly waste of time, slowing down the build for no reason. | |||
2020-06-25 | [build] [mapstructBinding] | Reinier Zwitserloot | |
2020-06-23 | [build] rewriting the build system | Reinier Zwitserloot | |
2020-03-05 | Update org.eclipse dependencies, fixes #2363 | Roel Spilker | |
2020-03-05 | [eclipse-p2] the eclipse p2 site is now selfsigned. | Reinier Zwitserloot | |
2020-02-28 | [eclipse-p2] create a p2 eclipse update site | Reinier Zwitserloot | |
2019-12-11 | [deps] added explicit link to lombok.patcher-0.36 | Reinier Zwitserloot | |
2019-12-11 | [deps] updated version on lombok.patcher in order to get ASM 7.2 | Reinier Zwitserloot | |
2019-09-25 | [jdk13] upgrading the patcher dep, which has the j13+ ASM dep built in | 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. | |||
2019-01-10 | Upgraded lombok.patcher dep | Reinier Zwitserloot | |
2018-12-18 | Serve dependencies instead of using a CDN. Fixes #1964. | Roel Spilker | |
2018-12-17 | [deps] updated dep versions. | Reinier Zwitserloot | |
2018-10-29 | [java-11] up dependency on lombok.patcher, including asm7 | Roel Spilker | |
2018-10-15 | [build] Fixing running tests via `ant test`, setting up the build, and a few ↵ | Reinier Zwitserloot | |
other build-related issues. | |||
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-10 | Upgraded our objectweb ASM dep and moved API level up to 6, to avoid a ↵ | Reinier Zwitserloot | |
‘this feature requires ASM5’ error that occurs when patching recent eclipse releases. | |||
2018-09-04 | running the edge-release task also sets the git tag now. | Reinier Zwitserloot | |
2018-08-21 | [#1806] Potential fix for java 11 in regards to module system. | Reinier Zwitserloot | |
2018-06-04 | Fixex #1697: google’s FluentLogger (Flogger) now available as one of ↵ | Reinier Zwitserloot | |
lombok’s log annotations. | |||
2018-05-28 | Upgraded lombok.patcher dep to 0.26. (Which updates ASM to be Java10/11 ↵ | Reinier Zwitserloot | |
compatible). | |||
2018-03-11 | [website] added supporters infrastructure. | 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 | |