Thanks for this report. I’ve updated the Marketplace to not show PMD as compatible with 10.2, but since JavaMelody isn’t in the Marketplace, there’s not much I can do.
That said, I’m not able to find a ticket that references the underlying Caused by:
Thanks for reaching out for this issue.
Based on the log that you provided, the instance fails to start because the deprecated SonarPlugin class has been removed in version 10.0 of the plugin-api which is used in SonarQube version 10.2.
Related Jira ticket.
In order for the plugin to work in version 10.2 of SonarQube, it will have to replace the usages of the removed classes.
thanks for the details!
So far i have not received any feedback for the Github issue.
We use the Java Melody monitoring plugin also for Jenkins and i like it.
Hope the sonar-javamelody monitoring plugin gets an update…
To clarify, the class was removed on version 10.0 of the sonar-plugin, which is used in version 10.2 of SonarQube. SonarQube versions ≤10.1 should support the plugin.
Having the same major version for SonarQube and the sonar-plugin can be confusing.