OSGI imports for xbean-blueprint need some updates to better support equinox
----------------------------------------------------------------------------
Key: XBEAN-150
URL: https://issues.apache.org/jira/browse/XBEAN-150
Project: XBean
Issue Type: Bug
Affects Versions: 3.7
Reporter: Daniel Kulp
The imports for xbeans-blueprint has two issues:
javax.script is required. I believe this can and should be marked optional.
org.osgi.service.cm is marked as requiring version 1.3.0. However, I THINK
this could be changed to [1.2,1.4) or similar. The main issue is that the
version that equinox provides for Helios is 1.2.1. Thus, xbeans-blueprint
won't really work with equinox without adding additional/new/updated osgi
system level stuff which people may be hesitant to do.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.