schmittjoh / JMSSerializerBundle

Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)
http://jmsyst.com/bundles/JMSSerializerBundle
MIT License
1.8k stars 311 forks source link

Non-existent service "jms_serializer.metadata.typed_properties_driver.inner" #860

Open titospeakap opened 2 years ago

titospeakap commented 2 years ago
Q A
Bug report? yes
Feature request? no
BC Break report? yes
RFC? no

Steps required to reproduce the problem

Install the bundle version 3.6+ (not inclusive) on a Symfony 4.4 project without any custom configuration

Expected Result

No errors when executing a symfony command (php bin/console)

Actual Result

I get error message

In CheckExceptionOnInvalidReferenceBehaviorPass.php line 86:

  The service "jms_serializer.metadata.typed_properties_driver" has a dependency on a non-existent service "jms_serializer.metadata.typed_properties_driver.inner".
goetas commented 2 years ago

which php version are you running?

titospeakap commented 2 years ago

which php version are you running?

php 7.2

codegrapple commented 2 years ago

Works up to 3.8.* inclusive