octo-technology / sonar-objective-c

Sonar Plugin for Objective C
517 stars 206 forks source link

SonarQube 4.3.3 #63

Closed xfreebird closed 9 years ago

xfreebird commented 10 years ago

Hi,

It seems this plugin it will not compile for SonarQube 4.3.3 due to deprecated API.

Are there any plans to support the new API ?

fabb commented 10 years ago

In this pull request @cyrilpicat said that he plans a new release with SonarQube 4 support. Not sure what's the status on this though.

rompic commented 9 years ago

any news on this topic?

rompic commented 9 years ago

@cyrilpicat any news? / do we have a roadmap for changes / or what exactly the todos are?

zippy1978 commented 9 years ago

Hi,

I saw that @xfreebird started the upgrade work and I decided to finish it. I just issued a pull request on his fork, here: https://github.com/xfreebird/sonar-objective-c/pull/2

cyrilpicat commented 9 years ago

cool, that's great news Gilles!

If you want you can directly issue a pull request here.

cheers,

rompic commented 9 years ago

@zippy1978 @xfreebird thanks a lot. this is great news!

rompic commented 9 years ago

5.0 is coming soon (Jan 2015). Do we have an overview of what has to be done to be ready for this update as well?

xfreebird commented 9 years ago

@zippy1978 you are a hero ! :)

rompic commented 9 years ago

concerning 5.0 only found: http://sonarqube.15.x6.nabble.com/sonar-dev-SonarQube-5-0-plugins-compatibility-td5028438.html

zippy1978 commented 9 years ago

@cyrilpicat: pull request done (https://github.com/octo-technology/sonar-objective-c/pull/69) !

aheritier commented 9 years ago

sadly the 5.0 upgrade fails : https://gist.github.com/aheritier/6f0d9c4cd6aa7dcc4be0

cyrilpicat commented 9 years ago

thanks for the report. Can you open a new issue for this, please?

I had a look and it seems to be due to a deprecated API: http://jira.codehaus.org/browse/SONARPLUGINS-3810

Should be quite easy to fix.

aheritier commented 9 years ago

thx @cyrilpicat. Yes I will open a dedicated issue