You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: composite PKs , QBE for EntityStreams Test (#534)
* feature: implement support for composite IDs using @IdClass
* release 0.9.8-SNAPSHOT
* dependencies: move up to Spring Boot/SDR 3.3.7
* feature: add repository methods to get Redis key from an entity (getKeyFor)
* test: add tests for QBE with EntityStreams
* test: add test String interpolation of params in EntityStream aggregations
> Check below if using Redis OM Spring version greater than `0.9.7`
411
+
> Check below if using Redis OM Spring version greater than `0.9.8-SNAPSHOT`
412
412
> ⚠️ Redis OM Spring versions greater than `v0.9.1` require the addition
413
413
of the [**Spring Milestone Repository**](https://repo.spring.io/milestone) to account
414
414
for the recent integration with the [**Spring AI**](https://docs.spring.io/spring-ai/reference/) project. When Spring AI `v1.0.0` is
@@ -430,10 +430,10 @@ repositories {
430
430
}
431
431
```
432
432
433
-
> ⚠️ Redis OM Spring versions greater than `v0.9.7` made OPTIONAL the addition
433
+
> ⚠️ Redis OM Spring versions greater than `v0.9.8-SNAPSHOT` made OPTIONAL the addition
434
434
of the [**Spring Milestone Repository**](https://repo.spring.io/milestone) to account
435
435
for the recent integration with the [**Spring AI**](https://docs.spring.io/spring-ai/reference/) project. When Spring AI `v1.0.0` is
436
-
released we will drop this requirement. If you want to opt-in for Vector Similarity Search features, you need to manually add the dependencies below. Check the VSS demo for
436
+
released we will drop this requirement. If you want to opt-in for Vector Similarity Search features, you need to manually add the dependencies below. Check the VSS demo for
437
437
for a full example.
438
438
439
439
```xml
@@ -535,7 +535,7 @@ inherited from the parent poms):
0 commit comments