symfony-cmf / media-bundle

UNMAINTAINED - Minimalistic interfaces to handle media in the context of the CMF
http://cmf.symfony.com/
30 stars 40 forks source link

remove some deprecation warnings #148

Closed dbu closed 8 years ago

dbu commented 8 years ago

@WouterJ is there a way to only see the deprecations about stuff inside this bundle, and not vendors? i ran the tests with SYMFONY_DEPRECATIONS_HELPER=strict and found some stuff, but now it seems most of the rest comes from jms serializer and other 3rd party things.

wouterj commented 8 years ago

@dbu sorry for ignoring this (I decided to click on "mark all notifications as read" a couple days ago...). No, it is not possible to show only deprecations of this bundle. I'll have a look at the remaining notices now

dbu commented 8 years ago

thanks. worst case we can simply switch back to weak and ignore the warnings for now, as things will work on symfony 2.8 - just not on 3.0

wouterj commented 8 years ago

Fixed some more deprecations and turned the mode to weak again. I don't think we should put more time into Symfony 3 support for 1.3 atm.

dbu commented 8 years ago

thanks!