-
Notifications
You must be signed in to change notification settings - Fork 72
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
Project cannot run tests using Java higher than 11 version #333
Comments
More information about this issue: It looks like the dependency on the <dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-groovy</artifactId>
<version>${tinkerpop.version}</version>
<scope>provided</scope>
</dependency> doesn't support Java 17 version. In the StackTrace, we may found the following message:
FYI here's the stacktrace that comes from one of the failure tests:
|
Nice @dearrudam ! Did you open an issue on the Apache tinkerpop about it? https://github.com/apache/tinkerpop It would be best if you went on the e-mail to discuss this point. |
@otaviojava I'm going to open an issue there ASAP... thanks for letting me know👍 And sorry about bring it here... I'll send an email to discuss this point as you've recommended! Thanks |
Nope, You did it right! |
I checked, and they're using Groovy version 2.5.15: https://github.com/apache/tinkerpop/blob/3c46c4ec582d71fa0858e988010aa140ed6f13d5/pom.xml#L167 If we request that they update that version, it would be great: https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all |
During my discovery of how to open an issue on the TinkerPop project, I figured out that they got a Discord Server (https://discord.gg/kfebyvDM9H), and there, I opened a question on their forum asking how they can support this issue then I got some information about this situation: Stephen Mallette, a TinkerPop project committer, provided me with this explanation:
According to his information, I think that we could try to force our tests to use groovy 3.x/4x. Does someone have thoughts/recommendations about that? |
@dearrudam I found two new issues where I create to tickets. |
Cannot perform the tests by using Java 17. Some dependency doesn't work with Java 17. Here are the logs: build.log
The text was updated successfully, but these errors were encountered: