-
-
Notifications
You must be signed in to change notification settings - Fork 956
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
Fluent setters on fields with names starting with set are not working #1799
Comments
Thanks for raising this issue @OhDearMoshe. This is certainly a bug and we would try to fix it asap. In case you have some time and are wiling to play a bit with the MapStruct codebase you could help out with a contribution 😉. We would of course guide you |
Hi guys. Could you please review #1810. |
@filiphr Could you please comment on this item? No pushing, just want to close my internal gestalt :). Thanks |
any news, gentlemen? |
guys, could someone comment on this item please. |
I reviewed the PR @msymonov, sorry for taking such a long time. |
Below config worked fine for me
|
It seems in version MapStruct 1.3.0-Final theres an issue with builders and fields that begin with the word set such as settlement or setup.
Example (with lombok)
Source:
Target:
Neither of these fields are mapped. But I did get it to work by adding
The text was updated successfully, but these errors were encountered: