JetBrains / TeamCity.SonarQubePlugin

A plugin for TeamCity server allowing you to configure and run SonarQube analysis from the CI
Apache License 2.0
53 stars 31 forks source link

SonarQube 5.6 #24

Closed dotned closed 6 years ago

dotned commented 8 years ago

Since upgrading to a version 5.6 of SonarQube the plugin shows some warnings. I suspect that there have been some fundamental changes that make this incompatible. Whilst it works I thought I would share in case these are of interest or important to the future development. The items of note are;

WARN - Property 'sonar.jdbc.url' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database. WARN - Property 'sonar.jdbc.username' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database. WARN - Property 'sonar.jdbc.password' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.

WARN - WARN - * Use MSBuild 14 to get the best analysis results WARN - * The use of MSBuild 12 or the sonar-scanner to analyze C# projects is DEPRECATED WARN -

Linfar commented 8 years ago

In SonarQube 5.6 the runner doesn't need to connect database directly so these properties aren't needed anymore. I'll add a way to suppress passing them to the runner.

On Thu, Jul 28, 2016 at 7:08 PM, dotnetneile notifications@github.com wrote:

Since upgrading to a version 5.6 of SonarQube the plugin shows some warnings. I suspect that there have been some fundamental changes that make this incompatible. Whilst it works I thought I would share in case these are of interest or important to the future development. The items of note are;

WARN - Property 'sonar.jdbc.url' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database. WARN - Property 'sonar.jdbc.username' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database. WARN - Property 'sonar.jdbc.password' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.

WARN -


WARN - * Use MSBuild 14 to get the best analysis results WARN - * The use of MSBuild 12 or the sonar-scanner to analyze C# projects is DEPRECATED WARN -


— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JetBrains/TeamCity.SonarQubePlugin/issues/24, or mute the thread https://github.com/notifications/unsubscribe-auth/AETt8BgbDuI-nKU_TqNfGTIqPy8a7csdks5qaNP4gaJpZM4JXYPb .

Andrey Titov Software Developer JetBrainshttp://www.jetbrains.com The Drive to Develop

Linfar commented 6 years ago

Now JDBC connection is hidden field.