spring-boot/spring-boot-project/spring-boot-autoconfigure
Scott Frederick b7fdf8fe87 Preserve user-provided values in MongoClientSettings
Prior to this commit, values from MongoProperties would always
overwrite matching fields in MongoClientSettings. This commit
preserves all values in MongoClientSettings if the client app
provides the MongoClientSettings bean, and only overwrites from
MongoProperties if no MongoClientSettings bean is provided.

Fixes gh-22321
2020-08-17 16:07:40 -05:00
..
src Preserve user-provided values in MongoClientSettings 2020-08-17 16:07:40 -05:00
build.gradle Upgrade to Mockito 3.4.6 2020-08-10 15:22:03 +01:00