iwarapter / sonar-puppet

SonarQube plugin for Puppet code.
Other
26 stars 10 forks source link

Incompatibility with SQ 6.4 because of code colorizer API #271

Open dbmeneses opened 7 years ago

dbmeneses commented 7 years ago

The code colorizer API (deprecated since 4.5.2) will be removed in SonarQube 6.4. More details here: https://jira.sonarsource.com/browse/SONAR-7860

Puppet plugin is currently still using it, which would make it incompatible with SonarQube 6.4. It should use directly the highlighting mechanism available in the SensorContext.

iwarapter commented 7 years ago

@dbmeneses thanks for the update, the plugin was still on 4.5.2 so the move the 5.6.6 is bringing in lots nice new features but also lots of refactoring!

iwarapter commented 7 years ago

@dbmeneses There is a new release-candidate which should resolve this

cardil commented 6 years ago

Any updates on new version? It's been now almost a year since RC.

There is already SonarQube LTS 6.7.1 and I just confirm it fails with this plugin (version 1.4)