Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Staged: Jetty 9.0.0.v20130307 (take 2)

This marks "take 2" of the Jetty 9.0.0 release staging effort.

We have staged 9.0.0.v20130307 just now.  If everything goes well we will release this into maven central and generate p2 repositories later this week.  If we do end up identifying and issue that requires a re-stage then the .v identifier will change and we will make note of that change on this mailing list.

Temporary Staging Repository:
https://oss.sonatype.org/content/repositories/jetty-982/

Distribution Link:
https://oss.sonatype.org/content/repositories/jetty-982/org/eclipse/jetty/jetty-distribution/9.0.0.v20130307/jetty-distribution-9.0.0.v20130307.tar.gz

Version Link:
https://oss.sonatype.org/content/repositories/jetty-982/org/eclipse/jetty/jetty-project/9.0.0.v20130307/jetty-project-9.0.0.v20130307-version.txt

Stated VERSION.txt section:

jetty-9.0.0.v20130307 - 07 March 2013
 + 399070 add updated version of npn-boot jar to start.ini
 + 399799 do not hold lock while calling invalidation listeners
 + 399967 Destroyables destroyed on undeploy and shutdown hook
 + 400312 ServletContextListener.contextInitialized() is not called when added
   in ServletContainerInitializer.onStartup
 + 401495 removed unused getOutputStream
 + 401531 StringIndexOutOfBoundsException for "/*" <url-pattern> of
   <jsp-property-group> fix for multiple mappings to *.jsp
 + 401641 Fixed MBean setter for String[]
 + 401642 Less verbose INFOs
 + 401643 Improved Authentication exception messages and provided quiet servlet
   exception
 + 401644 Dump does not login user already logged in
 + 401651 Abort request if maxRequestsQueuedPerDestination is reached.
 + 401777 InputStreamResponseListener CJK byte (>=128) cause EOF.
 + 401904 fixed getRemoteAddr to return IP instead of hostname
 + 401908 Enhance DosFilter to allow dynamic configuration of attributes.
 + 401966 Ensure OSGI WebApp as Service (WebAppContext) can be deployed only
   through ServiceWebAppProvider
 + 402008 Websocket blocking write hangs when remote client dies (or is killed)
   without going thru Close handshake
 + 402048 org.eclipse.jetty.server.ShutdownMonitor doesn't stop after the jetty
   server is stopped
 + 402075 Massive old gen growth when hit by lots of non persistent
   connections.
 + 402090 httpsender PendingState cause uncertain data send to server.
 + 402106 fixed URI resize in HttpParser
 + 402148 Update Javadoc for WebSocketServlet for new API
 + 402154 WebSocket / Session.setIdleTimeout(ms) should support in-place idle
   timeout changes
 + 402185 updated _javascript_ mime-type
 + 402277 spdy proxy: fix race condition in nested push streams initiated by
   upstream server. Fix several other small proxy issues
 + 402316 HttpReceiver and null pointer exception.
 + 402341 Host with default port causes redirects loop.

Please begin your testing and report back on this thread.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
webtide.com
Developer advice, services and support
from the Jetty & CometD experts
eclipse.org/jetty - cometd.org

Back to the top