Add a smoke test for ServletComponentScan with WebServlet, WebFilter, and WebListener
wilkinsona opened this issue · 2 comments
wilkinsona commented
Add a smoke test for ServletComponentScan with WebServlet, WebFilter, and WebListener
mhalbritter commented
The smoke test currently fails, as the @WebListener
annotated class is not registered automatically for reflection. I'll create an issue on the Boot tracker for it.
mhalbritter commented
Here's the issue on the Boot tracker: spring-projects/spring-boot#36008