When using MapStruct to map between two objects, the generated implementation should initialize all fields in the target object to their default values (e.g., null for objects) even if the fields in ...
Camel Quarkus could do build time optimization as we in the default implementation does classpath scanning to find mapstruct Mapper interfaces. https://github.com ...