Open
Description
After upgrading feign-core dependency to version > 12.4, the fallback logic stopped working.
The flow does not seem to go in the fallback logic in case of any error, and directly throws the exception for the feign call.
This is happening in a project with Java 21, Spring Boot 3.2.5, and Virtual threads enabled.