Using Spring Boot 3.1.5 version @MockBean annotation works charming, however after trying Spring Boot 3.2.0-SNAPSHOT - without any code change, looks like it stopped working as it not mocking @Autowired objects anymore.
It looks like it affects FeignClients classes (annotated by @FeignClient).
Is this a known issue?
Let me know if you have any question.
Using Spring Boot 3.1.5 version
@MockBeanannotation works charming, however after trying Spring Boot 3.2.0-SNAPSHOT - without any code change, looks like it stopped working as it not mocking@Autowiredobjects anymore.It looks like it affects FeignClients classes (annotated by
@FeignClient).Is this a known issue?
Let me know if you have any question.