Skip to content

Remove support for Embedded Mongo in favour of its new built-in Spring Boot support #30863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wilkinsona opened this issue May 4, 2022 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

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.

@wilkinsona wilkinsona added the type: enhancement A general enhancement label May 4, 2022
@wilkinsona wilkinsona added this to the 3.0.x milestone May 4, 2022
@scottfrederick scottfrederick self-assigned this May 4, 2022
@scottfrederick scottfrederick modified the milestones: 3.0.x, 3.0.0-M3 May 6, 2022
gregturn added a commit to spring-projects/spring-session that referenced this issue May 13, 2022
rwinch pushed a commit to spring-projects/spring-session that referenced this issue May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants