Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Issue with Jetty 7 upgrade because Equinox SDK 3.7.1 includes old Jetty libs - version 6.1.23

Hi Dmitry,

Indeed if you use org.eclipse.equinox.http.jetty found in equinox Helios and Indigo (3.6 and 3.7) it can only work with jetty-6.*
This bundle uses jetty's internal APIs and won't work with jetty-7.
3 possible choices:
1- Use Eclipse-Web-StarterKit which does not use  org.eclipse.equinox.http.jetty but does support the HttpService
2- move straight to equinox-3.8.M4 and jetty-8.1.0.RC1: this is the first build of equinox-eclipse without jetty-6.
3- Port org.eclipse.equinox.http.jetty to jetty7. We can provide you some pointers if you want to do that.

Hugues

On Thu, Dec 15, 2011 at 1:20 AM, Dmitry Ogievich <ogievichdv@xxxxxxxxx> wrote:

Hi,

On the current project we are using Equinox 3.6 and 
jetty 6.1.23. So we decided to upgrade Equinox up to version 3.7.1 (latest release) and jetty up to version 7.5.1 (latest release).

During the Equinox upgrade we noticed that bundle 'org.eclipse.equinox.http.
jetty' contains references to the old jetty libs of version 6.1.23 (org.mortbay.*) which were removed in jetty 7.5.1.
Such restriction prevents us to upgrade 
jetty.

Does anyone faced with such situation? Probably there is updated 'org.eclipse.equinox.http.
jetty' lib for Equinox 3.7.1 compatible with jetty 7.5.1 somewhere? I will highly appreciate if someone could provide the link to download such lib version if it exists?

BTW I asked the same question on the Equinox forum and I’ve got an answer that Equinox did not upgrade to support jetty 7. Equinox developers think that probably eclipse jetty project does have some support for the http service with jetty 7.

 

Thanks in advance,

Dmitry Ogievich


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



Back to the top