Author: remm Date: Sat Apr 12 12:35:04 2014 New Revision: 1586857 URL: http://svn.apache.org/r1586857 Log: Since nobody apparently objects, and with the testsuite passing 100% very reliably, upgrade NIO2 to beta.
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1586857&r1=1586856&r2=1586857&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Sat Apr 12 12:35:04 2014 @@ -352,7 +352,7 @@ public class Nio2Endpoint extends Abstra paused = false; // FIXME: remove when more stable - log.warn("The NIO2 connector is currently EXPERIMENTAL and should not be used in production"); + log.warn("The NIO2 connector is currently BETA and should not be used in production"); // Create worker collection if ( getExecutor() == null ) { Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1586857&r1=1586856&r2=1586857&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Sat Apr 12 12:35:04 2014 @@ -99,7 +99,7 @@ <bug>56336</bug>: AJP output corruption and errors. (remm) </fix> <fix> - Handle incomplete writes in NIO2, just in case. (remm) + Handle incomplete writes in NIO2. (remm) </fix> <fix> Code cleanups and i18n in NIO2. (remm) @@ -107,6 +107,12 @@ <fix> Fix extra onDataAvailable calls. (remm) </fix> + <fix> + Fix gather writes in NIO2 SSL. (remm) + </fix> + <fix> + Upgrade the NIO2 connectors to beta, but still not ready for production. (remm) + </fix> </changelog> </subsection> <subsection name="Cluster"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org