mapstruct-idea icon indicating copy to clipboard operation
mapstruct-idea copied to clipboard

Support fields that are written in the `@Ignored` annotation in the `UnmappedTargetPropertiesInspection`

Open thunderhook opened this issue 6 months ago • 0 comments

With MapStruct 1.7.0 it is possible to provide ignored arguments with the new annotation @Ignored:

  • https://github.com/mapstruct/mapstruct/issues/1958

The UnmappedTargetPropertiesInspection needs to consider them, else we would get false warnings.

This can already be implemented before 1.7.0 is released.

thunderhook avatar Jul 20 '25 12:07 thunderhook