[jetty-announce] Jetty 7.0.0.pre5 released!
"Jesse McConnell" <[email protected]> Thu, 30 Oct 2008 15:56:04 -0500
| Newsgroups | gmane.comp.java.jetty.announce |
|---|---|
| Message-ID | <a43524d00810301356u33823afeg7d1a9c759916bb8d__21419.9883085259$1225400287$gmane$org@mail.gmail.com> |
------=_Part_9922_5105992.1225400164434 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline At long last, I am getting the jetty-7.0.0.pre5 release out. I had staged and released the pre4 release earlier in the week but we identified an issue with it we simply didn't want getting widespread use at all. This has been resolved and the pre5 release is out and available. The assembly is available at: http://repo2.maven.org/maven2/org/mortbay/jetty/jetty-assembly/7.0.0.pre5 Since there is some lag time in these artifacts being synced to central, they will be located at the location below until then. http://dav.codehaus.org/repository/jetty/org/mortbay/jetty/jetty-assembly/7.0.0.pre5 The component artifacts are available on central as well (once the sync is complete, until then the above applies as well). The issues that have been address are: jetty-7.0.0.pre5 30 Oct 2008 + JETTY-766 Fix npe + JETTY-768 Remove EnvEntry overloaded constructors + JETTY-771 Ensure NamingEntryUtil is jdk1.4 compliant + JETTY-767 Fixed SSL Client no progress handshake bug + JETTY-769 jquery example error jetty-7.0.0.pre4 28 Oct 2008 + JETTY-241 Support for web application overlays in rapid application development (jetty:run) + JETTY-319 improved passing of exception when webapp unavailable + JETTY-331 SecureRandom hangs on systems with low entropy (connectors slow to start) + JETTY-591 No server classes for jetty-web.xml + JETTY-604 AbstractSession.setSessionURL + JETTY-670 $JETTY_HOME/bin/jetty.sh not worked in Solaris, because of /usr/bin/which has no error-code + JETTY-676 ResourceHandler doesn't support HTTP HEAD requests + JETTY-677 GWT serialization issue + JETTY-680 Can't configure the ResourceCollection with maven + JETTY-681 JETTY-692 MultiPartFilter is slow for file uploads + JETTY-682 Added listeners and queue methods to cometd + JETTY-686 LifeCycle.Listener + JETTY-687 Issue with servlet-mapping in dynamic servlet invoker + JETTY-688 Cookie causes NumberFormatException + JETTY-689 processing of non-servlet related annotations + JETTY-690 Updated XBean dependencies to XBean version 3.4.3 and Spring 2. 0.5. + JETTY-696 jetty.sh restart not working + JETTY-698 org.mortbay.resource.JarResource.extract does not close JarInputStream jin + JETTY-699 Optimized cometd sending of 1 message to many many clients + JETTY-700 unit test for unread request data + JETTY-703 maxStopTimeMs added to QueuedThreadPool + JETTY-708 allow 3 scopes for jndi resources: jvm, server or webapp + JETTY-709 Jetty plugin's WebAppConfig configured properties gets overridden by AbstractJettyRunMojo even when already set + JETTY-710 Worked around poor implementation of File.toURL() + JETTY-711 DataSourceUserRealm implementation + JETTY-712 HttpClient does not handle request complete after response complete + JETTY-715 AJP Key size as Integer + JETTY-716 Fixed NPE on empty cometd message + JETTY-718 during ssl unwrap, return true if some bytes were read, even if underflow + JETTY-720 fix HttpExchange.waitForStatus + JETTY-721 Support wildcard in VirtualHosts configuration + JETTY-723 jetty.sh does not check if TMP already is set + JETTY-724 better handle EBCDIC default JVM encoding + JETTY-728 Improve Terracotta integration and performances + JETTY-730 Set SAX parse features to defaults + JETTY-731 DeliverListener for cometd + JETTY-732 Case Sensitive Basic Authentication Response Header Implementations + JETTY-733 Expose ssl connectors with xbean + JETTY-735 Wrong default jndi name on DataSourceUserRealm + JETTY-736 Client Specific cometd advice + JETTY-737 refactored jetty.jar into jetty, xml, security, ssl, webapp and deploy jars + JETTY-738 If jetty.sh finds a pid file is does not check to see if a process with that pid is still running + JETTY-739 Race in QueuedThreadPool + JETTY-741 HttpClient connects slowly due to reverse address lookup by InetAddress.getHostName() + JETTY-742 Private messages in cometd chat demo + JETTY-747 Handle HttpClient exceptions better + JETTY-755 Optimized HttpParser and buffers for few busy connections + JETTY-757 Unhide JAAS classes + JETTY-758 Update JSP to glassfish tag SJSAS-9_1_1-B51-18_Sept_2008 + JETTY-759 Fixed JSON small negative real numbers + JETTY-760 Handle wildcard VirtualHost and normalize hostname in ContextHandlerCollection + JETTY-762 improved QueuedThreadPool idle death handling + JETTY-763 Fixed AJP13 constructor + JETTY-766 Ensure SystemProperties set early on jetty-maven-plugin This pre-release has been a long time coming and we appreciate any feedback you may have. cheers! jesse -- jesse mcconnell [email protected] ------=_Part_9922_5105992.1225400164434 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline At long last, I am getting the <span class="nfakPe">jetty</span>-<span class="nfakPe">7.0</span>.<span class="nfakPe">0</span>.pre5 release out. I had staged and released the pre4 release earlier in the week but we identified an issue with it we simply didn't want getting widespread use at all. This has been resolved and the pre5 release is out and available. <br> <br>The assembly is available at:<br><br><a href="http://repo2.maven.org/maven2/org/mortbay/jetty/jetty-assembly/7.0.0.pre5">http://repo2.maven.org/maven2/org/mortbay/jetty/jetty-assembly/7.0.0.pre5</a><br><br>Since there is some lag time in these artifacts being synced to central, they will be located at the location below until then.<br> <br><a href="http://dav.codehaus.org/repository/jetty/org/mortbay/jetty/jetty-assembly/7.0.0.pre5">http://dav.codehaus.org/repository/jetty/org/mortbay/jetty/jetty-assembly/7.0.0.pre5</a><br><br>The component artifacts are available on central as well (once the sync is complete, until then the above applies as well).<br> <br>The issues that have been address are:<br> <br><span class="nfakPe">jetty-7.0.0.pre5 30 Oct 2008<br> + JETTY-766 Fix npe<br> + JETTY-768 Remove EnvEntry overloaded constructors<br> + JETTY-771 Ensure NamingEntryUtil is jdk1.4 compliant<br> + JETTY-767 Fixed SSL Client no progress handshake bug<br> + JETTY-769 jquery example error<br> <br>jetty-7.0.0.pre4 28 Oct 2008</span><br> + <span class="nfakPe">JETTY</span>-241 Support for web application overlays in rapid application development (<span class="nfakPe">jetty</span>:run)<br> + <span class="nfakPe">JETTY</span>-319 improved passing of exception when webapp unavailable<br> + <span class="nfakPe">JETTY</span>-331 SecureRandom hangs on systems with low entropy (connectors slow to start)<br> + <span class="nfakPe">JETTY</span>-591 No server classes for <span class="nfakPe">jetty</span>-web.xml<br> + <span class="nfakPe">JETTY</span>-604 AbstractSession.setSessionURL<br> + <span class="nfakPe">JETTY</span>-670 $JETTY_HOME/bin/<span class="nfakPe">jetty</span>.sh not worked in Solaris, because of /usr/bin/which has no error-code<br> + <span class="nfakPe">JETTY</span>-676 ResourceHandler doesn't support HTTP HEAD requests<br> + <span class="nfakPe">JETTY</span>-677 GWT serialization issue<br> + <span class="nfakPe">JETTY</span>-680 Can't configure the ResourceCollection with maven<br> + <span class="nfakPe">JETTY</span>-681 <span class="nfakPe">JETTY</span>-692 MultiPartFilter is slow for file uploads<br> + <span class="nfakPe">JETTY</span>-682 Added listeners and queue methods to cometd<br> + <span class="nfakPe">JETTY</span>-686 LifeCycle.Listener<br> + <span class="nfakPe">JETTY</span>-687 Issue with servlet-mapping in dynamic servlet invoker<br> + <span class="nfakPe">JETTY</span>-688 Cookie causes NumberFormatException<br> + <span class="nfakPe">JETTY</span>-689 processing of non-servlet related annotations<br> + <span class="nfakPe">JETTY</span>-690 Updated XBean dependencies to XBean version 3.4.3 and Spring <a href="http://2.0.5./" target="_blank">2.<span class="nfakPe">0</span>.5.</a><br> + <span class="nfakPe">JETTY</span>-696 <span class="nfakPe">jetty</span>.sh restart not working<br> + <span class="nfakPe">JETTY</span>-698 org.mortbay.resource.<div id=":2w4" class="ArwC7c ckChnd">JarResource.extract does not close JarInputStream jin<br> + <span class="nfakPe">JETTY</span>-699 Optimized cometd sending of 1 message to many many clients<br> + <span class="nfakPe">JETTY</span>-700 unit test for unread request data<br> + <span class="nfakPe">JETTY</span>-703 maxStopTimeMs added to QueuedThreadPool<br> + <span class="nfakPe">JETTY</span>-708 allow 3 scopes for jndi resources: jvm, server or webapp<br> + <span class="nfakPe">JETTY</span>-709 <span class="nfakPe">Jetty</span> plugin's WebAppConfig configured properties gets overridden by AbstractJettyRunMojo even when already set<br> + <span class="nfakPe">JETTY</span>-710 Worked around poor implementation of File.toURL()<br> + <span class="nfakPe">JETTY</span>-711 DataSourceUserRealm implementation<br> + <span class="nfakPe">JETTY</span>-712 HttpClient does not handle request complete after response complete<br> + <span class="nfakPe">JETTY</span>-715 AJP Key size as Integer<br> + <span class="nfakPe">JETTY</span>-716 Fixed NPE on empty cometd message<br> + <span class="nfakPe">JETTY</span>-718 during ssl unwrap, return true if some bytes were read, even if underflow<br> + <span class="nfakPe">JETTY</span>-720 fix HttpExchange.waitForStatus<br> + <span class="nfakPe">JETTY</span>-721 Support wildcard in VirtualHosts configuration<br> + <span class="nfakPe">JETTY</span>-723 <span class="nfakPe">jetty</span>.sh does not check if TMP already is set<br> + <span class="nfakPe">JETTY</span>-724 better handle EBCDIC default JVM encoding<br> + <span class="nfakPe">JETTY</span>-728 Improve Terracotta integration and performances<br> + <span class="nfakPe">JETTY</span>-730 Set SAX parse features to defaults<br> + <span class="nfakPe">JETTY</span>-731 DeliverListener for cometd<br> + <span class="nfakPe">JETTY</span>-732 Case Sensitive Basic Authentication Response Header Implementations<br> + <span class="nfakPe">JETTY</span>-733 Expose ssl connectors with xbean<br> + <span class="nfakPe">JETTY</span>-735 Wrong default jndi name on DataSourceUserRealm<br> + <span class="nfakPe">JETTY</span>-736 Client Specific cometd advice<br> + <span class="nfakPe">JETTY</span>-737 refactored <span class="nfakPe">jetty</span>.jar into <span class="nfakPe">jetty</span>, xml, security, ssl, webapp and deploy jars<br> + <span class="nfakPe">JETTY</span>-738 If <span class="nfakPe">jetty</span>.sh finds a pid file is does not check to see if a process with that pid is still running<br> + <span class="nfakPe">JETTY</span>-739 Race in QueuedThreadPool<br> + <span class="nfakPe">JETTY</span>-741 HttpClient connects slowly due to reverse address lookup by InetAddress.getHostName()<br> + <span class="nfakPe">JETTY</span>-742 Private messages in cometd chat demo<br> + <span class="nfakPe">JETTY</span>-747 Handle HttpClient exceptions better<br> + <span class="nfakPe">JETTY</span>-755 Optimized HttpParser and buffers for few busy connections<br> + <span class="nfakPe">JETTY</span>-757 Unhide JAAS classes <br> + <span class="nfakPe">JETTY</span>-758 Update JSP to glassfish tag SJSAS-9_1_1-B51-18_Sept_2008<br> + <span class="nfakPe">JETTY</span>-759 Fixed JSON small negative real numbers<br> + <span class="nfakPe">JETTY</span>-760 Handle wildcard VirtualHost and normalize hostname in ContextHandlerCollection<br> + <span class="nfakPe">JETTY</span>-762 improved QueuedThreadPool idle death handling<br> + <span class="nfakPe">JETTY</span>-763 Fixed AJP13 constructor<br> + <span class="nfakPe">JETTY</span>-766 Ensure SystemProperties set early on <span class="nfakPe">jetty</span>-maven-plugin<br clear="all"> <br>This pre-release has been a long time coming and we appreciate any feedback you may have.<br><br>cheers!<br>jesse<br><font color="#888888"><br></font></div><br clear="all"><br>-- <br>jesse mcconnell<br><a href="mailto:[email protected]">[email protected]</a><br> ------=_Part_9922_5105992.1225400164434--