Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
subsystem-2.0.6, subsystem-2.0.8
-
None
-
None
Description
The Aries subsystems implementation is currently failing the org.osgi.test.cases.subsystem.junit.DeploymentHeadersTests.testGetDeploymentHeaders() test of the OSGi R6 CT but should not.
The CT expects the returned Import-Package header to exactly match what is expected and does not allow for equivalence. For example, an implementation may include parameters with their default values.
The following passes: org.osgi.service.log;version="0.0.0".
The following fails but should pass: org.osgi.service.log;version="0.0.0";resolution:=mandatory.
A bug has been opened with OSGi at https://osgi.org/members/bugzilla/show_bug.cgi?id=2875.
Attachments
Issue Links
- is duplicated by
-
ARIES-1440 OSGi Subsystems CT testGetDeploymentHeaders() failure 'Wrong Import-Package header'
- Closed