Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Update p2 (bug 352883)

There are two cases, iirc. The code that runs inside Maven jvm (target
platform resolver, mainly) will use org.eclipse.osgi bundle that is
defined in tycho pom.xml file. The code that runs in external jvm (p2
publisher and others), will use version of the bundle packaged in
tycho-p2-runtime.

To keep things simple, I would update everything to Juno M1. I can
deploy equinox and jdt to Maven central, if you want.

--
Regards,
Igor

On 11-08-22 3:30 PM, Oberlies, Tobias wrote:
Hi Igor,
I’ve just started working on
_https://bugs.eclipse.org/bugs/show_bug.cgi?id=352883_, and I was
wondering if it makes any difference if we update only the p2 stuff or
everything from Equinox (incl. the version of org.eclipse.osgi).
Is my assumption correct, that the org.eclipse.osgi bundle is loaded by
the Maven class loader?
Regards
Tobias


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


Back to the top