Spring Projects Issues
Spring Projects Issues
**[Michał Winiarski](https://jira.spring.io/secure/ViewProfile.jspa?name=winiarski)** commented [Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de) It's related to these changes - https://github.com/spring-projects/spring-data-jpa/commit/44b839ff88bd457412ab2885dcad7df06ee51f81#diff-b23bd4fdc1c19109c8f6830041fdc651
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented I tried to create a reproducer for this issue but failed https://github.com/schauder/issue-DATAJPA-1659. Please provide a reproducer or a PR to my attempt
**[Michał Winiarski](https://jira.spring.io/secure/ViewProfile.jspa?name=winiarski)** commented Thanks for quick reply. I tried to push my code to new branch but it seems I don't have permissions to do that. I reproduced the issue...
**[Michał Winiarski](https://jira.spring.io/secure/ViewProfile.jspa?name=winiarski)** commented Feedback in the comment
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented As to making your code or changes available: Just fork the repository and work on your copy. You could then also create a pull request
**[Michał Winiarski](https://jira.spring.io/secure/ViewProfile.jspa?name=winiarski)** commented I pushed changes to https://github.com/michalwiniarski/issue-DATAJPA-1659
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented Oh joys of lazy loading! This is what I think is going on: Since `B` is referenced by `A` and `A` gets loaded by the `deleteAll` a...
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented It seems like making the field more accessible solves the problem as well. The problem here is that not just the delete is broken, but the whole...
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented I have a PR in the working. The basic thing works, including unit tests, but I have a couple of questions: 1. I'm not sure if `NULLS...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented I am kind of torn on this one (and propbably should've expressed that earlier). The reason for that is while we could probably rely on the persistence...