Oliver Erhart

Results 67 comments of Oliver Erhart

@filiphr Sorry for the wall of text 🙈 I made good progress but then I confused myself with the conversion of `Map` to `Map` Let's say, we have a map...

> This would be a breaking change, so perhaps something for 1.7. What do you think @thunderhook and @Zegveld? Doing it like this would also cover some of the unexpected...

This could also be handled with a condition when we tackle: * #1610

Would you be so kind and edit your example and add method declaration? ```java @Mapping(target = "details.type", conditionExpression = "java(dto.getDifferentType() == DifferentType.TYPE_1)") public ... // this line ``` Without it,...

@YaraslauBarysenka could you please provide more output from maven or share an example project? As it is now, we have a hard time looking at it without a reproducer.

> But having said it's quite reasonable to assume that a bean consists out of properties that are immutable (builder) and mutable (setter). I don't think we can handle that...

Hi @ovaso! I could reproduce this by creating a new project with your `pom.xml`. The code completion did not work because there were IDE compile errors in `UserDomain` and `UserVO`...

No problem, I'm happy to help. That's interesting, so it seems that only the autocomplete is broken. I could not find your actual Intellij version in the first log you...