-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Milestone
Description
It is currently not clear if Lombok @SuperBuilder is supported by MapStruct (see mapstruct/mapstruct-idea#159 (comment)). It may work by accident.
We're using it extensively in our company code. So it is critical for us to know if we should disable our builders or maybe even need to redesign our domain objects.
Therefore I want to provide a set of integration tests to show that it works.
If it has been proven, we can look at the following tickets:
- Code completion doesn't work with lombok @SuperBuilder annotation mapstruct-idea#159 (comment)
- respectively this PR: #159 support fluent setters with super types (e.g. lomboks @SuperBuilder) mapstruct-idea#161
@filiphr Does that sound okay to you?