Closed
Description
The Embedded Mongo project is introducing support for Spring Boot, including its own auto-configuration. To avoid a circular dependency between the two projects, we should remove our auto-configuration in favour of Embedded Mongo's. Alternatively, users should use Testcontainers which will provide them with a consistent mechanism for managing services used for integration testing.