-
-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The installation of the Plugin (1.14.0) on Sonarqube (10.3.0) via the Helm chart failed #829
Comments
I am facing the same issue on SonarQube 10.3 also. |
hi, I quickly analyzed the plugin code, an adaptation is necessary I think.
|
Hello |
thank you for your reply. |
gjabouley-invn a small modification is necessary to use the following string type values :
static values are declared in the class : Bests regards |
Nice, don't hesitate to propose, over this PR #797, a new PR to support 10.3 |
The constants in `CeTaskCharacteristicsDto` have been moved into a new class §CeTaskCharacteristics`, so the references in the plugin have been updated.
The constants in `CeTaskCharacteristicsDto` have been moved into a new class `CeTaskCharacteristics`, so the references in the plugin have been updated.
The constants in `CeTaskCharacteristicsDto` have been moved into a new class `CeTaskCharacteristics`, so the references in the plugin have been updated.
The constants in `CeTaskCharacteristicsDto` have been moved into a new class `CeTaskCharacteristics`, so the references in the plugin have been updated.
Sonarqube 10.3 support has been released in v1.18.0 of the plugin |
Is this the Server or Scanner that fails to start? Are there any details you can provide to help me replicate this as the normal pre-release testing didn't highlight any issues. |
the sonar server which does not start. Exactly the [web] component, with no exceptions visible in the logs. I had to analyze the phenomenon by elimination!. |
Can you share a bit more information about your environment please? The Docker image for 10.3 uses Java 17 and passed testing so started ok and the required APIs all operated as expected. I'd be surprised that a component would fail to start due to a Java 11 binary compatibility since Java 17 can still read Java 11 class formats. |
Hello, Here is the environment information: OS
java
Sonarsonar-application-10.3.0.82913.jar log
Thanks in advance |
Hi all,
Describe the bug
the installation of the plugin (1.14.0) on sonarqube (10.3.0) via the helm chart failed.
Can the feature-sonarqube-10_0-support branch be used?
To Reproduce
Steps to reproduce the behavior:
https://artifacthub.io/packages/helm/sonarqube/sonarqube
Software Versions
Thanks for your help
The text was updated successfully, but these errors were encountered: