Sonarqube 9.9 Developer Incorrect Java
Summary
When running the image that was published on 2023-02-24 we are receiving Java Linkage Errors
Steps to reproduce
docker run registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube:9.9.0-developer
What is the current bug behavior?
Container is throwing errors
What is the expected correct behavior?
Not to throw errors...
Relevant logs and/or screenshots
Error: LinkageError occurred while loading main class org.sonar.application.App java.lang.UnsupportedClassVersionError: org/sonar/application/App has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
Tasks
-
Bug has been identified and corrected within the container
Edited by Matthew Semich