Filip Hrisafov
Filip Hrisafov
@nomoreFt I checkout out your project and I cannot build it. When I try to build it I get: ``` FAILURE: Build failed with an exception. * What went wrong:...
I think that the best solution would be to completely not allow the use of `source="."` and have a compile error if it is being used even with a single...
>Please help by providing what should be the better alternate way to do this? Is it? @zyberzebra already provided a nice example for this. Thanks @zyberzebra. >If yes, how do...
Thanks for the tests @RichMacDonald. We'll look into it
@Obolrom do you already have some ideas about the bug fix or do you need me to have a look at it as well?
@Obolrom, I believe that it is somewhere in the `BeanMappingMethos.Builder#createSubclassMapping`. Or more specifically in `forgeSubclassMapping`. I think that we are not passing all the information from the `BeanMapping` into the...
@Obolrom did my hint help you out a bit? If not, I'll take over and do the fix.
Thanks @Obolrom and @thunderhook for working on this. @thunderhook I was not too happy with the fix. I changed it a bit. Have a look at how it looks like,...
@helmutheinz, which things are needed from MapStruct in a runtime image? MapStruct is an annotation processor, which generates code. On the runtime, the only thing that might be needed is...
Thanks for the detailed example @rgcv. This is a bit tricker to do. Especially if you take into consideration that `@AnnotateWith` can be used to provide a name for the...