You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/04/07 18:19:00 UTC

[pulsar] branch master updated: Update README.md To Represent JDK 11 in Build Pulsar Doc (#6688)

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 43bb26d  Update README.md To Represent JDK 11 in Build Pulsar Doc (#6688)
43bb26d is described below

commit 43bb26dcae00cea5085b13521992542b414cb0d5
Author: MR <mi...@gmail.com>
AuthorDate: Tue Apr 7 11:18:51 2020 -0700

    Update README.md To Represent JDK 11 in Build Pulsar Doc (#6688)
    
    - updating README.md to call out that JDK 11 is supported instead of only listing JDK 1.8 / Java 8
    
    Resolves: update-readme-java-11-doc
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e149361..4020b0d 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: