devcon5io / mutation-analysis-plugin

Plugin for SonarQube to process mutation analysis results.
GNU Lesser General Public License v3.0
30 stars 17 forks source link

Make "mutation-analysis-plugin" compatible with SonarQube 10.4 "DownloadOnlyWhenRequired" feature #76

Closed agigleux closed 6 months ago

agigleux commented 8 months ago

Hello,

I'm Alex, Product Manager at Sonar.

SonarQube 10.4 will come with a feature to only download Sonar analyzers and 3rd-party plugins when they are really required by the Scanner. To make this feature work, each analyzer or 3rd-party plugin should declare the list of languages on which they expect to raise issues through a new MANIFEST property called Plugin-RequiredForLanguages.

See https://community.sonarsource.com/t/the-sonarscanners-download-only-required-3rd-party-plugins/108156 for more details.

Regards

gmuecke commented 6 months ago

Hi @agigleux this is fixed in version 1.8, PR https://github.com/SonarSource/sonar-update-center-properties/pull/533