Open
Description
Raman Gupta opened DATAMONGO-664 and commented
The GridFsTemplate
does not have any explicit logic/settings for WriteConcern
. Instead, it uses the write concern setting from the DB
object, which is created by the injected MongoDbFactory
. This reflects the way the underlying MongoDB java driver works (which seems strange, but oh well).
This behavior is somewhat surprising and should be prominent in the documentation and javadocs
Affects: 1.2.1