-
Notifications
You must be signed in to change notification settings - Fork 18
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
No changes, but Mwe2Launcher
throws NoSuchMethodError: ImmutableMap$Builder.buildOrThrow
#255
Comments
When debugging with
This doesn't seem right, as Xtext 2.27.0 (the version I'm using) is using 5.0.1. |
Adding the dependency
to the plugin dependencies fixed the |
@SimonCockx which versions of mwe/guava/guice do you use? Guice 7 + Guava 32 is correct with latest mwe milestone |
@cdietrich All our version come from the xtext-dev-bom 2.27.0 (including mwe, guava and guice), which doesn't seem to use ranges. Before I added the workaround, running
which seems right. I'm not sure where the 7.0.0:runtime dependency could be coming from. |
This is about the exec part. |
Since today, our Maven build suddenly started failing with the following stacktrace:
I have run the Maven build in a clean environment and compared the log to a successful Maven build of exactly the same codebase from 5 days ago, see attachments. The only significant change I see is that the build fetches the newly released Xtext 2.32.0 from Maven Central, although I hope that doesn't influence the build in some way.
The code I'm building is from this PR (which did not change over the last 5 days)
2023.06.21-BuildDsl.txt
2023.06.26-BuildDsl.txt
I actually want to address two issues in this thread:
NoSuchMethodError
at hand?The text was updated successfully, but these errors were encountered: