Jens Schauder
Jens Schauder
This issue tracker is for bug reports and feature/improvement requests for Spring Data JPA. This question is more of a usage questions. Those should be asked at Stackoverflow and probably...
Ok, if you have complete reproducer, if possible without inheritance and Kotlin, I'll take a look.
Have a good night. > not really a full project, it's part of our monorepo, so you'd have to set up libs.versions.toml and settings.gradle.kts appropriately. I'll need a reproducer that...
I tried to look into this. Your sample only demonstrates the failing case, not the not failing one. So I'm not sure which versions I should compare. The build does...
Please provide a [Minimimal Reproducable Example](https://stackoverflow.com/help/minimal-reproducible-example), preferable as a Github repository. Make sure to include the database, either as an in memory database or if that is not possible using...
I'm highly sceptical of this since it seems likely to open us up to SQL injection. https://xkcd.com/327/
> Environment is determined by the application developer That is exactly the problem. A developer can use any variable and sooner than later will use untrusted data. And since bind...
> If it is because the environment variable is set by the developer, then the https://github.com/table can also be set by the developer and becomes a point of existence for...
We came up with this plan: Have SpEL support for names provided in `@Table` and `@Column` annotations but run the results through a sanitizer. The sanitizer will be a bean...
The feature should also apply to reference and key columns specified via `@MappedCollection`