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 78bf71c Site checkin for project PLC4X: Jenkins Tools
78bf71c is described below
commit 78bf71ca70a11ae09e3ba229fa284427258753cd
Author: jenkins <[email protected]>
AuthorDate: Tue Dec 14 16:28:23 2021 +0000
Site checkin for project PLC4X: Jenkins Tools
---
dependency-management.html | 2 +-
developers/building.html | 6 +++---
developers/index.html | 2 +-
developers/preparing/index.html | 2 +-
developers/release/release.html | 2 +-
developers/release/validation.html | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dependency-management.html b/dependency-management.html
index 72ca4e9..23e3e2b 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -371,7 +371,7 @@
<tr class="b">
<td>org.apache.logging.log4j</td>
<td><a class="externalLink"
href="https://logging.apache.org/log4j/2.x/log4j-api/">log4j-api</a></td>
-<td>2.15.0</td>
+<td>2.16.0</td>
<td>jar</td>
<td><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></td></tr>
<tr class="a">
diff --git a/developers/building.html b/developers/building.html
index 2fa59af..fdbd558 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 9</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 11</code> or greater
as requirement.</p>
</div>
<div class="sect2">
<h3 id="requirements">Requirements</h3>
@@ -248,13 +248,13 @@ More about these later down in this manual.</p>
<div class="ulist">
<ul>
<li>
-<p>Java 9 JDK (or newer - latest tested version: Java 17)</p>
+<p>Java 11 JDK (or newer)</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>
</li>
<li>
-<p>Apache Maven (3.1.0 or newer) <strong>(Optional)</strong> (See next
chapter)</p>
+<p>Apache Maven (3.6.0 or newer) <strong>(Optional)</strong> (See next
chapter)</p>
</li>
</ul>
</div>
diff --git a/developers/index.html b/developers/index.html
index 138d743..4e35525 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -238,7 +238,7 @@
<p>The full PLC4X build however builds not only <code>Java</code> libraries,
but also <code>C++</code>, <code>Python</code> and <code>C#</code> libraries as
well as builds <code>Docker</code> images on <code>Linux</code>,
<code>Mac</code> and <code>Windows</code>.</p>
</div>
<div class="paragraph">
-<p>As a start, you will basically need a <code>Java VM</code> of at least
<code>Java 1.8</code>.</p>
+<p>As a start, you will basically need a <code>Java VM</code> of at least
<code>Java 11</code>.</p>
</div>
<div class="paragraph">
<p>Using the <code>Maven-Wrapper</code> you don’t even need a
<code>Maven</code> installation. The build will automatically fetch the right
version for you.</p>
diff --git a/developers/preparing/index.html b/developers/preparing/index.html
index d094a16..2964962 100644
--- a/developers/preparing/index.html
+++ b/developers/preparing/index.html
@@ -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 9 up to Java 14 (Latest version at the time
of writing this document).
+We have tested the build with Java 11 up to Java 16 (Latest version at the
time of writing this document).
</td>
</tr>
</table>
diff --git a/developers/release/release.html b/developers/release/release.html
index 32284bd..ad5f364 100644
--- a/developers/release/release.html
+++ b/developers/release/release.html
@@ -235,7 +235,7 @@
<i class="fa icon-important" title="Important"></i>
</td>
<td class="content">
-Please be sure to execute the release with a Java version between 1.8 and 11
or the Karaf feature tests will not run.
+Please be sure to execute the release with a Java version 11 or the Karaf
feature tests will not run.
</td>
</tr>
</table>
diff --git a/developers/release/validation.html
b/developers/release/validation.html
index 82930da..5b036a3 100644
--- a/developers/release/validation.html
+++ b/developers/release/validation.html
@@ -423,7 +423,7 @@ Name
[] Verify the content of LICENSE, NOTICE, README, RELEASE_NOTES files in the
extracted source bundle.
[] [RM] Verify the staged source README, RELEASE_NOTE files correspond to
those in the extracted source bundle.
[] [RM] Run RAT externally to ensure there are no surprises.
-[] Search for SNAPSHOT references: Only found some in the dummy website copy
in the integration-tests
+[] Search for SNAPSHOT references
[] Search for Copyright references, and if they are in headers, make sure
these files containing them are mentioned in the LICENSE file.
[] Build the project according to the information in the README.md file.
[] [RM] Build the project with all with-xyz profiles and tests enabled and an
empty maven local repo.</pre>