mapstruct / mapstruct.org

Web site of the MapStruct project
63 stars 40 forks source link

Add information about Lombok Mapstruct Binding Module to Mapstruct documentation #113

Closed ugrave closed 3 years ago

ugrave commented 3 years ago

New Lombok Version 1.18.16. has a new module lombok-mapstruct-binding which made @Builder working again in my project.

Could be helpfull to add this information als to the mapstruct documentation. Its only an information on the lombok release notes page for 1.18.6 (https://projectlombok.org/changelog).

Without this module Lombok 1.18.6 and Mapstruct 1.4.1 does not work in my project setup.

filiphr commented 3 years ago

I think that adding it to current FAQ for MapStruct and Lombok on our website is the place place to add it. (https://mapstruct.org/faq/#Can-I-use-MapStruct-together-with-Project-Lombok).

This is in https://github.com/mapstruct/mapstruct.org/blob/master/content/faq/_index.md.

Would you like to provide a PR to improve this FAQ @ugrave?