doctrine / DoctrineMongoODMModule

Laminas Module for Doctrine MongoDB ODM
https://www.doctrine-project.org/projects/doctrine-mongo-odm-module.html
MIT License
83 stars 87 forks source link

Deprecate `createService()` methods as laminas-servicemanager 3.x is already required #245

Closed driehle closed 2 years ago

driehle commented 3 years ago

See https://github.com/doctrine/DoctrineORMModule/pull/687, the same needs to be done for this module. All factories should be checked for the existence of createService() and if there is such method, it should be marked deprecated as such:

    /**
     * @deprecated 3.1.0 With laminas-servicemanager v3 this method is obsolete and will be removed in 4.0.0.
     */