Christoph Strobl

Results 339 comments of Christoph Strobl

Thanks for bringing this to our attention. To address this issue we require changes in data-commons that will likely not be resolved prior to the next major data release that...

@sdeleuze The `ClasspathScanningPersistenceUnitPostProcessor` is about to be deprecated in Spring Data. This issue seems to be better solved for `DefaultPersistenceUnitManager` which does also use the components index (`scanPackage(...)`) to identify...

If you'd like us to spend some time investigating, please take the time to provide a complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example) (something that we can unzip or git clone, build, and deploy)...

If you'd like us to spend some time investigating, please take the time to provide a complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example) (something that we can unzip or git clone, build, and deploy)...

Which version are you using? It would be great if you could please take the time to provide a complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example) (something that we can unzip or git clone,...

Sorry for long silence - good catch! Thank you for the reproducer!

My bad, could have spotted this earlier. `Criteria` is intended to operate upon the java domain model which is using `_favorites`. Therefore `where("user._favorites")...` will allow property path resolution.

It would be great to have a [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example) (something that we can unzip or git clone, build, and deploy) that reproduces the problem.