Change InvocableHandlerMethod#invokeSuspendingFunction
return type to Object
#30716
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
In order to avoid potential compatibility issues when Reactive Streams dependency is not in the classpath (it is not a mandatory dependency of
spring-web
),org.springframework.web.method.support.InvocableHandlerMethod#invokeSuspendingFunction
(introduced by #27195) return value should be changed fromPublisher<?>
toObject
. It should be binary compatible.The text was updated successfully, but these errors were encountered: