influxdb-bundle
influxdb-bundle copied to clipboard
Symfony 7 support
Symfony 7 support will be more tricky because of the removal of the container aware trait.
It make the needed refactor a bit more complex because of the called of services named "on the fly" like this: https://github.com/Algatux/influxdb-bundle/blob/aa233120cad400d41c1d0b639c8318395e29e89b/src/Command/AbstractConnectionCommand.php#L42-L43
I'll update this MR for Symfony 6 support only in order to have a quick release and support LTS.
Symfony 7 support will be the object of a separated work.
Originally posted by @soullivaneuh in https://github.com/Algatux/influxdb-bundle/issues/102#issuecomment-1954589908