Author: buildbot
Date: Mon Sep  2 13:22:20 2019
New Revision: 1049523

Log:
Staging update by buildbot for sis

Modified:
    websites/staging/sis/trunk/content/   (props changed)
    websites/staging/sis/trunk/content/downloads.html
    websites/staging/sis/trunk/content/index.html

Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep  2 13:22:20 2019
@@ -1 +1 @@
-1866222
+1866279

Modified: websites/staging/sis/trunk/content/downloads.html
==============================================================================
--- websites/staging/sis/trunk/content/downloads.html (original)
+++ websites/staging/sis/trunk/content/downloads.html Mon Sep  2 13:22:20 2019
@@ -151,7 +151,8 @@ pgpv apache-sis-X.Y.Z.zip.asc
 <h1 id="maven">Download as a Maven dependency<a class="headerlink" 
href="#maven" title="Permanent link">&para;</a></h1>
 <p>An easy approach to integrate Apache SIS into a Java project uses the <a 
href="http://maven.apache.org/";>Apache Maven</a>
 dependency management tool to automatically obtain the required Java Archives 
(JAR) files from the network.
-Below are examples of declarations in a <code>pom.xml</code> file for building 
a project with the SIS core module:</p>
+Below are examples of declarations in a <code>pom.xml</code> file for building 
a project with a SIS core module.
+If running on Java 11 or higher, <em>one</em> of the two next dependencies is 
also required:</p>
 <div class="codehilite"><pre><span class="nt">&lt;properties&gt;</span>
   <span class="nt">&lt;sis.version&gt;</span>0.8<span 
class="nt">&lt;/sis.version&gt;</span>
 <span class="nt">&lt;/properties&gt;</span>

Modified: websites/staging/sis/trunk/content/index.html
==============================================================================
--- websites/staging/sis/trunk/content/index.html (original)
+++ websites/staging/sis/trunk/content/index.html Mon Sep  2 13:22:20 2019
@@ -136,9 +136,10 @@ The SIS storage modules provide a common
 </ul>
 <h2 id="user">Using Apache SIS<a class="headerlink" href="#user" 
title="Permanent link">&para;</a></h2>
 <p>The latest SIS release is 0.8, released November 2017.
-Apache SIS requires Java 8 or higher together with JAXB.
+Apache SIS requires Java 10 or higher for building, but can be executed on 
Java 8 or higher.
 If using Java 8 Runtime Environment, nothing else is needed since Java 8 
includes JAXB.
-If using Java 9 or higher, one of the following configurations is needed:</p>
+If using Java 9 or higher, one of the following configurations is needed
+(those extra configurations are temporary until support for Java 8 will be 
dropped in a future SIS version):</p>
 <ul>
 <li>"<code>--add-modules java.xml.bind,java.xml.ws.annotation</code>" option 
(available with Java 9 or 10 only) added to the <code>java</code> command</li>
 <li>or JAXB dependency added from Glassfish or Jakarata projects. See <a 
href="downloads.html#maven">Maven coordinates</a>.</li>


Reply via email to