Re: Resolving to micro version

2018-04-04 Thread Katsuya Tomioka
your problem is in the package > > import range you stated in your original message: > > > > "[7.24.0,7.24.1)" > > > > Do you know how the import range came to be so narrow? Typically the > range > > is something like > > > > "[7.24.0,7.2

Re: Resolving to micro version

2018-04-04 Thread Katsuya Tomioka
bundle 13 is wrong. You > should not have semantic differences at the level of the micro version. > However if you really, really need such a tight range then you should also > use the same tight range on the import from bundle rbl-osgi. > > Regards, > Neil > > > > On

Resolving to micro version

2018-04-03 Thread Katsuya Tomioka
Felix users, I have same bundles (say "A") installed only different by micro versions, 7.24.0 and 7.24.100. I have then another ("B") imports packages from "A" such that: "[7.24.0,7.24.1)". This works fine if I installed 7.24.0 only. But soon as 7.24.100 installed, the bundle B fails to resolve

Re: Resolving to micro version

2018-04-03 Thread Katsuya Tomioka
{version=7.24.0.c592} (from 7.24.104) com.basistech.rbl.osgi {version=7.24.104.c592} Importing side: com.basistech.rbl.osgi {version=[7.24.0,7.24.1)} On Tue, Apr 3, 2018 at 5:27 PM, Neil Bartlett <njbartl...@gmail.com> wrote: > > > On 3 Apr 2018, at 22: