From ae39511ff2f512a1a336f6d0d28959aed98636ab Mon Sep 17 00:00:00 2001 From: Julia Gustafsson Date: Fri, 1 Sep 2023 09:30:27 +0200 Subject: [PATCH] Update requirements to Java 11 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index a7f6f9c2..f4c77f2e 100644 --- a/README.adoc +++ b/README.adoc @@ -91,7 +91,7 @@ More examples are available in the JPAstreamer link:https://speedment.github.io/ == Install Since JPAstreamer acts merely as an API extension for existing JPA providers it requires minimal installation and configuration efforts. You only need to specify that the JPAstreamer dependency is required to compile your source code. -NOTE: JPAStreamer requires the use of Java 8 or later. +NOTE: JPAStreamer requires the use of Java 11 or later. === Maven In Maven, the following JPAstreamer dependency is added to the project's pom.xml-file.