linpeilie / mapstruct-plus

MapStruct Plus is an enhancement to the MapStruct framework. It can automatically generate the transformation operation between two classes through an annotation, omitting the operation of defining the interface of MapStruct, makes Java type conversion easy and elegant.
https://mapstruct.plus/
Apache License 2.0
263 stars 20 forks source link

v1.4.0 AutoMappings 生成同名 #80

Closed deng-cc closed 3 months ago

deng-cc commented 5 months ago

配置实体类如下 PixPin_2024-04-29_14-00-43 PixPin_2024-04-29_14-01-02

然后在1.3.5的表现正常,1.4.0时出现了错误,帮帮孩子😭

linpeilie commented 5 months ago

RaceEventExportVOFlatRaceEventExportVO 是父子类,1.4.0 后兼容了可以只配置父类,所有子类都生效的逻辑。但没有兼容同时配置的场景,下个版本修复下

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.