0

I have projects using Java 8 and i'm using sonarQube 4.0, i need to know if that work without any issue, i searched on official Sonar site and i didn't find anything, can anyone help me?

Filburt
  • 17,626
  • 12
  • 64
  • 115
Yalami
  • 63
  • 1
  • 3
  • 11
  • yes i tried with java 8 and SonarQube 4.0 with plugin Java 1.4 and i had the following errors : [ERROR] org.sonar.api.utils.SonarException: Unsupported Java version for PMD: 1.8 [ERROR] [02:15:20.280] Unable to process bytecode of class 'xxx' [ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli) on project xxx: Can not execute SonarQube analysis: org.sonar.api.utils.SonarException: Unsupported Java version for PMD: 1.8 -> [Help 1] – Yalami Jul 15 '15 at 14:48

1 Answers1

1

A plugin to support JAVA 8 was released at the end of march 2014 . So you should be able to work with it .

Kibadachi
  • 155
  • 6
  • yes thanks for you response, i had seen that but i need to know if is that release of plugin compatible with sonarQube 4.0 ???? that's my question – Yalami Jul 15 '15 at 14:59
  • Yes , it is compatible . – Kibadachi Jul 15 '15 at 15:10
  • therefore have you any idea of what is versions of java plugin and findbug of sonar can i use to make that possible – Yalami Jul 15 '15 at 15:31
  • Version 2.4.0 will do – Kibadachi Jul 16 '15 at 08:26
  • did you check that version 2.4.0 of java plugin is compatible with sonar 4.0 ? because checked that this version 2.4.0 are available only for sonar 4.2 and newest version by against i checked there is a version 2.0 of this plugin i need to know if it's compatible with sonar 4.0 and java 8 – Yalami Jul 16 '15 at 13:37