[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ecf-dev] rosgi and asm in Luna
|
On 04/13/2014 03:13 AM, Scott Lewis wrote:
> rosgi currently has a dependency on asm that has this version range
> [3.1.0,4.0.0).
>
> Problem is...Eclipse Luna (for Java8 support primarily) is moving to
> using asm version 5.0.1.
>
> We currently have a pending CQ for reusing asm 5.0.1 [1].
>
> Fortunately Luna does (at least currently) also have asm v3.3.1 present
> as well (I'm not sure whether the plan for the platform is to keep it
> there, but I think it must be...for Java7 support).
>
> However, our timeservice example product configs don't run properly 'out
> of the box' for the rosgi provider (on Luna anyway)...because of the
> 5.0.1/3.3.1 version confusion.
>
> In any event, I suppose the question is: Does someone want to take on
> allowing r-osgi to run on asm 5.0.1?). Would it be possible to run
> rosgi on a version range that was (e.g.) [3.1.0,5.0.1]?
Hi Scott,
is there any technical reason to upgrade to asm 5.x.x expect that Luna
comes with it? If no - unless asm is a singleton bundle - we can easily
distribute asm 3.x.x with ECF and let Luna ship whatever it wants to.
M.