Hello,
I am just switching from spring version 2.5.1 to 2.5.5.
In the spring core 2.5.5 Manifest file an entry for:
Code:
org.eclipse.core.runtime;resolution:=optional;common=split
was added.
I am using the Apache Felix Bundlerepository implementation to bootstrap my OSGi environment and as the attribute is not in the
OSGi spec (as far as I know) I get an
Code:
org.osgi.framework.InvalidSyntaxException
Will the import stay this way (why does spring-core have an import for eclipse
runtime?) because then I have to build my custom spring-core Manifest?
I don't know if the Spring-DM team is responsible for osgifying the spring core libs - but I didn't know where to post elsewhere...
Thanx in advance for any help,
Michael