Log Message: |
Fix issue FELIX-2093 : iPOJO doesn't always use the correct class loader to load Nullable classes
This came from the dynamic proxy strange behavior. The proxy don't use the specification classloader to load transitive classes. To fix that, the delegation is made manually.
This commit also update some tests to the latest pax:exam / tinybundle API.
|