This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new 5760800 Update README.md To Represent JDK 11 in Build Pulsar Doc
(#6686)
5760800 is described below
commit 576080016b3e670042b5bb810252db9f6fe9bd21
Author: Mike Russell <[email protected]>
AuthorDate: Tue Apr 7 10:00:49 2020 -0700
Update README.md To Represent JDK 11 in Build Pulsar Doc (#6686)
- updating README.md to call out that JDK 11 is supported instead of only
listing JDK 1.8 / Java 8
Resolves: readme-update-java-11
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 016a686..1a5e480 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Learn more about Pulsar at https://pulsar.apache.org
## Build Pulsar
Requirements:
- * Java JDK 1.8
+ * Java JDK 1.8 or Java JDK 11
* Maven 3.3.9+
Compile and install: