aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy-repo
AgeCommit message (Collapse)Author
2020-06-23[build] rewriting the build systemReinier Zwitserloot
2019-12-11[deps] added explicit link to lombok.patcher-0.36Reinier Zwitserloot
2019-09-25[jdk13] upgrading the patcher dep, which has the j13+ ASM dep built inReinier Zwitserloot
2019-01-10Upgraded lombok.patcher depReinier Zwitserloot
2018-10-29[java-11] up dependency on lombok.patcher, including asm7Roel Spilker
2018-09-10Upgraded 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-28Upgraded lombok.patcher dep to 0.26. (Which updates ASM to be Java10/11 ↵Reinier Zwitserloot
compatible).
2017-11-28updated 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-02Change markdownj project website from code.google.com to github.comRoel Spilker
2015-05-02Change http://projectlombok.org to https://projectlombok.orgRoel Spilker
2015-04-08Updated 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-04upgraded to the appropriate tandem-developed version of lombok.patcherReinier Zwitserloot
2014-06-10switched publishing model away from a googlecode download and onto a ↵Reinier Zwitserloot
projectlombok.org hosted download.
2014-05-22upgraded to lombok.patcher 1.15 to fix bug 670.Reinier Zwitserloot
2014-05-12patcher upgrade for issue 666.Reinier Zwitserloot
2014-05-01some 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-01yet another patcher-sourced fix, heh. Version-a-day!Reinier Zwitserloot
2014-03-01Updated to new patcher to get rid of JNA dep.Reinier Zwitserloot
2014-02-27Fixed lombok support in eclipse 4.4 ('luna').Reinier Zwitserloot
2014-02-25yet 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-24Another 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-15work in progress on ProjectSearcher.Reinier Zwitserloot
2013-09-10updated SPI, it did not work in JDK8 properlyReinier Zwitserloot
2013-07-08possible fix for a deadlock issue 531.Reinier Zwitserloot
2012-01-09Updated to ASM4 final.Reinier Zwitserloot
2011-08-15Changed 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-07Updated to ASM 4.0RC1 so that we can deal with java7,Reinier Zwitserloot
especially class files built with java7. Fixes issue #188
2011-04-01Yet 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-18previous attempt to use more maven central repos failed, so reverted most of it.Reinier Zwitserloot
see commit 1a28ccb3471c1309357547e72a3997e1ec4c91de.
2011-03-06Replaced a bunch of deps to entries in maven central instead of self-written ↵Reinier Zwitserloot
URLs.
2011-01-16updated the eclipse ecj mirrors as the belgium mirror was discontinuedgrootjans
2010-11-09Due 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-08Updated to lombok.patcher, which basically only means that the "PATCHING: ↵Reinier Zwitserloot
..." prints to system.out are gone.
2010-07-20Whoops, the junit dependency descriptor was misnamed.Reinier Zwitserloot
2010-07-20Whoops, 2 dependency descriptors were missing. Added them.Reinier Zwitserloot
2010-07-20Fixed some broken dependency descriptorsRoel Spilker
2010-07-16Updated eclipse dependencies to 3.6.0, and added sources.Reinier Zwitserloot
2010-07-12Changed build system to ivy.Reinier Zwitserloot