You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2019/02/08 15:22:39 UTC

[accumulo-website] branch master updated: fixes #147 add Java 11 disclaimer to tour

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

kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d4d0bfc  fixes #147 add Java 11 disclaimer to tour
d4d0bfc is described below

commit d4d0bfc78ed2e9fbbf730a82272f8ecd3826c245
Author: Keith Turner <kt...@apache.org>
AuthorDate: Fri Feb 8 10:22:31 2019 -0500

    fixes #147 add Java 11 disclaimer to tour
---
 tour/index.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tour/index.md b/tour/index.md
index eacba6a..66e76c2 100644
--- a/tour/index.md
+++ b/tour/index.md
@@ -18,6 +18,10 @@ When on a tour page, the left and right keys on the keyboard can be used to navi
 or suggestions while going through the tour, please send an email to our [mailing list][mlist]
 or [create an issue][issue].
 
+Tour excercises are run using MiniAccumulo which does not work with Java 11.
+This problem will be fixed when 1.9.3 and 2.0.0 are released.  See {% ghi 942
+%}.
+
 {% for p in tour_pages %}
   {% assign doc_url = p | prepend: '/tour/' | append: '/' %}
   {% assign link_to_page = site.pages | where:'url',doc_url | first %}