Some things to document (there may be more):
- The new
-testmodules - The other new modules that don't follow the
-testpattern:spring-boot-restdocsspring-boot-resttestclientspring-boot-webtestclient
- The new
starter-…-testmodules spring-boot-starter-test-classicorg.springframework.boot.test.context.PropertyMapping.Skipas noticed by @fmbenhassine- Need of an explicit signal to configure MockMvc or an HTTP client with
@SpringBootTest
Comment From: ryanjbaxter
I would add the need for @AutoConfigureTestRestTemplate and @AutoConfigureWebTestClient to the list as well
Comment From: wilkinsona
That's "Need of an explicit signal to configure MockMvc or an HTTP client with @SpringBootTest" in the list above.