Skip to main content

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

The Eclipse Tycho project is the source for bundles from maven repositories now.

It will use the references found in https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-p2/ to create a local P2 build for you.

Joakim Erdfelt / joakim@xxxxxxxxxxx


On Thu, Mar 24, 2022 at 12:13 PM Didier Vojtisek <didier.vojtisek@xxxxxxxx> wrote:
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
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top