]> source.dussan.org Git - sonarqube.git/commit
SONAR-10420 Fail at startup when cluster enabled on MySQL
authorEric Hartmann <hartmann.eric@gmail.com>
Thu, 15 Feb 2018 10:32:15 +0000 (11:32 +0100)
committerEric Hartmann <hartmann.eric@gmail.Com>
Thu, 15 Feb 2018 16:30:30 +0000 (17:30 +0100)
commit11bd2fcdf399d62b277e9a69b7a6bc4f3ad696a8
treecbd32b733e5237358b4e8e16b101b367daf32fa5
parent86bc73dcba53684be54bceca2c3302d417f3ca15
SONAR-10420 Fail at startup when cluster enabled on MySQL
server/sonar-server/src/main/java/org/sonar/server/platform/platformlevel/PlatformLevel2.java
server/sonar-server/src/main/java/org/sonar/server/startup/ClusterConfigurationCheck.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/platform/platformlevel/PlatformLevel2Test.java
server/sonar-server/src/test/java/org/sonar/server/startup/ClusterConfigurationCheckTest.java [new file with mode: 0644]