Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] rosgi and asm in Luna

Hi Folks,

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]?

Scott

[1] https://dev.eclipse.org/ipzilla/show_bug.cgi?id=8123


Back to the top