-
Notifications
You must be signed in to change notification settings - Fork 12
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
Build fail when using Java 17 #90
Comments
Seems interesting, no? cucumber-attic/cucumber-jvm-deps#6 |
…the problem behind #90). We have one issue remaining with markdown_to_asciidoc (Parboiled version used by Pegdown doesn't seems to support Java modules 😨)
on my side the error on java 17 was : |
Yeah, if you want to spend some time making things work on new Java version, I would be very happy. But for me, all that module fuckery is really awful |
Hello! I'm using version 17 of java to run my tests, and the error I'm getting is this:
Is this going to be fixed at some point? Because the tests only work for me when I use java 1.8, and I need to use my own library that uses java 17, can someone help me?
But it still doesn't work, can someone help me? |
Hello @BeatrizLo I'm happy you're trying to use our project! Can you confirm it is the same stack trace than in this stackoverflow question ? Unfortunatly, I can find no public support forum for cucumber, so I can't investigate any further. |
Found this while searching for the same error in our products. Thought I should share the solution I found at
|
Facing similar kind of issue, but adding the plugin in pom doesn't help. |
When trying to build on Java 17, we all get those exceptions
Could not initialize class cucumber.deps.com.thoughtworks.xstream.converters.collections.TreeMapConverter
The text was updated successfully, but these errors were encountered: