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

https://bugs.eclipse.org/bugs/show_bug.cgi?id=367187 should be fixed by 4.5
M2

Regards,
Vikas
------------------------------------------------------------------------
Eclipse Modeling/ PDE
IBM Rational
EGL D Block - Bangalore, India
Office Phone No : +91 - 80 - 41776506
------------------------------------------------------------------------



From:	???????? ??????? ????????? <suag@xxxxx>
To:	Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Date:	09/05/2014 11:54 PM
Subject:	Re: [cross-project-issues-dev] Bundles with different versions
            in	Luna p2 and feature based product
Sent by:	cross-project-issues-dev-bounces@xxxxxxxxxxx



Hello Anthony,

I found a bug [1] related to my problem and posted the patch on it.
There is hope that it will be fixed in the next version =)

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=367187

Regards,
George

> ??: Anthony Hunter <anthonyh@xxxxxxxxxx>
> ??????????: 06.08.2014 12:18
> ????: Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
> ???????? ?????: Cross project issues
<cross-project-issues-dev@xxxxxxxxxxx>
> ????: 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



_______________________________________________
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