This really needs to be handled in the FeignClientFactoryBean class. Also it would be nice if Spring Cloud OpenFeign supplied a CompositeResponseMapper so that multiple ResponseMapper beans could be sourced, ordered and invoked in sequence. As a workaround I currently have this in my @FeignClien...
Describe the bug Describe the bug spring-boot 3.0.5 spring-cloud 2022.0.0 spring-cloud-alibaba 2022.0.0.0-RC1 openfeign 3.8.0 error stack [pool-5-thread-1] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context i...