Jonas Bark
11/12/2020, 9:09 PMclass reactor.core.publisher.MonoOnErrorResume cannot be cast to class org.springframework.web.servlet.function.ServerResponse (reactor.core.publisher.MonoOnErrorResume and org.springframework.web.servlet.function.ServerResponse are in unnamed module of loader ‘app’)Anyone else got this during unit tests when using runBlocking after updating to Spring Boot 2.4.0? I’m currently investigating why all tests fail once runBlocking is used.
Dariusz Kuc
11/12/2020, 9:16 PMJonas Bark
11/12/2020, 10:58 PMJonas Bark
11/13/2020, 12:31 PM