Author: fanningpj Date: Tue Jun 25 12:51:13 2024 New Revision: 1918591 URL: http://svn.apache.org/viewvc?rev=1918591&view=rev Log: update docs
Modified: poi/site/publish/devel/index.html poi/site/publish/help/faq.html Modified: poi/site/publish/devel/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/devel/index.html?rev=1918591&r1=1918590&r2=1918591&view=diff ============================================================================== --- poi/site/publish/devel/index.html (original) +++ poi/site/publish/devel/index.html Tue Jun 25 12:51:13 2024 @@ -237,6 +237,10 @@ document.write("Last Published: " + docu Gradlew checks if you the right version of Gradle installed and will install it if you don't. </p> <p> + Note that our source releases no longer contain gradlew or gradlew.bat. You can install the Gradle tool + yourself and use it to build POI. + </p> +<p> The main targets of interest to our users are: </p> <table class="ForrestTable" cellspacing="1" cellpadding="4"> Modified: poi/site/publish/help/faq.html URL: http://svn.apache.org/viewvc/poi/site/publish/help/faq.html?rev=1918591&r1=1918590&r2=1918591&view=diff ============================================================================== --- poi/site/publish/help/faq.html (original) +++ poi/site/publish/help/faq.html Tue Jun 25 12:51:13 2024 @@ -726,12 +726,12 @@ and </div> <a name="faq-N102B0"></a> <h2 class="boxed">23. - Can Apache POI be compiled/used with Java 11 and 17? + Can Apache POI be compiled/used with Java 11, 17 and 21? </h2> <div class="section"> <p> POI is successfully tested with many different versions of Java. It is - recommended that you use Java versions that have Long Term Support (Java 11 and 17). + recommended that you use Java versions that have Long Term Support (Java 11, 17 and 21). </p> <p>Including the existing binaries as normal jar-files should work when using recent versions of Apache POI. You may see @@ -754,9 +754,8 @@ and or a recent trunk checkout until then. </p> <p> - If you are building POI yourself from source files, use an up to date version of Gradle - (ideally via the gradlew scripts that we bundle). If you use Ant, again check the Ant version - supports the version of Java you are using. + If you are building POI yourself from source files, use an up to date version of Gradle. + If you use Ant, again check the Ant version supports the version of Java you are using. </p> </div> <a name="faq-java10"></a> @@ -766,7 +765,7 @@ and <div class="section"> <p>Apache POI does not actively support Java 9 or Java 10 any longer as those versions were obsoleted by Oracle already. See the previous FAQ entry for information about support for - Java 11 and 17. + Java LTS versions. </p> </div> <a name="faq-ibmjdk"></a> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org For additional commands, e-mail: commits-h...@poi.apache.org