From: lukasz-jarocki-sonarsource Date: Tue, 25 Jun 2024 14:16:49 +0000 (+0200) Subject: SONAR-17543 clean up remainings of sonar.blueGreenEnabled flag X-Git-Tag: 10.7.0.96327~433 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=48bc35f84291aa2dd0a0983e40e2b0d3070be638;p=sonarqube.git SONAR-17543 clean up remainings of sonar.blueGreenEnabled flag --- diff --git a/server/sonar-webserver-webapi/src/main/resources/org/sonar/server/platform/ws/info-example.json b/server/sonar-webserver-webapi/src/main/resources/org/sonar/server/platform/ws/info-example.json index dc492f92502..66276ac4768 100644 --- a/server/sonar-webserver-webapi/src/main/resources/org/sonar/server/platform/ws/info-example.json +++ b/server/sonar-webserver-webapi/src/main/resources/org/sonar/server/platform/ws/info-example.json @@ -310,7 +310,6 @@ "sonar.auth.saml.user.name": "name", "sonar.authenticator.ignoreStartupFailure": "false", "sonar.autoDatabaseUpgrade": "false", - "sonar.blueGreenEnabled": "false", "sonar.buildbreaker.skip": "true", "sonar.c.predefinedMacros": "#define MY_MACRO(a) struct a {}", "sonar.ce.gracefulStopTimeOutInMs": "21600000",