Anton Ivanov
Anton Ivanov
Easy fix is to [ignore](https://mapstruct.org/documentation/stable/api/org/mapstruct/Mapping.html#ignore--) copy "property": ```kotlin @Mapper interface SomeMapper { @Mapping(target = "copy", ignore = true) fun toDto(src: Src): Dto } ``` This is nevertheless misleading.
What about `CoroutineApplicationEventPublisher` and `@EventListener`? AFAIK, Spring still does not offer same functionality out of the box.
Hello! Same question in 2022 :smile:
Hi there! I want to make my first time contribution to the project by writing unit tests for `marshalls.h` functions. This one has not been covered yet, has it?
> Nobody has started work on testing Marshalls yet, but I haven't been able to access that class from C++ since it's mostly intended to be used from GDScript. It...
Hey, everyone! Gonna add a few more tests for `Object` class.
Do you think it makes sense to try to write unit tests for Mono-related classes like `CSharpLanguage`, `CSharpScript`, etc.?