Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@AllArgsConstructor(staticName = "of") - generated private ctor doesn't have @ConstructorProperties #1180

Closed
eeichinger opened this issue Aug 31, 2016 · 2 comments

Comments

@eeichinger
Copy link

eeichinger commented Aug 31, 2016

When setting "staticName", the generated private constructor doesn't get @ConstructorProperties annotation applied, which makes the use with Jackson hard

@djendroska
Copy link

djendroska commented Feb 15, 2017

I have the same issue, also when using Lombok with Jackson. The problem also appears when I use @Value(staticConstructor = "of") and @Data(staticConstructor = "of").

@rspilker
Copy link
Collaborator

Fixed in ae54fa5, will be in the next release, exepected winin a few hours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants