From 0855fa7712f8cccbb3cf6c1192d6d3b8fe660684 Mon Sep 17 00:00:00 2001 From: edu Date: Sat, 22 Nov 2025 15:01:11 -0300 Subject: [PATCH] Document Docker dependency on README Signed-off-by: edu --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 82e05e71d2..14321e3ff3 100644 --- a/README.adoc +++ b/README.adoc @@ -148,7 +148,7 @@ https://github.com/spring-projects/spring-data-jpa/issues[issue tracker] to see == Building from Source You don’t need to build from source to use Spring Data (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Data can be easily built with the https://github.com/takari/maven-wrapper[maven wrapper]. -You also need JDK 17 or above. +You also need JDK 17 or above and Docker for integration tests. [source,bash] ----