Skip to content

Commit fdcb0db

Browse files
committed
docs: Support Spring Boot 3.5
After the changes in langchain4j/langchain4j-spring#155 (comment), the documentation is now updated to reflect the supported versions of Spring Boot in LangChain4j. Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
1 parent 5a9b677 commit fdcb0db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/tutorials/spring-boot-integration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ created by one of our Spring Boot starters.
271271

272272
## Supported versions
273273

274-
LangChain4j Spring Boot integration requires Java 17 and Spring Boot 3.2.
274+
LangChain4j Spring Boot integration requires Java 17 and Spring Boot 3.5, in line with the [Spring Boot OSS support policy](https://spring.io/projects/spring-boot#support).
275+
276+
Support for Spring Boot 4.x is not available yet in LangChain4j, but it's planned for a future release.
275277

276278
## Examples
277279
- [Low-level Spring Boot example](https://github.com/langchain4j/langchain4j-examples/blob/main/spring-boot-example/src/main/java/dev/langchain4j/example/lowlevel/ChatModelController.java) using [ChatModel API](/tutorials/chat-and-language-models)

0 commit comments

Comments
 (0)