Filip Hrisafov

Results 830 comments of Filip Hrisafov

Just to add some more info. In the `@Named` methods we would support passing additional parameters such as the source, `@TargetPropertyName`, `@MappingTarget`, etc. similar to what we support for the...

Yes indeed, the `@Context` should be passed down

Cool thanks @mipo256. Take your time. If you need any help please let us know.

@atgomes the use of `source = "."` has never been officially supported and might have worked by accident. If you want to use the source parameter then you should give...

Thanks for the detailed report @nikolaizhnikolov. This works as designed. In the documentation about the `InheritConfiguration` we say >can be inherited from one mapping method to a **similar** method using...

> I went to the annotation processor and tried adding a new validation rule that would log an error if the parameters are not "similar" I don't think that you...

@tbadalov that's controlled by the `NullValueMappingStrategy` if you want to return an instance when the source object is `null` then you should use `NullValueMappingStrategy#RETURN_DEFAULT`

@jvandepi if you started seeing the problem after an IntelliJ update then this to me looks like an IntelliJ bug not a MapStruct one. MapStruct is nothing more than a...

Thanks for the PR @nikolaizhnikolov. I see that you didn't write any tests for this. Can you please do that?

This to me looks similar to what I said in https://github.com/mapstruct/mapstruct/issues/3879#issuecomment-2973039591. It feels like a bug in the IDE. MapStruct is an annotation processor which gets invoked by the compiler....