You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newly introduced timeouts (#1977) for the scanner overlap with our sonar.http.timeout setting (#1878). It is unfortunate that there are four user-facing settings for essentially the same thing. We can not do much about the three new settings as they are defined for all scanners. But we can at least reduce the number of settings from four to three by deprecating our sonar.http.timeout setting.
Actions:
Turn the usage of sonar.http.timeout into an error on the next major release after the deprecation warning was introduced and remove the support for sonar.http.timeout
The text was updated successfully, but these errors were encountered:
The newly introduced timeouts (#1977) for the scanner overlap with our
sonar.http.timeout
setting (#1878). It is unfortunate that there are four user-facing settings for essentially the same thing. We can not do much about the three new settings as they are defined for all scanners. But we can at least reduce the number of settings from four to three by deprecating oursonar.http.timeout
setting.Actions:
sonar.http.timeout
with a hint about the replacementsonar.scanner.connectTimeout
(see also Add support for JRE provisioning: HttpClient timeouts #1977)sonar.http.timeout
into an error on the next major release after the deprecation warning was introduced and remove the support forsonar.http.timeout
The text was updated successfully, but these errors were encountered: