-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update static analysis image to include java 8 and 11 runtimes. #3769
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dzlier-gcp This should have been discussed at the Java meeting today.
I didn't think I'd be working in this repo, I just noticed that static analysis has been failing while I was resolving a Healthcare Datasets bug. Should I close this for now for further discussion, or just remove the unused env var? |
This is only controlling which JVM version the static analysis check is being run with. It seems fine to run it on Java 11 over Java 8, since some samples only support Java 11 or higher. This seems okay to merge unless I'm missing smething. It's likely still going to fail for a majority of the samples, as we discussed in the Java maintenance meeting the checks are overly aggressive (which Les is looking into). |
All right, I need a new approval after removing that env var though. |
Oh nvm |
Fixes #issue
mvn -P lint clean compile pmd:cpd-check spotbugs:check
advisory only