schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Get rid of JMSDI #457

Closed soullivaneuh closed 6 years ago

soullivaneuh commented 7 years ago

With SF 3.3, the new services system make JMSDi quite deprecated IMHO: http://symfony.com/doc/current/service_container/3.3-di-changes.html#controllers-are-registered-as-services

It would be great to remove the usage.

Plus, JMSDi is currently destroying this system by overriding the controller as a service system.