Files
spring-boot/spring-boot-project
Mark Paluch b97892ff88 Fix use of deprecated Mongo API
We now use com.mongodb.MongoClientSettings to configure the reactive
MongoDB driver. This is a breaking change as
MongoClientSettingsBuilderCustomizer and user-provided
MongoClientSettings beans referenced the package the settings type
from com.mongodb.async.client.

MongoClient.getSettings() is deprecated and still in use within tests
until a replacement is available.

See gh-14318
2018-09-06 16:44:55 +02:00
..
2018-09-05 13:39:51 +02:00
2018-09-04 16:25:17 -07:00
2018-09-05 13:43:16 -07:00
2018-09-06 13:11:50 +01:00