You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: