codice / acdebugger

Purpose-built debugger for determining missing OSGi bundle security permissions
Apache License 2.0
7 stars 10 forks source link

The backdoor bundle requires "sun" packages normally optional in embedded Boon #14

Closed paouelle closed 6 years ago

paouelle commented 6 years ago

Description

The backdoor bundle which is embedding Boon is requiring com.sun.management and sun.misc which are normally marked optional in Boon's bundle. This is causing startup issue when those are not found.

Steps to Reproduce

  1. Build DDF's kernel with version 1.1 of the backdoor bundle
  2. Run itests and see them failed because of missing dependencies

Expected behavior:

It shouldn't fail because of missing dependencies.

Actual behavior:

The above mentioned packages were missing and as such, the system couldn't come up.

Reproduces how often:

100%

Version

acdebugger-1.1

Additional Information