You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2017/05/31 17:17:46 UTC

svn commit: r1797076 - in /tomcat/trunk/webapps/docs: appdev/installation.xml changelog.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org