Author: violetagg Date: Wed May 31 17:17:46 2017 New Revision: 1797076 URL: http://svn.apache.org/viewvc?rev=1797076&view=rev Log: Correct the requirement for the minimum Java SE version in Application Developer's Guide. Issue reported via comments.apache.org.
Modified: tomcat/trunk/webapps/docs/appdev/installation.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/appdev/installation.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/installation.xml?rev=1797076&r1=1797075&r2=1797076&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/appdev/installation.xml (original) +++ tomcat/trunk/webapps/docs/appdev/installation.xml Wed May 31 17:17:46 2017 @@ -39,7 +39,7 @@ in the following subsections.</p> <subsection name="JDK"> -<p>Tomcat <version-major-minor/> was designed to run on Java SE 7. +<p>Tomcat <version-major-minor/> was designed to run on Java SE 8 or later. </p> <p>Compatible JDKs for many platforms (or links to where they can be found) Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1797076&r1=1797075&r2=1797076&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed May 31 17:17:46 2017 @@ -124,6 +124,10 @@ Correct typo in Jar Scan Filter Configuration Reference. Issue reported via comments.apache.org. (violetagg) </fix> + <fix> + Correct the requirement for the minimum Java SE version in Application + Developer's Guide. Issue reported via comments.apache.org. (violetagg) + </fix> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org