diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-01-14 15:41:58 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-01-16 09:43:15 +0100 |
commit | ebc50f841484231b7e5416a2e363235d1beeee3c (patch) | |
tree | 6c79cfc2b19141166abc69da40bba325dd77892c /server/sonar-docs/src | |
parent | 0fb574a5c62414c650554aaa890df9f5e51b3cae (diff) | |
download | sonarqube-ebc50f841484231b7e5416a2e363235d1beeee3c.tar.gz sonarqube-ebc50f841484231b7e5416a2e363235d1beeee3c.zip |
DOCS 7.6 upgrade notes
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index 6c9661c7b1c..dd217003c02 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -3,6 +3,13 @@ title: Release Upgrade Notes url: /setup/upgrade-notes/ --- +## Release 7.6 Upgrade Notes +**Quality Gates Simplified** +Quality Gates have been streamlined to remove a number of confusing optionS. Conditions previously using the "on new code" checkbox will be migrated to On New Code metrics. For example, a condition using the overall Coverage metric with the "on new code" checkbox enabled will be migrated to a condition using the Coverage on New Code metric. Additionally, some metric/operator conditions have been removed, and conditions using those combinations will be dropped in the migration. ([MMF-473](https://jira.sonarsource.com/browse/MMF-473)) + +**Conflict with FindBugs** +This version embeds SonarHTML, which analyzes both `.html` and `.jsp` files. Users previously analyzing JSP files with FindBugs will encounter analysis failure if both are present. + ## Release 7.5 Upgrade Notes **More Issues Backdated** Additional cases of issue backdating have been added, so fewer genuinely old issues will be reported in the New Code period ([MMF-1287](https://jira.sonarsource.com/browse/MMF-1287)) |