Commit 13ceea5b authored by Dave Syer's avatar Dave Syer

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.
parent 52e8ad4b
...@@ -21,7 +21,6 @@ import javax.servlet.ServletContext; ...@@ -21,7 +21,6 @@ import javax.servlet.ServletContext;
import org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean; import org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean;
import org.springframework.boot.web.servlet.ServletContextInitializer; 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+ * A {@link ServletContextInitializer} to register {@link Filter}s in a Servlet 3.0+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment