Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Next release wish list

You can use the jetty-start 9.0.0.M1 as well.

http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-start/9.0.0.M1/
http://search.maven.org/#artifactdetails%7Corg.eclipse.jetty%7Cjetty-start%7C9.0.0.M1%7Cjar

<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-start</artifactId>
    <version>9.0.0.M1</version>
</dependency>

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
www.webtide.com
Developer advice, services and support
from the Jetty & CometD experts.



On Mon, Oct 29, 2012 at 12:41 PM, ccleve <ccleve.tech@xxxxxxxxx> wrote:
No, no issue with start.jar. It's just that we use maven for all artifacts, including start.jar, and want to keep the versions consistent. I'll try to use the jetty 8 start.jar with the jetty 9 server.




On 10/29/2012 2:26 PM, Joakim Erdfelt wrote:
Jetty 9 already has a jetty-start in it (in the form of start.jar)

Have you tried out the existing milestones?
Was there some behavior change that affected you?

There has been some work around HttpClient + Servlet 3.0 async in the
past few weeks, so stay tuned for that.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx
<mailto:joakim@xxxxxxxxxxx>>
www.webtide.com <http://www.webtide.com/>

Developer advice, services and support
from the Jetty & CometD experts.



On Mon, Oct 29, 2012 at 12:21 PM, ccleve
<ccleve.tech@xxxxxxxxx
<mailto:ccleve.tech@xxxxxxxxx>> wrote:

    It would be double extra-cool if the next milestone release would
    include:

    -- A jetty 9 version of jetty-start. This would make it easier for
    us to use our standard startup script for debugging.

    -- A rewritten proxy servlet that used the Servlet 3.0 Async feature
    and the new HttpClient API. We don't plan to use it directly, but
    the sample code would be really helpful in writing our own stuff.

    These two things might make it possible for us to go to Jetty 9 now.

    _________________________________________________
    jetty-users mailing list
    jetty-users@xxxxxxxxxxx
    <mailto:jetty-users@eclipse.org>
    https://dev.eclipse.org/__mailman/listinfo/jetty-users
    <https://dev.eclipse.org/mailman/listinfo/jetty-users>





_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top