Hi everyone,
With the 10.3 release, the SonarScanner will require Java 17 to run, according to the deprecation warning we have been seeing. The SQ tasks coming from the Azure DevOps extension still currently default to using Java 11, so before I can upgrade our SQ server to 10.3 I would either need to 1) update all my pipelines with the SQ analyze task to provide the jdkversion
parameter with v17 or 2) wait for the extension to change its default value. For reference, I’m referring to this default value.
I was expecting this default value to change before the release, especially considering the message about Azure DevOps here: Scanner environment & SonarQube
Am I worrying about nothing here and perhaps it will somehow use v17 even if that task says v11?
Thanks in advance!