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

Using mapstruct and lombok together #1149

Open
ImSejin opened this issue Jul 30, 2020 · 2 comments
Open

Using mapstruct and lombok together #1149

ImSejin opened this issue Jul 30, 2020 · 2 comments
Labels

Comments

@ImSejin
Copy link

ImSejin commented Jul 30, 2020

I have made java app that needs DTO mapper with groovy + lombok
and introduce mapstruct, but it don't generate mapper impl.

Solving this problem, I find this discussion #874 .

Still not fix the bug?


  • java version: 1.8
  • lombok version: 1.18.12
  • mapstruct version: 1.3.1.Final
  • groovy-eclipse-complier version: 3.6.0-03
@eric-milles
Copy link
Member

Does your codebase use Groovy and Lombok+Mapstruct in the same source tree? There is a two-phase compilation solution when main sources use Lombok+Mapstruct and test sources use Groovy.

@ImSejin
Copy link
Author

ImSejin commented Jul 31, 2020

In main source, I use lombok, mapstruct and "groovy" too.
Is there solution?

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

No branches or pull requests

2 participants