This is an automated email from the ASF dual-hosted git repository.
codope pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 6adb8bff513 [MINOR] Update Maven and Java versions in README (#12473)
6adb8bff513 is described below
commit 6adb8bff5138c3ef5d01c0d01c1489c2e4917943
Author: Sagar Sumit <[email protected]>
AuthorDate: Thu Dec 12 09:59:53 2024 +0530
[MINOR] Update Maven and Java versions in README (#12473)
* [MINOR] Update Maven and Java versions in README
* Make Java 17 support official
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 27977eae322..95a773840f4 100644
--- a/README.md
+++ b/README.md
@@ -94,9 +94,9 @@ Learn more about Hudi at
[https://hudi.apache.org](https://hudi.apache.org)
Prerequisites for building Apache Hudi:
* Unix-like system (like Linux, Mac OS X)
-* Java 8 (Java 9 or 11 may work)
+* Java 8, 11 or 17
* Git
-* Maven (>=3.3.1)
+* Maven (>=3.6.0)
```
# Checkout code and build