This is an automated email from the ASF dual-hosted git repository.
gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new d745d0b Add JDK 11 (#12333)
d745d0b is described below
commit d745d0b3384f4649a07195ee317a6a086f91329f
Author: Frank Chen <[email protected]>
AuthorDate: Thu Mar 17 06:03:04 2022 +0800
Add JDK 11 (#12333)
---
README.md | 2 +-
docs/development/build.md | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 846ab54..06cd6f2 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ Chat with Druid committers and users in real-time on the
Apache Druid Slack chan
### Building from source
-Please note that JDK 8 is required to build Druid.
+Please note that JDK 8 or JDK 11 is required to build Druid.
For instructions on building Druid from source, see
[docs/development/build.md](docs/development/build.md)
diff --git a/docs/development/build.md b/docs/development/build.md
index 1b2dc47..8487161 100644
--- a/docs/development/build.md
+++ b/docs/development/build.md
@@ -33,7 +33,9 @@ make sure it has `/master/` in the URL.
##### Installing Java and Maven
-- JDK 8, 8u92+. We recommend using an OpenJDK distribution that provides
long-term support and open-source licensing,
+- JDK 8, 8u92+ or JDK 11
+
+ We recommend using an OpenJDK distribution that provides long-term support
and open-source licensing,
like [Amazon Corretto](https://aws.amazon.com/corretto/) or [Azul
Zulu](https://www.azul.com/downloads/zulu/).
- [Maven version 3.x](http://maven.apache.org/download.cgi)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]