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:
parent
52e8ad4b6b
commit
13ceea5bba
|
|
@ -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+
|
||||
|
|
|
|||
Loading…
Reference in New Issue