This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch chore/explicit-support-jdk-17
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 22d9b6c1067ccb0d8a7ec32118fbfb886183b852
Author: bossenti <[email protected]>
AuthorDate: Sat Feb 11 13:33:47 2023 +0100

    chore: clearly communicate explicit support of JDK 17
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 86299a148..6a61afef4 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ Quick Links:
 To properly build the StreamPipes core, the following tools should be 
installed:
 
 ### Prerequisites
-* Java 17 JDK (minimum)
+* Java 17 JDK (We officially only support Java 17, JDKs above 17 might work as 
well, but we don't provide any guarantee)
 * Maven (tested with 3.8)
 * NodeJS + NPM (tested with v12+/ v6+)
 * Docker + Docker-Compose
@@ -154,7 +154,6 @@ To build the ui, switch to the ``ui`` folder and perform 
the following steps:
 
 ```
     npm install
-    # for NPM > v7, run npm install --legacy-peer-deps
     npm run build
 ```
 

Reply via email to