Details
Description
When using server side extensions (i.e LoginPasswordAuthenticator) there are a problem with plugin classloader. The plugin dependencies are not loaded (ClassNotFound exception is thrown when an external class is required).
If I decompress the plugin jar I can see the lib dir in META-INF containing all external dependencies.
Issue Links
- is depended upon by
-
SONARPLUGINS-525
Use sonar-plugin packaging
-
- is related to
-
SONAR-1691
Plugin class loading fails if class is located in common jar
-
I rename this issue because it affects any kinds of server-side extensions.