Is Sonar-scanner-api 2.16.3.1081 supported in SonarQube 2025.1 LTS?

We are currently using SonarQube 9.9 LTA enterprise edition with Jdk 11.

With 9.9 version, we are able to run scans programmatically using sonar-scanner-api 2.16.3.1081 EmbededScanner, now we want to upgrade SonarQube server to 2025.1 as 9.9 will be EOS now and also we are going to upgrade our application to Java 17.

My question is is sonar-scanner-api 2.16.3.1081 is still supported with 2025.1 version? and If I want to run my application on different SonarQube versions then what all SonarQube versions it will support with Java 17 along with sonar-scanner-api 2.16.3.1081?

Hi,

Welcome to the community!

We don’t support programmatic / direct invocation of the sonar-scanner-api. The current version of the SonarScanner CLI is 7.1.

 
HTH,
Ann

Thanks for your reply.
Currently, We are able to run scans programmatically with SonarQube version 9.9 using sonar-scanner-api.

Is sonar-scanner-api support removed after 9.9 version? With this removal, are we saying that it is not possible to run scans programmatically going forward?

Hi,

Its direct use is something we’ve never supported.

 
Ann