Relative Content

Tag Archive for spring-bootmapstruct

MapStruct not inheriting

Have been using MapStruct version 1.3.3.Final and did not have an issue.
After changing to version 1.5.5.Final things start to fall apart.
Checked the generated implementation file after “mvn clean install” and realized that not all properties are inherited, could not figure out why or any pattern.