Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] [Fwd: Re: [jetty-user] Release Candidate 7.0.0.RC6 - jetty & hightide]



-------- Original Message --------
Subject: Re: [jetty-user] Release Candidate 7.0.0.RC6 - jetty & hightide
Date: Wed, 23 Sep 2009 10:47:00 +1000
From: Jan Bartel <janb@xxxxxxxxxxx>
Organization: Webtide
To: user@xxxxxxxxxxxxxxxxxx
CC: jetty-user@xxxxxxxxxxx
References: <4AB95F3B.2020804@xxxxxxxxxxx> <df60861f0909221704o77345c2ay22893e3afdf711df@xxxxxxxxxxxxxx>

Julio,

Interesting. Pity they drew the wrong conclusion that jetty does not
support redeployment, only (fast) container restart!

As all good jetty users know, we support redeployment at least 4 different
ways:

1. with the ContextDeployer
2. with the jetty-maven-plugin
3. via jmx and the WebAppContext mbean
4. programmatically via jetty api when running embedded

I wonder how many of the jboss deployments were actually using jetty
as the embedded web container?

;)

Jan


Julio Viegas wrote:
Hey Jetty users, check this out:
http://www.zeroturnaround.com/blog/java-ee-container-redeploy-restart-turnaround-report/

Jetty appears as the fastest container for roundtrip development in
all comparisons! Great! ;)

Notice: I'm not associated with zeroturnaround neither doing any kind
of market of their products here.

Rgrds,
JV -- julioviegas.com

On Tue, Sep 22, 2009 at 20:35, Greg Wilkins <gregw@xxxxxxxxxxx> wrote:
All,

Jetty release candidate 7.0.0.RC6 is now available as:

 * the core jetty-distribution via http://eclipse.org/jetty
 * the extended jetty-hightide via http://jetty.codehaus.org

Despite a moderate long list of minor changes, we feel that this
RC should be the last before a 7.0.0 final.   Unless a functional
bug is found in the next week, expect 7.0.0 next week.

Please give RC6 a thorough testing.

jetty-7.0.0.RC6 September 18th 2009
 + JETTY-719 Document state machine of jetty http client
 + JETTY-780 CNFE during startup of webapp with spring-context >= 2.5.1
 + JETTY-936 274251 Improved servlet matching and optimized'
 + JETTY-1080 modify previous fix to work on windows
 + JETTY-1084 HEAD command not setting content-type in response under certain
circumstances
 + JETTY-1086 Use UncheckedPrintWriter & cleaned up HttpStatus.Code usage
 + JETTY-1090 resolve potential infinite loop with webdav listener
 + JETTY-1092 MultiPartFilter can be pushed into infinite loop
 + JETTY-1093 Request.toString throws exception when size exceeds 4k
 + JETTY-1098 Default form encoding is UTF8
 + JETTY-1101 Updated servlet3 continuation constructor
 + JETTY-1105 Custom error pages aren't working
 + JETTY-1108 SSL EOF detection
 + JETTY-1112 Response fails if header exceeds buffer size
 + JETTY-1113 IllegalStateException when adding servlet filters programmatically
 + 280723 Add non blocking statistics handler
 + 282543 HttpClient SSL buffer size fix
 + 283357 org.eclipse.jetty.server.HttpConnectionTest exceptions
 + 288055 jetty-client fails to resolve failed resolution attempts correctly
 + 288153 jetty-client resend doesn't reset exchange
 + 288466 LocalConnector is not thread safe
 + 288514 AbstractConnector does not handle InterruptedExceptions on shutdown
 + 288772 Failure to connect does not set status to EXCEPTED
 + 289146 formalize reload policy functionality
 + 289156 jetty-client: no longer throw runtime exception for bad authn details
 + 288182 PUT request fails during retry
 + 289221 HttpExchange does not timeout when using blocking connector
 + 289285 org.eclipse.jetty.continuation 7.0.0.RC5 imports the
org.mortbay.util.ajax package
 + 289686 HttpExchange.setStatus() has too coarse synchronization
 + Tweak DefaultServletTest under windows
 + Copy VERSION.txt to distro
 + Remove printlns from jetty-plus

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email





--
Jan Bartel, Webtide LLC | janb@xxxxxxxxxxx | http://www.webtide.com

--
Jan Bartel, Webtide LLC | janb@xxxxxxxxxxx | http://www.webtide.com


Back to the top