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)

You are probably right. It seemed to work with only p2 updated, but we don't really have to test if Equinox can be mixed in different versions.

I've done the OSGi runtime update. Could you update the versions in the root POM? IIRC this requires the Maven central upload. See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=352883

Best regards
Tobias

Igor Fedorenko wrote:
> 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


Back to the top