Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Sonarqube 7.3 support #29

Open
chriske opened this issue Aug 23, 2018 · 4 comments
Open

Sonarqube 7.3 support #29

chriske opened this issue Aug 23, 2018 · 4 comments

Comments

@chriske
Copy link

chriske commented Aug 23, 2018

Currently the plugin is not working with the newest Sonarqube server, because there was some API deprecations. Is anyone started a fix to make it compatible?

@mrPsycho
Copy link

mrPsycho commented Jul 31, 2019

looks line no....
and switch to https://docs.sonarqube.org/latest/analysis/languages/kotlin/

@rafaelaguerra
Copy link

rafaelaguerra commented Aug 12, 2019

also sonarqube 7.9!

@momcilo78
Copy link

Looks like a missing class, according to the web.log:

java.lang.NoClassDefFoundError: org/sonar/api/batch/Sensor

@momcilo78
Copy link

momcilo78 commented Oct 8, 2020

According to the documentation of sonarqube:
http://javadocs.sonarsource.org/6.0/apidocs/org/sonar/api/batch/Sensor.html

since 5.6 use org.sonar.api.batch.sensor.Sensor
Also, it looks like this is not a simple package move, but rather completely different interface:
http://javadocs.sonarsource.org/7.9/apidocs/org/sonar/api/batch/sensor/Sensor.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants