Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Looking for update site with all Jetty bundles with same version as the one installed in current Eclipse release

Hi

In eclipse some  Jetty components was bundled in the standard eclipse update site. (
only a subset of jetty bundles. (cf. http://download.eclipse.org/releases/xxx content))

In our project, we need some extra features for websocket management to be used directly from eclipse ( we typically  need org.eclipse.jetty.websocket.javax.websocket and org.eclipse.jetty.websocket.javax.websocket.server plugins)

With older version of Eclipse, I was using the following update site (https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/) to complete the installation with compatible jetty bundles.

In more recent Eclipse, Jetty is now in version 10.x.x

I tried to install the older one on top of the new one, but the installation isn't functional (conflict, and mixing versions )
I also tried to create my own P2 site from jetty jar in maven using https://github.com/reficio/p2-maven-plugin . But again, get strange conflicts or degraded classloader performances making the OSGI platform not usable.
 
-> Does anyone know where to find a p2 update site with the other jetty bundles that would be compatible with the current Eclipse release ?

thanks

Didier
-- 
Didier Vojtisek
SED Rennes - DiverSE Team - LogicA Team
Inria, Univ Rennes, CNRS, IRISA

Back to the top