Page MenuHomePhabricator

sonarcloud.io deprecation warnings
Closed, ResolvedPublic

Description

I couldn't find any Task about this, apologies if I'm mistaken.

Reviewing the codehealth report for one of my latest patches returned the following warnings:

  • The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token.
  • The version of Java (11.0.18) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here.
  • Using Node.js version 14 to execute analysis is deprecated and will stop being supported no earlier than May 1st, 2023. Please upgrade to a newer LTS version of Node.js [16, 18, 20]

See attached screenshot:

imagen.png (684×698 px, 60 KB)

Thanks.

Event Timeline

This issue has been resolved in T348724: Update sonar scanner node version from v14 to v16 .

I am going to mark the task as resolved. Feel free to reopen incase of anything