Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 2.14 KB

release-notes.adoc

File metadata and controls

61 lines (38 loc) · 2.14 KB

Release Notes

2.0.0

  • Upgraded compatibility to jQAssistant 2.0 and SonarQube 9.9 (LTS)

1.12.1

  • Improved sensor performance by caching XML reports in Maven multi-module reactors

  • Ensure that all issues that cannot be attached to a file are displayed on project level

1.12.0

  • Added support for reporting warnings generated by jQAssistant as issues in SonarQube

1.11.0

  • Adopted changes of jQAssistant XML reports to improve matching of source code locations for issues in SonarQube

1.10.0

  • Upgraded compatibility to SonarQube 8.9 LTS

  • Added a configuration option to select the issue type (i.e. CODE_SMELL, BUG, etc.)

1.9.0

  • To allow filtering issues by rule type the plugin now creates ad-hoc rules/external issues instead of generic concept/constraint issues where possible. This is currently limited to issues that can be resolved to files (e.g. Java classes).

  • Added detection of jQAssistant XML reports from parent modules

1.8.2

1.8.1

  • Upgraded to jQAssistant 1.8.0

  • Fixed an error when creating an issue referencing a line number

1.7.3

  • Clarified behavior of configuration property sonar.jqassistant.reportPath: Added support for absolute paths and resolving relative paths by using the current module directory (issue)

  • The primary column of a result is no longer included in the message of an issue if it could be matched to a source location in SonarQube (issue)

1.7.2

  • Initial entry into the SonarQube Marketplace (pending)

  • Fixed JAXB related error when running an analysis using Java version 11 or newer

1.7.1

  • Reduced size of plugin JAR file

1.7.0

  • Migrated to SonarQube 7.9 API

  • Added support for multi-module projects

  • Changed name of published JAR artifact to sonar-jqassistant-plugin-<version>.jar