You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Madhura Bhave 4fee54cf24 Expose a TestDispatcherServlet bean in the MockMvcAutoConfiguration
This commit also contains changes to `ServletContextInitializerBeans`.
`ServletContextInitializerBeans` can now be configured to only look
for specific ServletContextInitializer subclasses, defaulting to
ServletContextIntializer.class. `SpringBootMockMvcBuilderCustomizer`
only cares about filters so it was unnecessary to look for all
`ServletContextInitializer`s. Additionally, adapting `Servlet` beans
caused a cycle once the `DispatcherServlet` bean was added and the
customizer only needs to adapt `Filter` beans.

Closes gh-13241
6 years ago
..
spring-boot Expose a TestDispatcherServlet bean in the MockMvcAutoConfiguration 6 years ago
spring-boot-actuator Merge branch '2.0.x' 6 years ago
spring-boot-actuator-autoconfigure Merge branch '2.0.x' 6 years ago
spring-boot-autoconfigure Merge branch '2.0.x' 6 years ago
spring-boot-cli Polish 7 years ago
spring-boot-dependencies Merge branch '2.0.x' 6 years ago
spring-boot-devtools Merge branch '2.0.x' 6 years ago
spring-boot-docs Merge branch '2.0.x' 6 years ago
spring-boot-parent Merge branch '2.0.x' 7 years ago
spring-boot-properties-migrator Polish ternary expressions 7 years ago
spring-boot-starters Polish "Add reference to structurizr starter" 6 years ago
spring-boot-test Annotate our test annotations with @ExtendWith(SpringExtension.class) 6 years ago
spring-boot-test-autoconfigure Expose a TestDispatcherServlet bean in the MockMvcAutoConfiguration 6 years ago
spring-boot-tools Merge branch '2.0.x' 6 years ago
pom.xml