Antonio Pauletich
Antonio Pauletich
@kbond Is there anything left to be done before this can be merged? We are currently trying to migrate to Foundry but this is blocking us. As CommentFactory in our...
@kbond I've tried it out and for some reason I'm still getting the same old/wrong behavior even though I can see that the new `$value = new ArrayCollection($value);` code path...
Ok, found the issue. Removing the cascade persist "fixes" the issue. So if I change my mapping to this it works as expected: ```php /** * @ORM\OneToMany(targetEntity="Comment", mappedBy="post", orphanRemoval=true, fetch="EXTRA_LAZY")...
@Ocramius Not sure why this issue was closed as it is still present/not fixed. I've just run into the same issue as the author of this issue during the generation...
@nicolas-grekas We are not using both on the same class. Only proxy manager is being used on that class. We are using Symfony 5.4 in the app, but we have...
@nicolas-grekas :+1: I'll try to create a reproducer soon.
@nicolas-grekas Here's a reproducer https://github.com/X-Coder264/proxy-reproducer-bug It blows up when the repository service is fetched from the container. In our case that happens during the `cache:clear` command (as one of the...
MySQL 5.7 was released in 2015 so we are talking about a 8 year old release and as such I don't see anything aggressive about dropping such an old version...