JMSDiExtraBundle
JMSDiExtraBundle copied to clipboard
[suggestion] Moving the LazyServiceMap and Sequence to a different package
Currently, JMSSerializerBundle depends on this bundle only to use these lazy collections and the associated compiler passes registering them. But this implies that it inherits a dependency on JMSAopBundle and CG. And any other bundle wanting to reuse them would face the same.
what do you think about moving them to a separate package (which would not even need to be a bundle btw) ?
another option is just to duplicate the code but the dependency is just way too heavy for the amount of code actually used.