JMSDiExtraBundle icon indicating copy to clipboard operation
JMSDiExtraBundle copied to clipboard

[suggestion] Moving the LazyServiceMap and Sequence to a different package

Open stof opened this issue 12 years ago • 1 comments

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) ?

stof avatar Feb 22 '13 21:02 stof

another option is just to duplicate the code but the dependency is just way too heavy for the amount of code actually used.

lsmith77 avatar Jul 29 '13 09:07 lsmith77