Unit tests not working when upgrading Quarkus 1.11.3 to 1.12.0+ #21989
Unanswered
TungstenX1
asked this question in
Q&A
Replies: 5 comments
|
Can you post the full stack trace, not just the first message ? |
0 replies
Two more times and then:
|
0 replies
|
We would need an example application to run it and debug |
0 replies
|
So I am not allow to share here - company policy. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to update my Quakrus project from 1.11.7.Final to 1.12.x (and eventually 2.x.x), both the Quakrus core as well as the plugin. I get the following error when running
mvn clean verifywhen I go to 1.12.x or higher:Caused by: java.lang.IllegalArgumentException: Producer method return type not found in index: org.eclipse.microprofile.reactive.streams.operators.PublisherBuilderI have no idea where to start looking for the problem; as the
PublishBuilderseems to be in the framework and not in my code?Any ideas of where to look or what to upgrade or add?
All reactions