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

[fixes #3116] Add multi round support for mapstruct #3744

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kanchev1
Copy link

Report to MapStruct that a type is completed when there aren't any Lombok annotations left on it. Lombok annotations are removed whenever a class is processed. This way, annotations which require multiple rounds to process are also correctly handled, and MapStruct processing will be delayed until Lombok completely finishes processing required types.

Fixes issues with e.g. @FieldNameConstants and @builder (see #3116)

@kanchev1 kanchev1 force-pushed the fix-lombok-mapstruct-binding-handling-multiple-processor-rounds branch from 6100989 to 61ea0de Compare September 11, 2024 04:45
@kanchev1 kanchev1 force-pushed the fix-lombok-mapstruct-binding-handling-multiple-processor-rounds branch from 61ea0de to 04c9755 Compare October 8, 2024 08:34
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

Successfully merging this pull request may close these issues.

1 participant