You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/03/05 21:29:28 UTC

[GitHub] [druid] ccaominh commented on a change in pull request #9455: Modify check java version script to indicate experimental support for Java 11

ccaominh commented on a change in pull request #9455: Modify check java version script to indicate experimental support for Java 11
URL: https://github.com/apache/druid/pull/9455#discussion_r388576665
 
 

 ##########
 File path: examples/bin/verify-java
 ##########
 @@ -28,10 +28,10 @@ sub fail_check {
     : "Make sure that \"java\" is installed and on your PATH.";
 
   print STDERR <<"EOT";
-Druid requires Java 8. $current_version_text
+Druid only officially supports Java 8. Any Java version later than 8 is still experimental. $current_version_text
 
 Review comment:
   May be good to make a similar update to the docs (e.g., https://github.com/apache/druid/blob/master/docs/tutorials/index.md#software)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org