This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0f25c4d Site checkin for project PLC4X: Jenkins Tools
0f25c4d is described below
commit 0f25c4d0d290528c44d607261ad3534c3372e8f3
Author: jenkins <[email protected]>
AuthorDate: Thu Nov 18 12:38:55 2021 +0000
Site checkin for project PLC4X: Jenkins Tools
---
developers/building.html | 4 ++--
developers/jqassistant.html | 2 +-
developers/preparing/index.html | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/developers/building.html b/developers/building.html
index ef44ea1..2fa59af 100644
--- a/developers/building.html
+++ b/developers/building.html
@@ -238,7 +238,7 @@ This is done by selecting so-called <code>Maven
profiles</code>.
More about these later down in this manual.</p>
</div>
<div class="paragraph">
-<p>For your convenience we also have provided a <code>Maven-Wrapper</code>,
that should allow building of PLC4X with only <code>Java 8</code> or greater as
requirement.</p>
+<p>For your convenience we also have provided a <code>Maven-Wrapper</code>,
that should allow building of PLC4X with only <code>Java 9</code> or greater as
requirement.</p>
</div>
<div class="sect2">
<h3 id="requirements">Requirements</h3>
@@ -248,7 +248,7 @@ More about these later down in this manual.</p>
<div class="ulist">
<ul>
<li>
-<p>Java 8 JDK (or newer - latest tested version: Java 12)</p>
+<p>Java 9 JDK (or newer - latest tested version: Java 17)</p>
</li>
<li>
<p>Git (Even if you are building the source distribution, the Kafka plugin
seems to require a <code>git</code> executable being available on the systems
<code>PATH</code>)</p>
diff --git a/developers/jqassistant.html b/developers/jqassistant.html
index 8009782..b9c6015 100644
--- a/developers/jqassistant.html
+++ b/developers/jqassistant.html
@@ -290,7 +290,7 @@
<p>Java</p>
</li>
<li>
-<p>Java 8</p>
+<p>Java 9</p>
</li>
<li>
<p>Java EE 6</p>
diff --git a/developers/preparing/index.html b/developers/preparing/index.html
index 9de0828..d094a16 100644
--- a/developers/preparing/index.html
+++ b/developers/preparing/index.html
@@ -235,7 +235,7 @@ However, this greatly depends on which parts you want to
build.
The <code>Java</code> modules hereby probably have the least demanding
requirements.</p>
</div>
<div class="paragraph">
-<p>In order to build most Java parts of <code>PLC4X</code> you are required to
have at least <code>Java 8</code> installed on your machine.
+<p>In order to build most Java parts of <code>PLC4X</code> you are required to
have at least <code>Java 9</code> installed on your machine.
Some integration modules and some other languages however may add some
additional constraints to this.</p>
</div>
<div class="paragraph">
@@ -260,7 +260,7 @@ Currently, Java 11 is the sweet-spot for being able to
build all parts of PLC4X.
<div class="title">Tip</div>
</td>
<td class="content">
-We have tested the build with Java 8 up to Java 14 (Latest version at the time
of writing this document).
+We have tested the build with Java 9 up to Java 14 (Latest version at the time
of writing this document).
</td>
</tr>
</table>