Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

No longer works with SonarQube 7.3 #40

Open
jklap opened this issue Sep 27, 2018 · 4 comments
Open

No longer works with SonarQube 7.3 #40

jklap opened this issue Sep 27, 2018 · 4 comments
Assignees

Comments

@jklap
Copy link

jklap commented Sep 27, 2018

Asssuming it's due to:

@KengoTODA
Copy link
Owner

To test in local, waiting release of official docker image with SonarQube 7.3...

@KengoTODA KengoTODA self-assigned this Sep 28, 2018
@KengoTODA
Copy link
Owner

At least, we can compile our code with sonar-plugin-api:7.3.

diff --git a/sonarqube-plugin/pom.xml b/sonarqube-plugin/pom.xml
index bff93a5..0be5cff 100644
--- a/sonarqube-plugin/pom.xml
+++ b/sonarqube-plugin/pom.xml
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.sonarsource.sonarqube</groupId>
       <artifactId>sonar-plugin-api</artifactId>
-      <version>6.7.4</version><!-- Latest LTS release -->
+      <version>7.3</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

@KengoTODA
Copy link
Owner

@jklap if you have stack trace or other useful information, please let me know.

@jklap
Copy link
Author

jklap commented Sep 28, 2018

Just retested with a clean SonarQube 7.3 install with just the addition of findbugs (3.8.0) and guava (1.0.6) and the server now starts up. I tested this a while ago (soon after 7.3 came out) but didn't get around to creating this ticket until yesterday. Not sure what has changed but it seems ok, at least on startup. I won't be able to run any analysis tests until sometime next week but I'd assume that if it starts then any issue is not related to the deprecated APIs?

Does this mean that we can have the SonarQube plugin compat matrix updated?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants