sfeir-open-source / sonar-clover

It provides the ability to feed SonarQube with code coverage data coming from Atlassian Clover
Apache License 2.0
15 stars 25 forks source link

NoClassDefFoundError after upgrading to SonarQube 9 #55

Open panine opened 2 years ago

panine commented 2 years ago

sonar-plugin-api no longer provides the necessary XML libraries, resulting in java.lang.NoClassDefFoundError: com/ctc/wstx/stax/WstxInputFactory

We have this code running in production, and so far no complaints.

As you will see, this PR also adresses the issue regarding the groovy grvy language code. It was simply a matter of activating the sonar-groovy plugin in the test sonarqube.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

Tony-Proum commented 2 years ago

Hi thank you for your update, I will test it soon to see if we can merger it. Sorry for the delay !

josesa-xx commented 11 months ago

We have recently upgraded sonar to version 9.9.1 and started seeing this problem.