From acd3c59fbe685208ac9539a04d8a0b459a57608b Mon Sep 17 00:00:00 2001 From: Brian Sam-Bodden Date: Fri, 14 Jun 2024 16:18:30 -0700 Subject: [PATCH] docs: address the need to add Spring Milestone Repository to account for the recent integration with the Spring AI (#gh-467) --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 467f0bcb..dcd18e6b 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,27 @@ Iterable allMatches = repository.findAll(example); ``` +> ⚠️ Redis OM Spring versions greater than `v0.9.2` require the addition +of the [**Spring Milestone Repository**](https://repo.spring.io/milestone) to account +for the recent integration with the [**Spring AI**](https://docs.spring.io/spring-ai/reference/) project. When Spring AI `v1.0.0` is +released we will drop this requirement. + +```xml + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + +``` + +of if using Gradle: + +```groovy +repositories { + maven("https://repo.spring.io/milestone" ) +} +``` + #### Explicitly configuring OM as an annotation processor For Maven, things normally just work, when you run `./mvnw spring-boot:run`. Some users have experienced this not being