Alex Boyko
Alex Boyko
@mp911de My understanding is for the Cassandra case that if in the domain class i find a member of type `X` where `X` is annotated with `@org.springframework.data.cassandra.core.mapping.PrimaryKeyClass` then i can...
@mp911de Here is the **rewrite-spring** PR: https://github.com/openrewrite/rewrite-spring/pull/355 Please have a look at the test coverage. If there are more cases you might think of feel free to paste code snippets...
This is likely to be affected by the solution to #987
@mp911de i have added support for MongoDB id field name. The `id` field will be taken into account while looking for domain id type when `spring-data-mongodb-` JAR is detected on...
Should be fixed with 73b6c6b5b05979c64295d097cdb7d3c0d44819fa
I haven't looked at this for a while... but I vaguely recall hitting some kind of a problem that I wasn't able to resolve... I'd have to dig into it...
This is a Buildship issue. I've raised https://github.com/eclipse/buildship/issues/1221
Fixed with eb3d46d400fdb777f0d7ac4016ce065da4bd632b
It smells a lot like then m2e issue consequences in Eclipse: https://github.com/spring-projects/sts4/issues/929. Do you mind giving m2e latest snapshot a try? (M2E snapshot update site: https://download.eclipse.org/technology/m2e/snapshots/latest/) Might solve your issue....
@navy1978 it is on the Java launch config not on the spring boot launch config (perhaps we should have it on the spring boot launch tab as well). ![Screenshot 2024-02-16...