Skip to content

Releases: Inform-Software/sonar-groovy

1.8

18 Aug 22:46
Compare
Choose a tag to compare

The biggest change in this release is the update of CodeNarc to 1.6.1, thanks to @goober! (see #58)
That update was a big step CodeNarc changed its documentation from APT to Markdown and this plugin creates SonarQube rules from that documentation.

Other changes:

  • Fixed compatibility with SonarQube 9.0 (fixes #65)
  • Use Spotless for code formatting
  • Get rid of some deprecation warnings (fixes #57)
  • Minor dependency updates

Second preview for release 1.8

15 Aug 21:19
Compare
Choose a tag to compare
Pre-release

Not that much new, but some minor fixes and updates:

  • Updated CodeNarc to 1.6.1 (thanks to @goober, #58)
  • Fixed compatibility with SonarQube 9.0 (fixes #65)
  • Use Spotless for code formatting
  • Get rid of some deprecation warnings (fixes #57)

Preview release for 1.8

15 Aug 14:42
Compare
Choose a tag to compare
Pre-release

Not that much new, but some minor fixes and updates:

  • Updated CodeNarc to 1.6.1 (thanks to @goober, #58)
  • Fixed compatibility with SonarQube 9.0 (fixes #65)
  • Use Spotless for code formatting
  • Get rid of some deprecation warnings (fixes #57)

1.7

30 May 21:35
Compare
Choose a tag to compare
1.7

Changed

  • Remove backwards compatibility hacks (drop support for everything older then SonarQube 7.8)
  • Some dependency updates
  • Deprecates support for JaCoCo binary format (use the SonarQube JaCoCo plugin instead)
  • Switch CI from Travis to GitHub Actions
  • Run tests against SonarQube 7.8-8.9

Fixed

  • Align JUnit property with Java plugin (fixes #43)

Removed

  • Compatibility with JaCoCo older then 0.7.5 (released in mid-2015)

First preview for 1.7

19 May 22:05
Compare
Choose a tag to compare
First preview for 1.7 Pre-release
Pre-release

Changed

  • Remove backwards compatibility hacks (drop support for everything older then SonarQube 7.8)
  • Some dependency updates
  • Deprecates support for JaCoCo binary format (use the SonarQube JaCoCo plugin instead)
  • Switch CI from Travis to GitHub Actions
  • Run tests against SonarQube 7.8-8.9

Fixed

  • Align JUnit property with Java plugin (fixes #43)

Removed

  • Compatibility with JaCoCo older then 0.7.5 (released in mid-2015)

Version 1.6 for SonarQube 6.7-7.9

04 Jul 20:09
Compare
Choose a tag to compare

First release after I took over the plugin.

Highlights:

  • Support for SonarQube 6.7-7.9
  • CodeNarc updated to 1.4
  • GMetric updated to 1.0

Please see the changelog for all details.