Closed
Description
Spring Cloud version "Hoxton.SR9"
Under some condition deadlock happens with Openfeign + deferred JPA repository. I can reproduce the case only in tests.
I created a simple project to reproduce the problem: https://github.com/michaldo/feign-jpa-deffered-deadlock
I think the same case is reported on https://stackoverflow.com/questions/65078382/spring-boot-context-load-test-hangs
I guess the reason is that FeignClientFactoryBean
does not extend AbstractFactoryBean