spring-projects / spring-aot-smoke-tests

Smoke tests for Spring's AOT and native support

Home Page:https://spring-team-aot-smoke-tests-dashboard.azuremicroservices.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wilkinsona opened this issue · comments

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