Benjamin Ganley
Benjamin Ganley
Hi @gregturn, following up to see if you've had a moment to check out my reproducer for this issue? https://github.com/william00179/spring-data-reproducer-2756 The fix (seems) to be quite simple but I've not...
Hi @dapriett, Unfortunately the only workaround I've found thus far is to make the patches above to spring data jpa and used a forked version of the library.
Hi Greg, Unfortunately it's a complicated dynamic query, if I could have done it with @Query I certainly would have. Basically, the only change required to make it work in...
This issue doesn't seem to be happening in Spring Boot 3.4.2 / Hibernate 6.4.4. @christophstrobl I would think switching from join to fetch in all cases would lead to a...
Yes sorry I do mean 3.2.4, I transposed the numbers. While we no longer get the error in this version, we do still see the same table being joined twice...
We have experienced this same issue when upgrading to 1.7.0 via helm. Existing pods using EFS all started to fail in accessing their EFS volumes and new pods coming up...