francisco-bru
francisco-bru
### Expected behavior In version 1.5.X given this mapper: ```java package org.foo; import org.mapstruct.Mapper; import org.mapstruct.Mapping; import java.util.List; import java.util.Map; @Mapper public interface MessageConsumerDetailsMapper { @Mapping(target = "username", source =...
After the change introduced in https://github.com/spring-cloud/spring-cloud-stream/commit/f259c557045c91abf813214f91a089d0a885a825, we have detected a change in behavior during the startup of Spring Boot applications. Prior to this change, when [refreshContext](https://github.com/spring-projects/spring-boot/blob/ff4889217c7f1229564a6e94560c05f43ab10b13/core/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java#L321) was executed in SpringApplication,...