mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Since Servlet.fn support has been added in Spring Framework, new infrastructure beans (like `HandlerAdapter` and `HandlerMapping`) have been added. This commit adapts the Spring MVC auto-configuration tests to reflect those changes.