doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
377 stars 231 forks source link

Remove deprecated configuration #819

Closed GromNaN closed 6 months ago

GromNaN commented 6 months ago
namespace removed replaced by
default_commit_options fsync j
default_commit_options safe w
connections.*.options fsync journal
connections.*.options slaveOkay readPreference
connections.*.options timeout connectTimeoutMS
connections.*.options wTimeout wTimeoutMS

Flagged as deprecated in https://github.com/doctrine/DoctrineMongoDBBundle/pull/820

franmomu commented 6 months ago

A reminder that when https://github.com/doctrine/DoctrineMongoDBBundle/pull/820 is merged in 5.0.x, we should remove the @group legacy from the test as well.

GromNaN commented 6 months ago

A reminder that when #820 is merged in 5.0.x, we should remove the @group legacy from the test as well.

Done, after rebase.