Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] objectweb.asm 3.1

Jan and Markus,

It seems that the platform is now using objectweb asm version 3.1 and we are currently using version 3.0 (for r-OSGi dynamic proxy creation)

Our import package in the r-osgi bundle currently looks like this:

Import-Package: org.objectweb.asm;version="[3.0.0,3.1.0)",

So with this markup, 3.1 is *not* included in the version range. If I set the version range to include 3.1 everything compiles ok using the platform provided 3.1. I haven't done any runtime testing though.

So, my question is: can/could we use 3.1 rather than 3.0? If so, it would save us some distribution size/dependency.

Here's the platform CQ for ASM 3.1: http://dev.eclipse.org/ipzilla/show_bug.cgi?id=3064

If we are to use 3.1, we would need to submit a piggyback CQ pretty soon...but that should be very easy.

thanks,

Scott






Back to the top