zhil
zhil
related symfony2 issue https://github.com/symfony/symfony/issues/23200
this issue looks like duplicate of https://github.com/schmittjoh/JMSDiExtraBundle/issues/282
@avalanche123 is this PR acceptable? Easy migration guide could save some time to other users.
@straube well, this PR is actually adding detailed migration guide, would be nice to include it :)
@thecatontheflat just wonder - does atlassian connect have hook for licence activation/deactivation? Right now we use this bundle for cloud application and we do not get "lic" flag in _GET...
@thecatontheflat > I think I was referring to connect_addon_disabled and connect_addon_enabled hooks. well, as I understand, enabling/disabling licence is actually not the same, as licence expiration. But I will test...
@thecatontheflat I will need to do some tests and check if enabled/disabled is the same as expired/active. If its the same - nullable boolean licenseEnabled would work If its not...
@trappar I have added WIP PR - please check https://github.com/trappar/AliceGenerator/pull/11 not sure about default value for maximumCollectionChilds. setting value would change current behavior, but probably it worth being changed.
@trappar using addPersistedObjectConstraint do not prevent large collections from being loaded. It create huge performance problem. Please check PR - I just created dump for few GB database with 40...
@trappar PR does not work correctly - generated yaml have null value for limited collections. Working on patch now.