Releases: schmittjoh/JMSDiExtraBundle
Releases · schmittjoh/JMSDiExtraBundle
1.9.2: Solves #298 (#299)
* Solves #298 Solves: User Deprecated: The "doctrine.orm.default_entity_manager" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. This warning is caused by the JMSDIExtraBundle proxy replacing the Doctrine Service. JMSDIExtraBundle, does not properly preserve the service visibility when overwriting the service. * Compatibility with older SF versions Method isPrivate don't exist in Symfony\Component\DependencyInjection\DefinitionDecorator in versions prior to 2.3 * Compatibility with older SF versions Method isPrivate don't exist in Symfony\Component\DependencyInjection\DefinitionDecorator in versions prior to 2.3 * Compatibility with older SF versions Method isPrivate don't exist in Symfony\Component\DependencyInjection\DefinitionDecorator in versions prior to 2.3
1.9.1: Upgrade to SF3.4 (#297)
* Upgrade to SF3.4 Make service public to remove deprecated in "jms_di_extra.metadata_driver". * Upgrade to SF3.4 Make services public to remove deprecated in "jms_di_extra.metadata.metadata_factory" and "jms_di_extra.metadata.converter".
1.9.0: Merge pull request #289 from greg0ire/improve-travis-build
1.8.2: Merge pull request #271 from Padam87/fix-isfresh
Fixed ServiceFilesResource pattern finder
1.8.1: Merge pull request #260 from pink6440/patch-1
Update MetadataConverter.php
Autowiring Support, Improved Inference for Parameter
improves inference of injected parameters If a scalar type hint is used on a parameter, this will change the inferred injection to a container parameter instead of a service. This is only available for PHP7.
Small fixes
Merge pull request #252 from schmittjoh/FORM Fix form types support
Symfony 3.0 support
1.7.0 Serialize/Unserialize ClassMetadata::$initMethods
Symfony 3.0 support
This a pre-release, please test it and comment this thread if you have any problem :-)