Remove deprecated classes and methods from early 5.0.x phase
This commit is contained in:
@@ -420,17 +420,6 @@ public class RequestMappingHandlerAdapter extends AbstractHandlerMethodAdapter
|
||||
this.deferredResultInterceptors = interceptors.toArray(new DeferredResultProcessingInterceptor[0]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Configure the registry for reactive library types to be supported as
|
||||
* return values from controller methods.
|
||||
* @since 5.0
|
||||
* @deprecated as of 5.0.5, in favor of {@link #setReactiveAdapterRegistry}
|
||||
*/
|
||||
@Deprecated
|
||||
public void setReactiveRegistry(ReactiveAdapterRegistry reactiveRegistry) {
|
||||
this.reactiveAdapterRegistry = reactiveRegistry;
|
||||
}
|
||||
|
||||
/**
|
||||
* Configure the registry for reactive library types to be supported as
|
||||
* return values from controller methods.
|
||||
|
||||
Reference in New Issue
Block a user