Oliver Erhart
Oliver Erhart
Hi @twallmey Could you please try to narrow the problem down or provide more code? I could not reproduce this with the following code: ```java import org.mapstruct.Mapper; import org.mapstruct.MapperConfig; import...
Just copying your code in a separate comment since github doesn't let me format your comment accordingly. ```java @Mapper( config = MapstructConfig.class, componentModel = MappingConstants.ComponentModel.DEFAULT ) public interface ProductGroupMapperPhysical extends...
Sorry, I haven't had time to reproduce this with the code you provided. `Type parameter 'org.example._3611.ProductGroupV2' is not within its bound; should extend 'org.example._3611.XKBObject'` Perhaps you could try renaming some...
Thanks for the code, I've worked out a minimal reproducer. I don't have time to investigate it at the moment, so if anyone wants to have a look, feel free....