aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2017-01-19Merge pull request #1060 from rgra/Issue210Roel Spilker
Patch for renaming fields with Getter/Setter/Data in eclipse #210
2016-12-20Added name to AUTHORSRabea Gransberger
2016-12-12add self to authorsDave Brosius
2016-10-17CleanupRoel Spilker
2016-10-17added supporting for @val variables inside lambdas.Bulgakov Alexander
2016-06-27always return ShadowClassLoader.Liu DongMiao
It fixes `lombok` `1.16` doesn't works in `maven-compiler-plugin` `2.3.2` or old. http://stackoverflow.com/questions/34358689 Furthermore, `maven-compiler-plugin` `2.4` requires `plexus-compiler-javac` `1.8.6`, which drops `org.codehaus.plexus.compiler.javac.IsolatedClassLoader`. I love hack, but hate such hard code to fix possible problem.
2016-05-11Merge pull request #1053 from marthagenaars/masterRoel Spilker
Update instructions for using lombok with ecj and Maven
2016-05-06Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103]Thomas Darimont
2016-03-17Update instructions for using lombok with ecj and MavenMart Hagenaars
2015-11-17Merge branch 'master' of https://github.com/spacanowski/lombok into ↵Reinier Zwitserloot
spacanowski-master Conflicts: test/transform/resource/after-delombok/BuilderSingularGuavaListsSets.java test/transform/resource/after-ecj/BuilderSingularGuavaListsSets.java
2015-11-16Merge branch 'pr-builder-on-instance-methods' of ↵Reinier Zwitserloot
https://github.com/enriquedacostacambio/lombok into enriquedacostacambio-pr-builder-on-instance-methods Conflicts: AUTHORS src/core/lombok/Builder.java src/core/lombok/eclipse/handlers/HandleBuilder.java src/core/lombok/javac/handlers/HandleBuilder.java
2015-10-08Fixed typo, moved importsspc
2015-10-07Merge pull request #893 from yunspace/masterRoel Spilker
Updated @Value Java doc to @AllArgsConstructor
2015-10-07added yunspace to authorsYun Zhi Lin
2015-10-02Adds the IntelliJ IDEA output directory `/out` to .gitignoreDawid Rusin
2015-05-18Refactor getJarMemberSet(...) & getResourceFromLocation(...)DaveLaw
2015-03-31Allow @Builder on instance methodsEnrique da Costa Cambio
2015-02-02reordered AUTHORS.Reinier Zwitserloot
2015-02-02Merge branch 'master' of https://github.com/luanpotter/lombok into utility-classReinier Zwitserloot
2015-01-31Adding my name to the authors fileLuan Nico
2015-01-29[i623] Added Peter Grant to AUTHORSPeter Grant
2014-04-03Adde my name to the Authors list.Christian Sterzl
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').
2014-02-08Added my name to the AUTHORS fileMaarten Mulders
2012-03-05Issue 348: @Delegate should also generate @Deprecated when the interface ↵Roel Spilker
methods javadoc contains@deprecated
2012-02-27Alphabetize AUTHORSSander Koning
2012-02-25Add my name to AUTHORSTaiki Sugawara
2011-11-11Added my name to AUTHORS. (Requested by rspilker)jvanderhel
2011-11-07Renamed CONTRIBUTORS to AUTHORS to better reflect the purpose of the file.Roel Spilker