Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Bundles with different versions in Luna p2 and feature based product

Hi George,

The GMF Runtime intentionally uses the older Batik 1.6 in Luna. Even though it is called Batik 1.7, there were breaking API changes that we were not able to overcome when we tried to adopt Batik 1.7. So GMF remains on Batik 1.6.

Cheers...
Anthony




From:        Суаридзе Георгий Сергеевич <suag@xxxxx>
To:        cross-project-issues-dev@xxxxxxxxxxx <cross-project-issues-dev@xxxxxxxxxxx>
Date:        2014/08/06 09:11 AM
Subject:        [cross-project-issues-dev] Bundles with different versions in Luna p2 and feature based product
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx




Hello!

I'm developing application based on Eclipse Platform , GMF and other Eclipse technologies.
Now I'm trying to update my app to Luna and faced with some troubles:

1. Luna's p2 repository has 2 versions of several boundles:

org.apache.batik.util_1.6.0.v201011041432
org.apache.batik.util_1.7.0.v201011041433

org.apache.batik.util.gui_1.6.0.v201011041432
org.apache.batik.util.gui_1.7.0.v200903091627

org.apache.batik.css_1.6.0.v201011041432
org.apache.batik.css_1.7.0.v201011041433


Bundles with 1.6.0.v201011041432 version are used by GMF
and 1.7.0.v201011041433 used by Eclipse Platform

I know that for OSGI it is normal situation,
but is it normal for Eclipse Simultaneous Release?

2. My product is based on features.  I get a missing constraint validation error
stating that the required bundle org.apache.batik.util [1.6.0, 1.7.0) is missing.
But target platform has both versions. It seems that it always gets the latest version.
Does feature based product configuration supports bundles with different versions?

I have prepared demo app for this use case (see attachments)

Thanks,
George Suaridze[attachment "demo.zip" deleted by Anthony Hunter/Ottawa/IBM] _______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top