Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-21 | Add author | Christoph Dreis | |
2023-01-04 | Update AUTHORS to reflect new name | Sasha Koning | |
2022-03-17 | Merge branch 'fix-enum-logging' of https://github.com/varkart/lombok into ↵ | Reinier Zwitserloot | |
varkart-fix-enum-logging | |||
2022-02-25 | Fixes #3120 | JohnPaulTaylorII | |
Update AUTHORS file. Remove extraneous code from EqualsAndHashCodeWithNonNullByDefault test case. | |||
2022-02-17 | add to authors file | varkart | |
2022-01-07 | Update AUTHORS file | Martin O'Connor | |
2021-10-18 | Adding Yonatan Sherwin to AUTHORS file | ysherwin | |
2021-03-24 | @StandardException feature working draft | ttzn | |
* 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 removal | md_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-15 | Add to AUTHORS. | Christian Schlichtherle | |
2020-10-04 | Add Michael Ernst to AUTHORS file | Michael Ernst | |
2020-09-24 | Eclipse impl and tests | Andre Brait | |
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-02 | Fix missing parameter names, annotations in following annotation processors | Denis Stepanov | |
2020-06-11 | Oder equals/hashcode fields by rank or position | samukce | |
2020-02-26 | Set missing argumentTypes for eclipse extension methods | Rawi01 | |
2019-12-19 | Merge pull request #2273 from Lekanich/issue2262 | Reinier Zwitserloot | |
Fixed @SuperBuilder with generic with inner static class produces CE | |||
2019-12-12 | added name to AUTHORS list | Aleksandr | |
2019-09-11 | Add myself to AUTHORS | Caleb Brinkman | |
2019-08-22 | Merge branch 'master' into clone-type | Reinier Zwitserloot | |
2019-08-22 | add myself to authors | Jan Matèrne | |
2019-08-08 | [Fixes #2189] Clone type to correctly set annotated type on constructor, ↵ | Jacob Middag | |
getter and setter. | |||
2019-07-09 | Add Till Brychcy to AUTHORS | Till Brychcy | |
2019-05-22 | Fixes for CustomLog, AUTHORS entry, extended changlog | Adam Juraszek | |
2019-05-07 | [Feature] staticConstructor should use already defined private constructor ↵ | daliclass | |
if available | |||
2019-01-28 | Replace sized array in toArray with 0 | Robert Wertman | |
This approach has been benchmarked to be marginally faster. Fixes #2030. | |||
2019-01-15 | Add myself to AUTHORS | Emil Lundberg | |
2018-08-22 | Merge branch 'master' into master | Philippe Charles | |
2018-07-20 | Add Roland Praml to authors list | Roland Praml | |
2018-07-18 | Add self to authors. | Philippe Charles | |
2018-06-13 | Merge branch 'janrieke-superBuilder' | Reinier Zwitserloot | |
2018-05-28 | [authors] Added Pascal Bihler to author list and restored alphabetical order | Pascal Bihler | |
2018-04-06 | added author, (c) granted | Jan Rieke | |
2018-04-05 | Merge branch 'cheelio-FieldNameConstants' | Reinier Zwitserloot | |
2018-04-04 | Merge branch 'FieldNameConstants' of https://github.com/cheelio/lombok into ↵ | Reinier Zwitserloot | |
cheelio-FieldNameConstants | |||
2018-04-04 | Merge pull request #1626 from victorwss/master | Reinier Zwitserloot | |
Fix for #1617. | |||
2018-03-28 | add self to authors [Issue #879] | mateusz-matela | |
2018-03-28 | add self to authors | Christian Nüssgens | |
2018-03-27 | Adding my name to the AUTHORS file. | Victor Williams Stafusa da Silva | |
Signed-off-by: Victor Williams Stafusa da Silva <victorwssilva@gmail.com> | |||
2017-10-16 | Add my name to AUTHORS, remove TODO | Takuya Murakami | |
2017-03-15 | Updates 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-19 | Merge pull request #1060 from rgra/Issue210 | Roel Spilker | |
Patch for renaming fields with Getter/Setter/Data in eclipse #210 | |||
2016-12-20 | Added name to AUTHORS | Rabea Gransberger | |
2016-12-12 | add self to authors | Dave Brosius | |
2016-10-17 | Cleanup | Roel Spilker | |
2016-10-17 | added supporting for @val variables inside lambdas. | Bulgakov Alexander | |
2016-06-27 | always 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-11 | Merge pull request #1053 from marthagenaars/master | Roel Spilker | |
Update instructions for using lombok with ecj and Maven | |||
2016-05-06 | Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103] | Thomas Darimont | |
2016-03-17 | Update instructions for using lombok with ecj and Maven | Mart Hagenaars | |