This is an automated email from the ASF dual-hosted git repository.
obermeier pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
The following commit(s) were added to refs/heads/dev by this push:
new a5c81d22 Update required Java version information
a5c81d22 is described below
commit a5c81d22464622ab2f1ef8ed971e3cd3a2fe39ef
Author: Stefan Obermeier <[email protected]>
AuthorDate: Fri May 5 09:47:25 2023 +0200
Update required Java version information
---
documentation/docs/06_extend-setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/docs/06_extend-setup.md
b/documentation/docs/06_extend-setup.md
index 8887b41e..12a96eb8 100644
--- a/documentation/docs/06_extend-setup.md
+++ b/documentation/docs/06_extend-setup.md
@@ -10,7 +10,7 @@ In this section, we describe our recommended minimum setup
for locally setting u
## IDE & required dev tools
StreamPipes does not have specific requirements on the IDE - so feel free to
choose the IDE of your choice.
-The only requirements in terms of development tools are that you have Java 8
and Maven installed.
+The only requirements in terms of development tools are that you have Java 17
and Maven installed.
## StreamPipes CLI: Docker-based local StreamPipes instance
In order to quickly test developed pipeline elements without needing to
install all services required by StreamPipes, we provide a CLI tool that allows
you to selectively start StreamPipes components.