Comment From: john17797

What is the alternative class for CommonsMultipartResolver after this class has been removed?

Comment From: bclozel

You should use the StandardServletMultipartResolver instead now. This should be auto-configured by Spring Boot anyway. See the Spring Framework upgrade guide on that.