spring-projects/spring-aot-smoke-tests

Add a smoke test for ServletComponentScan with WebServlet, WebFilter, and WebListener

wilkinsona opened this issue · 2 comments

Add a smoke test for ServletComponentScan with WebServlet, WebFilter, and WebListener

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.

Here's the issue on the Boot tracker: spring-projects/spring-boot#36008