Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] CQs for jetty8

Jesse,
I would commit those in jetty's svn or somewhere on jetty's downloads.
I am not sure that these jars will work in OSGi: when we put these in
Orbit, all the projects that are using
Import-Package: javax.servlet;version="2.5"
will start picking up servlet 3.0

Servlet-3.0 will be fine.
But the same will then happen for the jasper consumers: this is where
we cannot put this in orbit without all required work to make sure
that it works in OSGi.


What do you think,
Hugues

On Sat, Mar 12, 2011 at 6:01 AM, Jesse McConnell
<jesse.mcconnell@xxxxxxxxx> wrote:
> Greg, Hugues...(and Jan!)
>
> These CQ's are clear now (4710,4711, 4712) so once they are in orbit,
> we can finally push jetty8 RC's
>
> I will get the release review documents submitted once we have the new
> IPLog generated and we should be good to go.
>
> cheers,
> jesse
>
> --
> jesse mcconnell
> jesse.mcconnell@xxxxxxxxx
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top