Changes are made to accommodate the tests to the signatures of those methods in 
newer OSGi framework versions..

Basically, they change from Dictionary (raw) to Dictionary<String, ?>, and in 
the case of the `loadClass`method, it returns a Class (raw) object in 4.2.0 but 
a Class<?> in 6.0.0.

The change sin this PR make the osgi versions configurable (I've already 
created a jenkins build that uses the latest osgi 6.0.0) and safely 
accommodates the method signatures.

-- 
You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1034#issuecomment-258101532

Reply via email to