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

SQ Plugin: Remove the sonar runtime checks for versions prior 9.9 #7798

Closed
costin-zaharia-sonarsource opened this issue Aug 15, 2023 · 0 comments · Fixed by #9560
Closed
Assignees
Labels
Area: SQ Plugin Java plugin related issues. Sprint: Hardening Fix FPs/FNs/improvements Type: Cleanup Improve and cleanup code base
Milestone

Comments

@costin-zaharia-sonarsource
Copy link
Member

costin-zaharia-sonarsource commented Aug 15, 2023

Currently, the minimum supported version of SonarQube API is 9.9. See: https://github.com/SonarSource/sonar-dotnet/blob/master/sonar-csharp-plugin/pom.xml#L41

An older version of SonarQube will not start with the latest versions of sonar-dotnet plugins. Due to this, we can remove all the custom code that handles old versions of SQ API.

In the Java code search for Version.create( to find these cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: SQ Plugin Java plugin related issues. Sprint: Hardening Fix FPs/FNs/improvements Type: Cleanup Improve and cleanup code base
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants