Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using APIs deprecated before 5.6, to support SonarQube 7.3 #72

Open
henryju opened this issue Jul 16, 2018 · 10 comments
Open

Stop using APIs deprecated before 5.6, to support SonarQube 7.3 #72

henryju opened this issue Jul 16, 2018 · 10 comments

Comments

@henryju
Copy link
Contributor

henryju commented Jul 16, 2018

These APIs will be dropped in SQ 7.3, for example:

@verglor
Copy link

verglor commented Aug 24, 2018

According to Plugin Version Matrix Groovy plugin is not supported in 7.2+
Is this issue the reason ?

@henryju
Copy link
Contributor Author

henryju commented Aug 27, 2018

Yes

@pvdissel
Copy link

Is this plugin going to be updated to work with 7.3+?

@armsargis
Copy link

Hi I fixed plugin to work with sonar 7.3, you can find it here: https://github.com/armsargis/sonar-groovy/tree/sonar-7.3.

Meanwhile will clean code and send pull request

@hypery2k
Copy link

any news for the PR?

@pcarenza
Copy link

pcarenza commented Oct 9, 2018

Also looking forward to getting this merged into main

@muhlba91
Copy link

muhlba91 commented Nov 9, 2018

any information on this issue? it's preventing all sonarqube analysis made by the gradle plugin as well

@rschaeferhig
Copy link

Any update? This is blocking our upgrade to 7.4.

@EpicVoyage
Copy link

Issue #81 is the best bet to move forward on this.

@thekozak
Copy link

thekozak commented Jan 8, 2019

This worked for me:

git clone https://github.com/armsargis/sonar-groovy.git
cd sonar-groovy
git checkout sonar-7.3
mvn package
cp sonar-groovy-plugin/target/sonar-groovy-plugin-1.6.jar /extensions/plugins/

Restart the server and rerun scanner

TobiX referenced this issue in Inform-Software/sonar-groovy Jan 15, 2019
CI build also runs against 7.3 and 7.5 to validate compatibility.

This closes #86 and fixes #72.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants