Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] 7.5.1 and 8.0.1 Released!

We are pleased to announce the immediate availability of Jetty
7.5.1.v20110908 and 8.0.1.v20110908

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

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

It looks like we forgot to formally announce the last releases so this
announcement will pickup changes from all the versions.  7.5 picks up
a lot of performance enhancements and 8.0 represents the release of
our servlet 3.0 support.  8.0 is really a thin layer over the
functionality that is already battle hardened and proven in jetty 7 so
if you want servlet 3 support, go ahead and pick that up.

The list of issues resolved follow at the tail end of this mail.

cheers,
jesse

Jetty 7:

jetty-7.5.1.v20110908 - 08 September 2011
 + 350634 Added Resource.newResource(File)
 + 356190 fix monodb tests  for changed test api
 + 356428 removed timed waits from test
 + 356693 reduce visibility to webapp of websocket implementations
 + 356695 jetty server jars are provided for websockets
 + 356726 Instead of the sessionDestroyed called sessionCreated after
   invalidate session
 + 356751 Add null protection to ServletContextHandler.doStop
 + 356823 correctly decode close codes.  Send not utf-8 close code.
 + 357058 Acceptor thread blocking

jetty-7.5.0.v20110901 - 01 September 2011
 + 356421 Upgraded websocket to draft 13 support
 + 353073 better warnings

jetty-7.5.0.RC2 - 30 August 2011
 + 293739 Hide stacks in named log testing. Various other minor log cleanups in
   output.
 + 352188 TestClient correctly processes --host option in jetty-websocket
 + 352222 Moved JmxMonitor functionality from Codehaus
 + 353014 TimeoutExchangeTest run time reduced
 + 353073 deprecated non factory method for websocket clients
 + 353192 Better warning for classes of wrong type
 + 353623 Added new methods to HttpExchange
 + 353624 HttpURI accepts java.net.URI object in constructor
 + 354080 ServletContextHandler allows to replace any subordinate handler when
   restarted
 + 355478 set public to HashedSession, looks like honest mistake and not by
   design to be this way
 + 355854 remove automatic conversion in favor of issuing a warning for
   jetty-web.xml that can't be processed
 + 356128 Moved integration tests from jetty-monitor to test-integration module
 + 356137 Upgrade to jsp implementation version 2.1.3-b10
 + 356144 added SelectorManager.setSelectorPriorityDelta(int)
 + JETTY-1410 handle 1xx in similar fashion to 401s and 302s

jetty-7.5.0.RC1 - 19 August 2011
 + 276670 SLF4J loggers show correct location information
 + 335001 Eliminate expected exceptions from log when running in JBoss
 + 355103 Make allowCredentials default to true in CrossOriginFilter
 + 355162 Allow creating an empty resource collection
 + JETTY-1410 HTTP client handles CONTINUE 100 response correctly
 + JETTY-1414 HashLoginService doesn't refresh realm if specified config
   filename is not an absolute platform specific value

jetty-7.5.0.RC0 - 15 August 2011
 + 298502 Handle 200 Connect responses with no content-length
 + 347484 / - > ${/} in some paths in grant codebases
 + 349005 add javadoc detailing the convenience hack of removing leading /'s
 + 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
 + 352133 Generally resolve java 1.5isms
 + 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@codehaus-7.5.1.v20110908 - 08 September 2011
 + JETTY-1419 remove jetty-monitor from codehaus side
 + JETTY-1425 jboss-jetty sar uses old slf4j libs

jetty@codehaus-7.5.0.v20110901 - 01 September 2011
 + JETTY-1218 delete example extra webapp, too much bitrot

jetty@codehaus-7.5.0.RC2 - 30 August 2011
 + 293739 Deprecate static Jetty Log usage in favor of named logs

jetty@codehaus-7.5.0.RC1 - 19 August 2011

jetty@codehaus-7.5.0.RC0 - 15 August 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 8:

jetty-8.0.1.v20110908 - 08 September 2011
 + 350634 Added Resource.newResource(File)
 + 356190 fix mongodb tests  for changed test api
 + 356428 removed timed waits from test
 + 356693 reduce visibility to webapp of websocket implementations
 + 356695 jetty server jars are provided for websockets
 + 356726 Instead of the sessionDestroyed called sessionCreated after
   invalidate session
 + 356751 Add null protection to ServletContextHandler.doStop
 + 356823 correctly decode close codes.  Send not utf-8 close code.
 + 357058 Acceptor thread blocking

jetty-8.0.0.v20110901 - 01 September 2011
 + 352565 cookie httponly flag ignored
 + 353073 better warnings
 + 353285 ServletSecurity annotation ignored
 + 356421 Upgraded websocket to draft 13 support

jetty@codehaus-8.0.1.v20110908 - 08 September 2011
 + JETTY-1419 remove jetty-monitor from codehaus side
 + JETTY-1425 jboss-jetty sar uses old slf4j libs

jetty@codehaus-8.0.0.v20110901 - 01 September 2011
 + 293739 Deprecate static Jetty Log usage in favor of named logs
 + JETTY-1218 delete example extra webapp, too much bitrot

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

--
jesse mcconnell
jesse@xxxxxxxxxxx

http://webtide.com / http://intalio.com
(the folks behind jetty and cometd)


Back to the top