spring-boot/spring-boot-project/spring-boot-autoconfigure
Andy Wilkinson d051146eb4 Use Testcontainers instead on Embedded Mongo
We've seen some problems, particularly on CI, where Embedded Mongo
hangs while trying to start the Mongo process. To limit the problem,
this commit replaces the use of Embedded Mongo with Testcontainers
where we can, leaving Embedded Mongo in use only where we're
specifically testing our Embedded Mongo support.

Closes gh-28843
2022-01-14 15:48:31 +00:00
..
src Use Testcontainers instead on Embedded Mongo 2022-01-14 15:48:31 +00:00
build.gradle Merge branch '2.4.x' into 2.5.x 2021-11-12 20:31:25 +00:00