Merge branch '6.0.x'
This commit is contained in:
@@ -26,7 +26,6 @@ import kotlin.reflect.KFunction;
|
||||
import kotlin.reflect.KParameter;
|
||||
import kotlin.reflect.jvm.KCallablesJvm;
|
||||
import kotlin.reflect.jvm.ReflectJvmMapping;
|
||||
import org.reactivestreams.Publisher;
|
||||
|
||||
import org.springframework.context.MessageSource;
|
||||
import org.springframework.core.CoroutinesUtils;
|
||||
@@ -287,7 +286,7 @@ public class InvocableHandlerMethod extends HandlerMethod {
|
||||
* instead.
|
||||
* @since 6.0
|
||||
*/
|
||||
protected Publisher<?> invokeSuspendingFunction(Method method, Object target, Object[] args) {
|
||||
protected Object invokeSuspendingFunction(Method method, Object target, Object[] args) {
|
||||
return CoroutinesUtils.invokeSuspendingFunction(method, target, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user