Author: kkolinko Date: Thu Sep 21 15:40:18 2017 New Revision: 1809175 URL: http://svn.apache.org/viewvc?rev=1809175&view=rev Log: Update description of Tomcat 9. - Update spec versions. - According to release announcement of 9.0.0.M18, support for HTTP/2 is now available for JSSE connectors when running on Java 9.
Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1809175&r1=1809174&r2=1809175&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Thu Sep 21 15:40:18 2017 @@ -445,18 +445,20 @@ run stably for extended periods of time. <p> -<strong>Apache Tomcat 9.x</strong> is the current focus of development, it +<strong>Apache Tomcat 9.x</strong> is the current focus of development. It builds on Tomcat 8.0.x and 8.5.x and implements the current draft of the <strong>Servlet -4.0</strong> specification and will also implement the -<strong>JSP 2.4?</strong>, <strong>EL 3.1?</strong>, <strong>WebSocket 1.2? -</strong> and <strong>JASPIC 1.1</strong> specifications once work starts on -updating those specifications for Java EE 8. In addition to this, it includes +4.0</strong> specification and also the +<strong>JSP 2.3</strong>, <strong>EL 3.0</strong>, <strong>WebSocket 1.1 +</strong> and <strong>JASPIC 1.1</strong> specifications (the versions required by +Java EE 8 platform). In addition to this, it includes the following significant improvements: </p> <ul> -<li>Adds support for HTTP/2 (requires the <a href="/native-doc/">Tomcat Native</a> library; maybe will work without it when running on Java 9 â in a later release)</li> +<li>Adds support for HTTP/2 (requires either running on Java 9 (since Apache Tomcat + 9.0.0.M18) or the <a href="/native-doc/">Tomcat Native</a> library being installed) +</li> <li>Adds support for using OpenSSL for TLS support with the JSSE connectors (NIO and NIO2) </li> Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1809175&r1=1809174&r2=1809175&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml (original) +++ tomcat/site/trunk/xdocs/whichversion.xml Thu Sep 21 15:40:18 2017 @@ -191,17 +191,18 @@ run stably for extended periods of time. <section name="Apache Tomcat 9.x"> -<p><strong>Apache Tomcat 9.x</strong> is the current focus of development, it +<p><strong>Apache Tomcat 9.x</strong> is the current focus of development. It builds on Tomcat 8.0.x and 8.5.x and implements the current draft of the <strong>Servlet -4.0</strong> specification and will also implement the -<strong>JSP 2.4?</strong>, <strong>EL 3.1?</strong>, <strong>WebSocket 1.2? -</strong> and <strong>JASPIC 1.1</strong> specifications once work starts on -updating those specifications for Java EE 8. In addition to this, it includes +4.0</strong> specification and also the +<strong>JSP 2.3</strong>, <strong>EL 3.0</strong>, <strong>WebSocket 1.1 +</strong> and <strong>JASPIC 1.1</strong> specifications (the versions required by +Java EE 8 platform). In addition to this, it includes the following significant improvements: </p> <ul> -<li>Adds support for HTTP/2 (requires the <a href="/native-doc/" - >Tomcat Native</a> library; maybe will work without it when running on Java 9 ― in a later release)</li> +<li>Adds support for HTTP/2 (requires either running on Java 9 (since Apache Tomcat + 9.0.0.M18) or the <a href="/native-doc/">Tomcat Native</a> library being installed) +</li> <li>Adds support for using OpenSSL for TLS support with the JSSE connectors (NIO and NIO2) </li> <li>Adds support for TLS virtual hosting (SNI)</li> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org