Consistent deprecation of outdated MVC infrastructure classes
Issue: SPR-14128
This commit is contained in:
@@ -26,7 +26,9 @@ import org.springframework.core.NestedRuntimeException;
|
||||
* @author Juergen Hoeller
|
||||
* @since 2.5.6
|
||||
* @see HandlerMethodInvoker#invokeHandlerMethod
|
||||
* @deprecated as of 4.3, in favor of the {@code HandlerMethod}-based MVC infrastructure
|
||||
*/
|
||||
@Deprecated
|
||||
@SuppressWarnings("serial")
|
||||
public class HandlerMethodInvocationException extends NestedRuntimeException {
|
||||
|
||||
|
||||
@@ -94,7 +94,9 @@ import org.springframework.web.multipart.MultipartRequest;
|
||||
* @author Arjen Poutsma
|
||||
* @since 2.5.2
|
||||
* @see #invokeHandlerMethod
|
||||
* @deprecated as of 4.3, in favor of the {@code HandlerMethod}-based MVC infrastructure
|
||||
*/
|
||||
@Deprecated
|
||||
public class HandlerMethodInvoker {
|
||||
|
||||
private static final String MODEL_KEY_PREFIX_STALE = SessionAttributeStore.class.getName() + ".STALE.";
|
||||
|
||||
@@ -48,7 +48,9 @@ import org.springframework.web.bind.annotation.SessionAttributes;
|
||||
* @see org.springframework.web.bind.annotation.InitBinder
|
||||
* @see org.springframework.web.bind.annotation.ModelAttribute
|
||||
* @see org.springframework.web.bind.annotation.SessionAttributes
|
||||
* @deprecated as of 4.3, in favor of the {@code HandlerMethod}-based MVC infrastructure
|
||||
*/
|
||||
@Deprecated
|
||||
public class HandlerMethodResolver {
|
||||
|
||||
private final Set<Method> handlerMethods = new LinkedHashSet<Method>();
|
||||
|
||||
Reference in New Issue
Block a user