Does the SonarQube GitHub plugin work on version 4.3.2? - github

I'm just trying to verify whether or not version 1.1 of the GitHub plugin will work on SonarQube v 4.3.2?
On the plugin page (http://docs.sonarqube.org/display/PLUG/GitHub+Plugin) I see that 1.3 is for 5.6+ and 1.2 for 4.5.2-5.5 but the others don't list supported SonarQube versions.

I do confirm that neither the 1.2 or 1.3 versions are compatible with SonarQube 4.3.2. The compatibility matrix available on the SonarQube Github plugin page is correct.

Related

Workaround or solution required: Unable to update plugins for NetBeans 12.0

When I try to update plugins I receive message:
The plugin JNA is requested in version >= 1.11 (release version 1) but only 2.3 (of release version different from 1) was found.
I am using latest plugins portal for Java/PHP and I have to use 8.2 portal for C/C++ support. Is there any solution or workaround to help me to update plugins?
Refer https://issues.apache.org/jira/browse/NETBEANS-4704
"I solved the problem by unchecking the NetBeans 8.2 Plugin Portal."
This worked for me too

Downloading earlier version of STS4

STS 4 websites publishes link to download latest version of the IDE on their website.
How can we download one the earlier versions of STS ?
I am looking to download 4.3 as its having kotlin support.
PS: I am looking to import springframework code to eclipse(STS)
You can find previous versions of the Spring Tools 4 for Eclipse here: https://github.com/spring-projects/sts4/wiki/Previous-Versions

Whats the newest version of the install4j-maven-plugin?

I was looking to the maven plugin website for install4j for the newest version and there the version 1.0.8 is noticed. I tried to set this version to my project configuration and it fails said the plugin do not exists in this version. Now I looked to the central maven repository and there no 1.0.8 exists but newer versions like 1.1.0 and 1.1.1. So what is the recommended plugin version to build a viewer with install4j version 6.x? Anybody knows? Also anybody knows where I can find the docu for the new versions?
As of 2016-04-07, the current release is 1.1.1. Probably sonatype has not updated the website since 1.0.8. The documentation is available at
http://sonatype.github.io/install4j-support/install4j-maven-plugin/compile-mojo.html

Where can I find binaries for previous versions of the "SonarQube for Eclipse" plugin?

I can easily get the latest version of the plugin from the Eclipse Marketplace or from the SonarQube website. However, I cannot find binaries for any previous version. I need this because at our company we use an old version of SonarQube (3.7.3), which the latest version of the plugin (3.5, as of august of 2015) doesn't support.
I have been able to find source code in GitHub. Is compiling the plugin myself the only feasible solution?
Here's the archives directory:
http://downloads.sonarsource.com/eclipse/eclipse-archives/

Google Plugin for Eclipse not use last version of libraries

I am using Google Plugin for Eclipse and I add API from this plugin ("Plugin>Add Google APIs...").
I would like to know why it is not using the last versions of some libraries. For example, if I add Drive API from this plugin, it is not using last version of google-api-client (plugin is using 1.16 and release 1.18 is available).
I use the last version of Google Plugin for Eclipse.
Is it normal?
Thank you.
This is a bug in Google Plugin for Eclipse. For now, you can, of course, download the latest version of the API from https://developers.google.com/api-client-library/java/apis/.
(BTW, are you sure GPE used version 1.16 and not version 1.12?)