aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2023-03-21Add authorChristoph Dreis
2023-01-04Update AUTHORS to reflect new nameSasha Koning
2022-03-17Merge branch 'fix-enum-logging' of https://github.com/varkart/lombok into ↵Reinier Zwitserloot
varkart-fix-enum-logging
2022-02-25Fixes #3120JohnPaulTaylorII
Update AUTHORS file. Remove extraneous code from EqualsAndHashCodeWithNonNullByDefault test case.
2022-02-17add to authors filevarkart
2022-01-07Update AUTHORS fileMartin O'Connor
2021-10-18Adding Yonatan Sherwin to AUTHORS fileysherwin
2021-03-24@StandardException feature working draftttzn
* move feature under experimental * replace ProviderFor with Provides * add doc material (to be completed) * add author
2021-03-20[fixes #2724] Increase priority of Builder annotation removalmd_5
Otherwise they may run after `HandleDelegate`. This is problematic as `HandleDelegate` parses the compulation unit and `@Builder` may contain imports (eg `AccessLevel`) that were already removed by other processors, eg `@Getter`.
2021-01-15Add to AUTHORS.Christian Schlichtherle
2020-10-04Add Michael Ernst to AUTHORS fileMichael Ernst
2020-09-24Eclipse impl and testsAndre Brait
2020-08-18Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745Rostislav 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-02Fix missing parameter names, annotations in following annotation processorsDenis Stepanov
2020-06-11Oder equals/hashcode fields by rank or positionsamukce
2020-02-26Set missing argumentTypes for eclipse extension methodsRawi01
2019-12-19Merge pull request #2273 from Lekanich/issue2262Reinier Zwitserloot
Fixed @SuperBuilder with generic with inner static class produces CE
2019-12-12added name to AUTHORS listAleksandr
2019-09-11Add myself to AUTHORSCaleb Brinkman
2019-08-22Merge branch 'master' into clone-typeReinier Zwitserloot
2019-08-22add myself to authorsJan Matèrne
2019-08-08[Fixes #2189] Clone type to correctly set annotated type on constructor, ↵Jacob Middag
getter and setter.
2019-07-09Add Till Brychcy to AUTHORSTill Brychcy
2019-05-22Fixes for CustomLog, AUTHORS entry, extended changlogAdam Juraszek
2019-05-07[Feature] staticConstructor should use already defined private constructor ↵daliclass
if available
2019-01-28Replace sized array in toArray with 0Robert Wertman
This approach has been benchmarked to be marginally faster. Fixes #2030.
2019-01-15Add myself to AUTHORSEmil Lundberg
2018-08-22Merge branch 'master' into masterPhilippe Charles
2018-07-20Add Roland Praml to authors listRoland Praml
2018-07-18Add self to authors.Philippe Charles
2018-06-13Merge branch 'janrieke-superBuilder'Reinier Zwitserloot
2018-05-28[authors] Added Pascal Bihler to author list and restored alphabetical orderPascal Bihler
2018-04-06added author, (c) grantedJan Rieke
2018-04-05Merge branch 'cheelio-FieldNameConstants'Reinier Zwitserloot
2018-04-04Merge branch 'FieldNameConstants' of https://github.com/cheelio/lombok into ↵Reinier Zwitserloot
cheelio-FieldNameConstants
2018-04-04Merge pull request #1626 from victorwss/masterReinier Zwitserloot
Fix for #1617.
2018-03-28add self to authors [Issue #879]mateusz-matela
2018-03-28add self to authorsChristian Nüssgens
2018-03-27Adding my name to the AUTHORS file.Victor Williams Stafusa da Silva
Signed-off-by: Victor Williams Stafusa da Silva <victorwssilva@gmail.com>
2017-10-16Add my name to AUTHORS, remove TODOTakuya Murakami
2017-03-15Updates for pull request #1284. Fix for issues #869 and #1018.Kevin Chirls
Added name to AUTHORS file. Added ECJ fix and test. Made one of the variables final to also verify the final error case.
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