Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Fix crash in BlamingTransformer on java 9 #629

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix crash in BlamingTransformer on java 9 #629

wants to merge 1 commit into from

Conversation

heni123321
Copy link

SystemUtils.isJavaVersionAtLeast is crashing on java 9 because JavaVersion.get is using a switch on all java versions, and java 9 is not in that switch, so it is crashing on java 9 with a NPE

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

Successfully merging this pull request may close these issues.

1 participant