Was there any change that could have lead to the bean for org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping not being produced anymore with Spring Boot 4.1.0, compared to earlier Spring Boot versions, when using the @WebFluxTest annotation? I could not find anything in the migration guides. I have a bean that depends on this bean, and with 4.1.0 I now get a NoSuchBeanDefinitionException.
Was there any change that could have lead to the bean for
org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMappingnot being produced anymore with Spring Boot 4.1.0, compared to earlier Spring Boot versions, when using the@WebFluxTestannotation? I could not find anything in the migration guides. I have a bean that depends on this bean, and with 4.1.0 I now get aNoSuchBeanDefinitionException.