Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation notices in symfony 2.8 #218

Closed
mmucklo opened this issue Jan 30, 2016 · 1 comment
Closed

Deprecation notices in symfony 2.8 #218

mmucklo opened this issue Jan 30, 2016 · 1 comment

Comments

@mmucklo
Copy link

mmucklo commented Jan 30, 2016

I'm getting some deprecation notices in symfony 2.8.2 and Twig 1.23.3

Using an instance of "Twig_Filter_Method" for filter "craue_removeDynamicStepNavigationParameter" is deprecated since version 1.21. Use Twig_SimpleFilter instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The Twig_Function_Method class is deprecated since version 1.12 and will be removed in 2.0. Use Twig_SimpleFunction instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The Twig_Function class is deprecated since version 1.12 and will be removed in 2.0. Use Twig_SimpleFunction instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

Using an instance of "Twig_Function_Method" for function "craue_isStepLinkable" is deprecated since version 1.21. Use Twig_SimpleFunction instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

Using an instance of "Twig_Filter_Method" for filter "craue_addDynamicStepNavigationParameter" is deprecated since version 1.21. Use Twig_SimpleFilter instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The Twig_Filter class is deprecated since version 1.12 and will be removed in 2.0. Use Twig_SimpleFilter instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The "scope" attribute of service "craue.form.flow" in file "/Users/mmucklo/src/bigfoot/vendor/craue/formflow-bundle/Craue/FormFlowBundle/DependencyInjection/../Resources/config/form_flow.xml" is deprecated since version 2.8 and will be removed in 3.0: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The alias option of the form.type_extension tag of service "craue.form.flow.form_extension" is deprecated since version 2.8 and will be removed in 3.0. Use the extended_type option instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The alias option of the form.type_extension tag of service "craue.form.flow.step_field_extension" is deprecated since version 2.8 and will be removed in 3.0. Use the extended_type option instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The Twig_Filter_Method class is deprecated since version 1.12 and will be removed in 2.0. Use Twig_SimpleFilter instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The "scope" attribute of service "craue.form.flow.storage_default" in file "/Users/mmucklo/src/bigfoot/vendor/craue/formflow-bundle/Craue/FormFlowBundle/DependencyInjection/../Resources/config/form_flow.xml" is deprecated since version 2.8 and will be removed in 3.0: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller
The alias option of the form.type_extension tag of service "craue.form.flow.step_field_extension" is deprecated since version 2.8 and will be removed in 3.0. Use the extended_type option instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The alias option of the form.type_extension tag of service "craue.form.flow.form_extension" is deprecated since version 2.8 and will be removed in 3.0. Use the extended_type option instead: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The "scope" attribute of service "craue.form.flow" in file "/Users/mmucklo/src/bigfoot/vendor/craue/formflow-bundle/Craue/FormFlowBundle/DependencyInjection/../Resources/config/form_flow.xml" is deprecated since version 2.8 and will be removed in 3.0: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

The "scope" attribute of service "craue.form.flow.storage_default" in file "/Users/mmucklo/src/bigfoot/vendor/craue/formflow-bundle/Craue/FormFlowBundle/DependencyInjection/../Resources/config/form_flow.xml" is deprecated since version 2.8 and will be removed in 3.0: 1x
    1x in DefaultControllerTest::testIndex from Tests\AppBundle\Controller

Any chance these could get fixed?

Thanks,

--Matt

@craue
Copy link
Owner

craue commented Jan 30, 2016

Most deprecation notices will be gone when using 2.1.9, due to #205. The scope-related ones are removed in #184, so you'd need to upgrade to 3.0.x-dev if you want to get rid of all deprecation notices.

@craue craue closed this as completed Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants