Liipimaginebundle: imagine-bundle configuration: "A tree builder without a root node is deprecated since Symfony 4.2"

Created on 18 Mar 2019  Â·  8Comments  Â·  Source: liip/LiipImagineBundle

Preconditions

Symfony 4.2 shows deprecated message in Symfony Profiler

A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.

caused in\vendor\liip\imagine-bundle\DependencyInjection\Configuration.php:48

Steps to reproduce

Symfony 4.2, open "Symfony Profiler" -> Log Messages -> Deprecations

Detailed output

A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
Hide context    Hide trace
[
  "exception" => SilencedErrorContext {#107 }
]
{
  C:\symfony-project\vendor\symfony\config\Definition\Builder\TreeBuilder.php:30 {}
  C:\symfony-project\vendor\liip\imagine-bundle\DependencyInjection\Configuration.php:48 {
    › {
    ›     $treeBuilder = new TreeBuilder();
    ›     $rootNode = $treeBuilder->root('liip_imagine', 'array');
  }
}

Most helpful comment

Push new release please. It's going to be a full year soon since the last one.

All 8 comments

This has been fixed in commit bf50bf9764b6c299fbd0af648671614e403a95c2

@robfrawley @maximgubar it would be nice to have a 2.1.1 release tagged from commit 164b4dd, what do you think?

Push new release please. It's going to be a full year soon since the last one.

any news on the release ?

I wonder if there are any maintainers here?

so do I ...

@lsmith77 I dont have time atm, could you ping liipers?

Thank for your work !

When you have a little time, it would be great to have a new version. 🥳🤗

we are trying to wrap up things and get a release out by the end of august. closing this issue as a duplicate of #1186

Was this page helpful?
0 / 5 - 0 ratings