The database cleanup mechanism has been fully refactored in this version 2.14 to highly reduce the number of rows in the projet_measures table (divided by 3) and to prevent having some deadlocks when executing several inspections in parallel. So don't be surprised if the first time (and only the first time) you analyse a project with this version 2.14 it takes more time as the full history on this project is inspected and useless rows are purged. |
Only Java projects were supported in previous versions. This limitation has been dropped. Any coding language is supported if the property sonar.cpd.engine is set to "sonar" instead of "pmd".
See SONAR-3180 - the Apache AJP13 connector has been removed.
The property "rewriteBatchedStatements=true" must be appended to MySQL JDBC URL declared on batch side (Maven Plugin, Ant Task, SonarQubeRunner, Hudson/Jenkins plugin, ...). For example : jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true
The treemaps have been improved in order to support all the features of the Radiator plugin :
The Views plugin must be upgraded to version 1.7. All previous versions are not supported.