[equinox-dev] target version of osgi specs for juno

2012-07-03 Thread Raymond Auge
Hey All, I'm wondering which specific versions of the 4 enteprise/compendium spec are the basis for juno. Is it still this jar from orbit: http://download.eclipse.org/tools/orbit/downloads/

Re: [equinox-dev] target version of osgi specs for juno

2012-07-03 Thread BJ Hargrave
Several of the OSGi spec implementations in Equinox Juno are used as RI for OSGi Compendium 4.3: DS, Metatype, Coordinator, Initial Provisioning, Event Admin, Wire Admin. So all those implementations are at the Compendium 4.3 level. I don't know the status of the other OSGi spec impls in

Re: [equinox-dev] target version of osgi specs for juno

2012-07-03 Thread Scott Lewis
On 7/3/2012 10:48 AM, BJ Hargrave wrote: Several of the OSGi spec implementations in Equinox Juno are used as RI for OSGi Compendium 4.3: DS, Metatype, Coordinator, Initial Provisioning, Event Admin, Wire Admin. So all those implementations are at the Compendium 4.3 level. I don't know the

Re: [equinox-dev] target version of osgi specs for juno

2012-07-03 Thread Raymond Auge
Thank you for the feedback. The moral of the story is only use the osgi.org API jar's as reference, not as actual deployable artifacts. Sincerely, - Ray On Tue, Jul 3, 2012 at 2:27 PM, Scott Lewis sle...@composent.com wrote: On 7/3/2012 10:48 AM, BJ Hargrave wrote: Several of the OSGi

Re: [equinox-dev] target version of osgi specs for juno

2012-07-03 Thread Neil Bartlett
Hi Raymond, That's certainly true for the osgi.core jar, which must be used only as a build-time dependency (and indeed it's better to build against this than against a specific framework such as Equinox, since you avoid accidentally depending on anything not in the spec). However there is no