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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 86178632f ORC-1634: Fix some outdated descriptions in `Building ORC` 
documentation
86178632f is described below

commit 86178632f429d772e4370530c59faa7207da5f29
Author: sychen <[email protected]>
AuthorDate: Mon Mar 11 14:10:33 2024 -0700

    ORC-1634: Fix some outdated descriptions in `Building ORC` documentation
    
    ### What changes were proposed in this pull request?
    1.  Require Java >=17
    2. Remove broken url
    
    ### Why are the changes needed?
    Some outdated descriptions in `Building ORC` documentation.
    
    ### How was this patch tested?
    manual check
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #1819 from cxzl25/ORC-1634.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 site/_docs/building.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/site/_docs/building.md b/site/_docs/building.md
index 2fcbfb2e9..f1cc015ea 100644
--- a/site/_docs/building.md
+++ b/site/_docs/building.md
@@ -18,19 +18,20 @@ You'll want to install the usual set of developer tools, 
but at least:
 
 * cmake
 * g++ or clang++
-* java ( >= 1.8)
+* java ( >= 17)
 * make
 * maven ( >= 3)
 
 For each version of Linux, please check the corresponding Dockerfile, which
 is in the docker subdirectory, for the list of packages required to build ORC:
 
-* [CentOS 7]({{ page.dockerUrl }}/centos7/Dockerfile)
-* [Debian 10]({{ page.dockerUrl }}/debian10/Dockerfile)
 * [Debian 11]({{ page.dockerUrl }}/debian11/Dockerfile)
 * [Debian 12]({{ page.dockerUrl }}/debian12/Dockerfile)
 * [Ubuntu 20]({{ page.dockerUrl }}/ubuntu20/Dockerfile)
 * [Ubuntu 22]({{ page.dockerUrl }}/ubuntu22/Dockerfile)
+* [Ubuntu 24]({{ page.dockerUrl }}/ubuntu24/Dockerfile)
+* [Fedora 37]({{ page.dockerUrl }}/fedora37/Dockerfile)
+* [Oracle Linux 9]({{ page.dockerUrl }}/oraclelinux9/Dockerfile)
 
 To build a normal release:
 
@@ -59,7 +60,7 @@ is invoking:
 
 You'll need to install:
 
-* java (>= 1.8)
+* java (>= 17)
 * maven (>= 3)
 
 To build:

Reply via email to