2015-06-12 19:49 GMT+02:00 Robert M. Mather <robert.mather....@gmail.com>:
> In the online documentation, the Felix Framework is listed as "An > implementation of the OSGi R5 core framework.", but in the manifest the > Bundle-Description says "OSGi R4 framework". Which one is correct? > R6 ;-) > > On a more general note, I know that the OSGi interfaces are backwards > compatible, but is it best practice to use standard libraries matching the > core framework version (ie use cmpn R5 with osgi core R5) or just use the > latest standard libraries available? > If you want your bundle to be more flexible, you should use the minimum version which is required when importing a package. > > Thanks, > > Robert >