Skip to content
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

Please improve documentation related to Java 11 requirements #65

Open
JavaJimFl opened this issue Jun 1, 2020 · 3 comments
Open

Please improve documentation related to Java 11 requirements #65

JavaJimFl opened this issue Jun 1, 2020 · 3 comments

Comments

@JavaJimFl
Copy link

Is your feature request related to a problem? Please describe.**

Upgrading the plugin to v2.0.2 causes analysis failures with SonarQube scanners older than version 4.0 because the plugin is compiled with Java 11 and the v3.x of the SonarQube Scanner has a v1.8 embedded JRE.

Describe the solution you'd like

Update the documentation and release notes to indicate that a Java 11 JRE is required to use the plugin, not just that the plugin supports Java 11.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@JavaJimFl
Copy link
Author

After a couple of attempts to upgrade the plugin to v2.0.2, I finally had to roll back to v2.0.1. Our original symptom appeared to be limited to the command line scanner with it's embedded JRE, but we've found Maven and Gradle builds failing because the build tools themselves use a Java 8 JDK. We have dozens of build servers across multiple business units, so we have no idea what JDKs are being used because we don't own them.

This upgrade should have come with a big warning label or have been released a major version because the change is so drastic. :)

@Vermyndax
Copy link

Having this issue as well on 2.0.2

@JackFish
Copy link

JackFish commented Nov 25, 2020

can we have a java8 version for this plugin? Our project build has blocked by this version 2.0.2.

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

No branches or pull requests

3 participants