Files
spring-data-mongodb/pom.xml
Christoph Strobl bce85c4419 Assert compatibility with MongoDB Driver 5.
We now are compatible with MongoDB driver versions 4 and 5. Driver versions can be interchanged and our adapter bridges changed methods via reflection. Usage of removed functionality is either ignored or fails with an exception.

Original pull request: #4624
Closes: #4578
2024-01-26 14:35:12 +01:00

4.5 KiB