Fix binary compatibility issue
Existing apps get a NoSuchMethodError before this change because they were compiled expecting a different signature for the deprecated FilterRegistrationBean constructor.
This commit is contained in:
@@ -21,7 +21,6 @@ import javax.servlet.ServletContext;
|
||||
|
||||
import org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean;
|
||||
import org.springframework.boot.web.servlet.ServletContextInitializer;
|
||||
import org.springframework.boot.web.servlet.ServletRegistrationBean;
|
||||
|
||||
/**
|
||||
* A {@link ServletContextInitializer} to register {@link Filter}s in a Servlet 3.0+
|
||||
|
||||
Reference in New Issue
Block a user