]> source.dussan.org Git - sonarqube.git/commit
SONAR-12271 require SQ 7.9 installed to upgrade to 8.0 and later
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Wed, 10 Jul 2019 09:01:25 +0000 (11:01 +0200)
committerSonarTech <sonartech@sonarsource.com>
Tue, 30 Jul 2019 18:24:27 +0000 (20:24 +0200)
commit45d3a6430c5baa30721c57207e06c9823bc7d775
tree4a368b7d5e3b213047cd3f180027272c732a34b8
parent021cf02cb9813e501349a0840de25f276f243c6e
SONAR-12271 require SQ 7.9 installed to upgrade to 8.0 and later

drop IT for module upgrade since 7.9 has no module
fix UpgradeTest:
 - explicitly fail if run on H2
 - fix all URL tests which were victimes of false negatives
server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/DatabaseVersion.java