-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Support for Java 14+ records #99
Comments
Is the plugin development abandoned or will this feature be released? |
1 similar comment
Is the plugin development abandoned or will this feature be released? |
Perhaps #109 fixes this |
@JelleDekker-HeadFWD yes but it's not merged yet. And there is no activity. |
@fireRising and @Husan the plugin is not abandoned, it is only that the maintainers of MapStruct (myself included) are doing this in our free time and we don't always have time for everything. The PR is there and it will be merged and a release will be done soonish |
@filiphr Thanks, looking forward to the release😄 |
When using a java record as a source, the plugin displays a warning:
even though the mapstruct framework itself does successfully map the record fields.
Moreover, there is no code completion in the
source = ""
property of@Mapping
.Source code:
Successfully generated:
JDK: 17
Mapstruct version: 1.4.2.Final
IntelliJ Idea version: 2022.1 (Ultimate Edition)
MapStruct Support Idea version: 1.3.1
The text was updated successfully, but these errors were encountered: