You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I have overlooked something, I think we may have missed some changes when determining the scope of #11574.
MongoProperties in org.springframework.boot.autoconfigure.mongo has the prefix spring.data.mongodb but its settings are applied by MongoAutoConfiguration which does not depend on Spring Data. The prefix should be changed to spring.mongodb.
We should review the other stores as well.
The text was updated successfully, but these errors were encountered:
Unless I have overlooked something, I think we may have missed some changes when determining the scope of #11574.
MongoProperties
inorg.springframework.boot.autoconfigure.mongo
has the prefixspring.data.mongodb
but its settings are applied byMongoAutoConfiguration
which does not depend on Spring Data. The prefix should be changed tospring.mongodb
.We should review the other stores as well.
The text was updated successfully, but these errors were encountered: