This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9fddbb531 ORC-1634: Fix some outdated descriptions in Building ORC
documentation
9fddbb531 is described below
commit 9fddbb531ec96093edc980d570208b4fb3ddc908
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 11 14:26:52 2024 -0700
ORC-1634: Fix some outdated descriptions in Building ORC documentation
---
docs/building.html | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/building.html b/docs/building.html
index 08dd1c8bb..739abbf3c 100644
--- a/docs/building.html
+++ b/docs/building.html
@@ -1012,7 +1012,7 @@
<ul>
<li>cmake</li>
<li>g++ or clang++</li>
- <li>java ( >= 1.8)</li>
+ <li>java ( >= 17)</li>
<li>make</li>
<li>maven ( >= 3)</li>
</ul>
@@ -1021,12 +1021,13 @@
is in the docker subdirectory, for the list of packages required to build
ORC:</p>
<ul>
- <li><a
href="https://github.com/apache/orc/blob/main/docker/centos7/Dockerfile">CentOS
7</a></li>
- <li><a
href="https://github.com/apache/orc/blob/main/docker/debian10/Dockerfile">Debian
10</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/debian11/Dockerfile">Debian
11</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/debian12/Dockerfile">Debian
12</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu20/Dockerfile">Ubuntu
20</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu22/Dockerfile">Ubuntu
22</a></li>
+ <li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu24/Dockerfile">Ubuntu
24</a></li>
+ <li><a
href="https://github.com/apache/orc/blob/main/docker/fedora37/Dockerfile">Fedora
37</a></li>
+ <li><a
href="https://github.com/apache/orc/blob/main/docker/oraclelinux9/Dockerfile">Oracle
Linux 9</a></li>
</ul>
<p>To build a normal release:</p>
@@ -1057,7 +1058,7 @@ is invoking:</p>
<p>You’ll need to install:</p>
<ul>
- <li>java (>= 1.8)</li>
+ <li>java (>= 17)</li>
<li>maven (>= 3)</li>
</ul>