spring-boot/module/spring-boot-data-mongodb
Andy Wilkinson 8d2c090af8 Move MongoDB health support into spring-boot-mongodb
Previously the MongoDB health indicates used Spring Data's templates
(imperative and reactive) to access MongoDB. This prevented health
information from being available in apps using Mongo's Java Driver
directly.

This commit updates the health indicates so that they no longer
depend upon Spring Data MongoDB and instead using MongoDB's Java
Driver directly. As they no longer depend on Spring Data MongoDB,
the indicators have also moved from spring-boot-data-mongodb to
spring-boot-mongodb.

Closes gh-47051
2025-09-05 15:07:52 +01:00
..
src Move MongoDB health support into spring-boot-mongodb 2025-09-05 15:07:52 +01:00
build.gradle Move MongoDB health support into spring-boot-mongodb 2025-09-05 15:07:52 +01:00