Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-23 | [build] rewriting the build system | Reinier Zwitserloot | |
2019-12-11 | [deps] added explicit link to lombok.patcher-0.36 | Reinier Zwitserloot | |
2019-09-25 | [jdk13] upgrading the patcher dep, which has the j13+ ASM dep built in | Reinier Zwitserloot | |
2019-01-10 | Upgraded lombok.patcher dep | Reinier Zwitserloot | |
2018-10-29 | [java-11] up dependency on lombok.patcher, including asm7 | Roel Spilker | |
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-05-28 | Upgraded lombok.patcher dep to 0.26. (Which updates ASM to be Java10/11 ↵ | Reinier Zwitserloot | |
compatible). | |||
2017-11-28 | updated lombok.patcher dep. | Reinier Zwitserloot | |
2016-11-07 | [issue #1218] Annotation Processors that have an (internal) dependency on ↵ | Roel Spilker | |
ecj (google's dagger project has this, don't know of any others), when run inside eclipse, bombs with a LinkageError. Fixed. | |||
2015-05-02 | Change markdownj project website from code.google.com to github.com | Roel Spilker | |
2015-05-02 | Change http://projectlombok.org to https://projectlombok.org | Roel Spilker | |
2015-04-08 | Updated to patcher 0.20 with updates for bugs where you’d type a quote and ↵ | Reinier Zwitserloot | |
then eclipse would hang. | |||
2015-04-02 | [i802] working on eclipse mars support; this needs a few updates to ↵ | Reinier Zwitserloot | |
integration with patcher. | |||
2014-12-04 | upgraded to the appropriate tandem-developed version of lombok.patcher | Reinier Zwitserloot | |
2014-06-10 | switched publishing model away from a googlecode download and onto a ↵ | Reinier Zwitserloot | |
projectlombok.org hosted download. | |||
2014-05-22 | upgraded to lombok.patcher 1.15 to fix bug 670. | Reinier Zwitserloot | |
2014-05-12 | patcher upgrade for issue 666. | Reinier Zwitserloot | |
2014-05-01 | some pretty significant changes to the build system, to try and add testing ↵ | Reinier Zwitserloot | |
against ecj8 to the lineup, and to force compilation with the bootstrap classpath of JDK6 so that we won't accidentally add deps on things that JVM6es don't have. | |||
2014-04-02 | [#655] Switched to ASM5 to support -target 1.8 classes. | Reinier Zwitserloot | |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot | |
* Conflict due to adding topic() feature to logger in master, and 'field name' feature in config branch. * master has since updated to shiny new eclipse dep versions and the 'ant eclipseForDebugging' feature, but this branch added deps. Addressed that. * Renamed 'loggerCategory' to 'loggerTopic'. I know, that wasn't exactly right to do in a merge, but, there you have it. * Test infrastructure changed in configuration branch, and tests had been added in master branch. Conflicts: build.xml buildScripts/ivy.xml src/core/lombok/eclipse/handlers/HandleLog.java src/core/lombok/extern/apachecommons/CommonsLog.java src/core/lombok/extern/java/Log.java src/core/lombok/extern/log4j/Log4j.java src/core/lombok/extern/log4j/Log4j2.java src/core/lombok/javac/handlers/HandleLog.java test/transform/resource/after-ecj/ValInTryWithResources.java | |||
2014-03-01 | yet another patcher-sourced fix, heh. Version-a-day! | Reinier Zwitserloot | |
2014-03-01 | Updated to new patcher to get rid of JNA dep. | Reinier Zwitserloot | |
2014-02-27 | Fixed lombok support in eclipse 4.4 ('luna'). | Reinier Zwitserloot | |
2014-02-25 | yet another (much better) attempt at fixing the deadlock issue. Again all ↵ | Roel Spilker | |
the work is in lombok.patcher, this is just updating the deps. | |||
2014-02-24 | Another shot in the dark to fix deadlock issues with eclipse and build ↵ | Roel Spilker | |
plugins, issue #645 and issue #531. The actual fix is in lombok.patcher, this is just a dep update to use v0.8 of lombok.patcher which is the real shot in the dark. | |||
2014-02-10 | [deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 ↵ | Reinier Zwitserloot | |
features on ecj. [Log] updated naming for @Log (topic= instead of mchmulder's 'value'). | |||
2013-12-15 | work in progress on ProjectSearcher. | Reinier Zwitserloot | |
2013-09-10 | updated SPI, it did not work in JDK8 properly | Reinier Zwitserloot | |
2013-07-08 | possible fix for a deadlock issue 531. | Reinier Zwitserloot | |
2012-01-09 | Updated to ASM4 final. | Reinier Zwitserloot | |
2011-08-15 | Changed dep name of 'javac' into 'javac6' and added 'javac7', mostly for ↵ | Reinier Zwitserloot | |
contrib purposes (we still compile against javac6, but having javac7 around for testing and such is nice). | |||
2011-06-07 | Updated to ASM 4.0RC1 so that we can deal with java7, | Reinier Zwitserloot | |
especially class files built with java7. Fixes issue #188 | |||
2011-04-01 | Yet another eclipse mirror went down or deleted an older version. We're now ↵ | Reinier Zwitserloot | |
hosting this dependency ourselves; it was the last one we weren't already hosting. Also upped version from 3.6.0 to 3.6.2. | |||
2011-03-18 | previous attempt to use more maven central repos failed, so reverted most of it. | Reinier Zwitserloot | |
see commit 1a28ccb3471c1309357547e72a3997e1ec4c91de. | |||
2011-03-06 | Replaced a bunch of deps to entries in maven central instead of self-written ↵ | Reinier Zwitserloot | |
URLs. | |||
2011-01-16 | updated the eclipse ecj mirrors as the belgium mirror was discontinued | grootjans | |
2010-11-09 | Due to an evident screwup at github.com about their https certs, downloads ↵ | Reinier Zwitserloot | |
from there no longer work. Moved the ivy target for cmdreader to a file hosted on projectlombok.org To fix it. Thanks to Stephen Haberman for spotting the problem. | |||
2010-11-08 | Updated to lombok.patcher, which basically only means that the "PATCHING: ↵ | Reinier Zwitserloot | |
..." prints to system.out are gone. | |||
2010-07-20 | Whoops, the junit dependency descriptor was misnamed. | Reinier Zwitserloot | |
2010-07-20 | Whoops, 2 dependency descriptors were missing. Added them. | Reinier Zwitserloot | |
2010-07-20 | Fixed some broken dependency descriptors | Roel Spilker | |
2010-07-16 | Updated eclipse dependencies to 3.6.0, and added sources. | Reinier Zwitserloot | |
2010-07-12 | Changed build system to ivy. | Reinier Zwitserloot | |