sonar-redmine plugin in SonarQube 5.6.5 - sonarqube

Now my sonarQube version is sonar-5.6.5 and I want to use sonar-redmine plugin.
but this plugin was deprecated in my version.
How can i use this plugin in my version?
What plugin is a substituable sonar-redmine plugin?
I want to integrate SonarQube and redmine.

The extensions points used by the SonarQube Redmine plugin are no longer supported in SonarQube 5.6 LTS. This is why this plugin is deprecated.
For your information, you won't find any replacement for this kind of plugin. If you want to better understand why this feature has been removed from SonarQube extension points, please read the "Stop planning; fix the leak!" blog post that I wrote on this topic - in which you can replace "JIRA" by "Redmine".

Related

Plugin "Sonar PDF Report Plugin" compatible with SQ 5.6?

We're looking for a SQ plugin that would allow us to generate a PDF report witha a list of issues from the analyzed project.
There is this community plugin https://github.com/SonarQubeCommunity/sonar-pdf-report but as far as I know it's deprecated. Can you confirm that?
Is there any other option to achieve the goal?
We're currently using SQ version 5.6.3.
Yes, that plugin is deprecated: have a look at the deprecated plugins and the plugin version matrix pages. You can have a look at the Governance plugin but than you have to pay for an enterprise version. The best "free" option is to use the Web API to get the information you need and generate a PDF report yourself.

SonarQube Plugin for Natural

I am looking for opensource Sonarqube plugin for Natural. Can someone guide me to the links from where can I get that?
I was not able to find it inside SonarQube plugin library and Github.

Does SonarQube 5.4's 'Sonar way' quality profile contain Findbugs?

There was saying that 'SonarQube Java Analyzer' will be containing FindBug rules .so we need not to add any external findbug rule to sonar .
http://www.sonarqube.org/sonarqube-java-analyzer-the-only-rule-engine-you-need/
Is this already added in SonarQube 5.4 ?
Thanks
Ganesh
What you should focus here is not the version of SonarQube but version of SonarQube Java Analyzer. Last release of the analyzer (3.12 at time of writing) contains rules that cover more than 80% of findbugs rules and this coverage is likely to keep increasing.
So yes, by updating to the latest version of SonarQube and the java analyzer, you don't need to use the FindBugs plugin anymore.
(Disclaimer, I am maintainer of the SonarQube java plugin, and author of the mentioned blog post in the question so I am a bit biaised here ;) )

Using Analysis Tools on SonarQube not containing in the Java Ecosystem Plugin

I'm setting up a project environment for a bigger Java project and plan to use SonarQube with PMD, Findbugs and JaCoco. Theses tools are already included in SonarQube with the Java Ecosystem Plugins, but not all the new versions are supported.
In specific, PMD has only support for version 4.3 (http://docs.codehaus.org/display/SONAR/PMD+Plugin), which is 2 years old now. Is there any possibility to install/use the newest version of PMD with SonarQube?
The answer is no.
For your information, you shouldn't need to use PMD anymore. See http://www.sonarqube.org/already-158-checkstyle-and-pmd-rules-deprecated-by-sonarqube-java-rules/.
You can also follow and vote for http://jira.codehaus.org/browse/SONARJAVA-26

Does Sonar 3.7.1 still support the fb-contrib plugin?

I'm looking into upgrading Sonar, from 3.2.1 to 3.7.1. In our current system, we have the fb-contrib plugin installed and many of its violations enabled. However, in the latest version, I do not see it listed in Update Center -> Available Plugins. I've looked at the release notes for each release and I do not seen any mention of fb-contrib. I've looked at the plugins homepage and it isn't clear. Does anyone know if it is still supported?
Thanks.
It's not compatible with version 3.7. See http://docs.codehaus.org/display/SONAR/Plugin+version+matrix

Resources