Currently the implementation only checks whether the class filename matches the given dependency name.
So if we're looking for com.something.SomeClass it will currently match the path extracted.jar/org/something/else/SomeClass.class which is incorrect. This should be fixed.
Also DependencyBundleResolver should provide the ability to change the match behavior easily.
Currently the implementation only checks whether the class filename matches the given dependency name. So if we're looking for com.something.SomeClass it will currently match the path extracted.jar/org/something/else/SomeClass.class which is incorrect. This should be fixed.
Also DependencyBundleResolver should provide the ability to change the match behavior easily.