Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 7.5.0.RC0 and 8.0.0.RC0

We have released some release candidates for the 7.5.0 and 8.0.0
version of jetty.  The 7.5.0 (and by virtue of the merging 8.0.0) has
had a focus on performance.

The target date for actual releases for both is Sept 1, 2011.

All artifacts are present in maven central and are also available from
the normal download locations at eclipse and codehaus.

- http://download.eclipse.org/jetty
- http://dist.codehaus.org/jetty

Shockingly we are also releasing deb and rpm artifacts for these
builds that incorporate the jetty-hightide distribution.  These are
also in maven central under the org.mortbay.jetty.dist:jetty-deb and
org.mortbay.jetty.dist:jetty-rpm coordinates or also from the codehaus
downloads directory.

- http://dist.codehaus.org/jetty/deb
- http://dist.codehaus.org/jetty/rpm

We also a couple of archetypes releasing thanks to some user
contributions by John Simone.  These are located under the
org.mortbay.jetty.archetype group in maven central.

- http://repo2.maven.org/maven2/org/mortbay/jetty/archetype/

Below is a list of the issues fixed in these release candidates.

cheers!
jesse

p.s. let us know how the deb and rpm dists are working, special thanks
to Trygve for helping get the plugin that generated them into shape.

jetty-7.5.0.RC0 August 15th 2011
 + 298502 Handle 200 Connect responses with no content-length
 + 351516 Refactored sessions to better support nosql session managers
 + 351576 Do not use deprecated method File.toURL()
 + 352046 Need try/catch around features set in XmlParser
 + 352176 xml parsing on startElement should be more flexible on using
qName or localName
 + 352421 HttpURI paths beginning with '.'
 + 352684 Implemented spinning thread analyzer
 + 352786 GzipFilter fails to pass parameters to GzipResponseWrapper
 + 352999 ExpireTest running too long
 + 353073 WebSocketClient
 + 353095 maven-jetty-plugin: PermGen leak due to javax.el.BeanELResolver
 + 353165 addJars can follow symbolic link jar files
 + 353210 Bundle-Version in o.e.j.o.boot.logback fix
 + 353465 JAASLoginService ignores callbackHandlerClass
 + 353563 HttpDestinationQueueTest too slow
 + 353862 Improve performance of QuotedStringTokenizer.quote()
 + 354014 Content-Length is passed to wrapped response in GZipFilter
 + 354204 Charset encodings property file not used
 + 354397 RewriteRegexRule handles special characters in regex group
 + 354466 Typo in example config of jetty-plus.xml

jetty-8.0.0.RC0 August 16th 2011
 + Merge from jetty-7.4.3
 + Enable annotations by default
 + 352565 cookie httponly flag ignored
 + 353285 ServletSecurity annotation ignored

jetty@codehaus 7.5.0.RC0 August 15th 2011
 + Fix test-jaas-webapp/authfail.html format
 + JETTY-991 Implement run-forked mojo for jetty-maven-plugin
 + JETTY-1383 Provide Debian and RPM binary distribution of Core Jetty
 + JETTY-1393 add jetty-jboss session manager methods
 + JETTY-1394 Do not use deprecated method File.toURL()
 + JETTY-1399 Add more setters for jetty-maven-plugin configuration parameters
 + JETTY-1401 migrate jetty-jmx-ws module
 + JETTY-1404 Allow configuring resource path precedence in jetty-maven-plugin
 + JETTY-1412 runner ignores log config from config
 + 352512 setup archetypes into jetty codehaus build
 + 353932 add file server archetype

jetty@codehaus 8.0.0.RC0 August 16th 2011
 + merge of 7.5.0.RC0
 + 353285 ServletSecurity annotation ignored



--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


Back to the top