You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/10/30 20:57:04 UTC

svn commit: r1711545 - /jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext

Author: andy
Date: Fri Oct 30 19:57:04 2015
New Revision: 1711545

URL: http://svn.apache.org/viewvc?rev=1711545&view=rev
Log:
Java8 requirement

Modified:
    jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext

Modified: jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext?rev=1711545&r1=1711544&r2=1711545&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext (original)
+++ jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext Fri Oct 30 19:57:04 2015
@@ -43,8 +43,10 @@ Datasets can be added from the admin UI
 
 ## Fuseki as a Web Application
 
-Fuseki can run from a [WAR](http://en.wikipedia.org/wiki/WAR_%28file_format%29) file.
-Fuseki requires at least support for the Servlet 3.0 API (e.g. Apache Tomcat 7 or Jetty 8) as well as Java7.
+Fuseki can run from a
+[WAR](http://en.wikipedia.org/wiki/WAR_%28file_format%29) file.  Fuseki
+requires at least support for the Servlet 3.0 API (e.g. Apache Tomcat 7 or
+Jetty 8) as well as Java8.
 
 `FUSEKI_HOME` is not applicable.