We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently one test is failing on jre11, possibly because of a Groovy Bug : https://issues.apache.org/jira/browse/GROOVY-8871
gstorm.GstormDataTypesTest > initializationError FAILED java.lang.IllegalAccessError at GstormDataTypesTest.groovy:-1 73 tests completed, 1 failed
Try to update to groovy 2.5.4 once released to see if that fixes the issue.
The text was updated successfully, but these errors were encountered:
#24 - until we try with newer groovy version, there is no point in ru…
76f48f1
…nning on java 11
#24 - upgrade gradle and groovy, try compat now.
f8a56dd
#24 remove deprecated methods, enable test logging on stdout
66b0ae3
#24 apparently there is no alternative. reverting to setter
2808051
#24 full exception format
6abb709
No branches or pull requests
Currently one test is failing on jre11, possibly because of a Groovy Bug : https://issues.apache.org/jira/browse/GROOVY-8871
gstorm.GstormDataTypesTest > initializationError FAILED
java.lang.IllegalAccessError at GstormDataTypesTest.groovy:-1
73 tests completed, 1 failed
Try to update to groovy 2.5.4 once released to see if that fixes the issue.
The text was updated successfully, but these errors were encountered: