You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2018/09/01 23:43:43 UTC

svn commit: r1839863 - in /poi: site/src/documentation/RELEASE-NOTES.txt site/src/documentation/release-guide.txt trunk/README.rst trunk/build.xml

Author: kiwiwings
Date: Sat Sep  1 23:43:43 2018
New Revision: 1839863

URL: http://svn.apache.org/viewvc?rev=1839863&view=rev
Log:
update docs to Java 1.8

Modified:
    poi/site/src/documentation/RELEASE-NOTES.txt
    poi/site/src/documentation/release-guide.txt
    poi/trunk/README.rst
    poi/trunk/build.xml

Modified: poi/site/src/documentation/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/RELEASE-NOTES.txt?rev=1839863&r1=1839862&r2=1839863&view=diff
==============================================================================
--- poi/site/src/documentation/RELEASE-NOTES.txt (original)
+++ poi/site/src/documentation/RELEASE-NOTES.txt Sat Sep  1 23:43:43 2018
@@ -21,7 +21,7 @@ This release comes in two forms:
  - pre-built binaries containing compiled versions of all Apache POI components and documentation 
    (poi-bin-@VERSION@-@DSTAMP@.zip or poi-bin-@VERSION@-@DSTAMP@.tar.gz)
  - source archive you can build POI from (poi-src-@VERSION@-@DSTAMP@.zip or poi-src-@VERSION@-@DSTAMP@.tar.gz)
-  Unpack the archive and use the following command to build all POI components with Apache Ant 1.8+ and JDK 1.6 or higher:
+  Unpack the archive and use the following command to build all POI components with Apache Ant 1.8+ and JDK 1.8 or higher:
 
   ant jar
 

Modified: poi/site/src/documentation/release-guide.txt
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1839863&r1=1839862&r2=1839863&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Sat Sep  1 23:43:43 2018
@@ -285,8 +285,7 @@ ant update-download -Dversion.id="3.15-b
    And copy the contents from the output, download-snipplet.xml, to the appropriate section
    in poi/site/src/documentation/content/xdocs/download.xml.
 
-6. Build site using a recent version of Java 1.6 or 1.7 (must be after the fix
-   for TA13-169A).
+6. Build site using a recent version of Java 1.8
    Commit the site changes to svn, and publish live
 
 7. Don't forget to upload the latest version of the site and javadocs

Modified: poi/trunk/README.rst
URL: http://svn.apache.org/viewvc/poi/trunk/README.rst?rev=1839863&r1=1839862&r2=1839863&view=diff
==============================================================================
--- poi/trunk/README.rst (original)
+++ poi/trunk/README.rst Sat Sep  1 23:43:43 2018
@@ -58,12 +58,12 @@ Source code:
 * Official `Apache git mirror`_ at apache.org
 * Unofficial `GitHub git mirror`_ at github.com
 
-Requires Java 1.6 or later.
+Requires Java 1.8 or later.
 
 Contributing
 ------------------
 
-* Download and install svn or git, Java JDK 1.6+, and Apache Ant 1.8+ or Gradle
+* Download and install svn or git, Java JDK 1.8+, and Apache Ant 1.8+ or Gradle
 
 * Check out the code from svn or git
 

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1839863&r1=1839862&r2=1839863&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Sep  1 23:43:43 2018
@@ -573,15 +573,6 @@ under the License.
         <attribute name="src"/>
         <attribute name="dest"/>
         <sequential>
-            <!--fail
-                message="Java version might be uncapable to download https URLs - see https://stackoverflow.com/questions/6851461/java-why-does-ssl-handshake-give-could-not-generate-dh-keypair-exception">
-                <condition>
-                    <and>
-                        <equals arg1="${ant.java.version}" arg2="1.6"/>
-                        <contains string="@{src}" substring="https"/>
-                    </and>
-                </condition>
-            </fail-->
             <get src="@{src}" dest="@{dest}" skipexisting="true"/>
         </sequential>
     </macrodef>



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