-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Kotlin: javax.ws.rs.ProcessingException: RESTEASY003215: could not find writer for content-type application/json type
#18792
Comments
/cc @evanchooly |
It seems like you are mixing |
Ah -- is the: implementation("io.quarkus:quarkus-rest-client-mutiny") Pulling in |
Yup |
Oh man, big no-no crossing the streams like that 🙈 Whoops. Let me remove and test again, thank you for that piece of info 🤦 🙏
|
@geoand Yeahhh, that did the trick. Closing -- Thanks once again friend. 🤦 Sidenote: Would it be worth putting logic in the conflicting extensions to check classpath for |
Glad to hear it. Yeah, I was thinking of the same thing. I'll open a draft and see it how it goes |
Describe the bug
Expected behavior
This succeeds (or it tells me what I'm doing wrong in language so simple even I can understand it😅)
Actual behavior
How to Reproduce?
Code above is set up with Graal
21.3.0-dev JDK16
and the following Gradle deps, from the latest (2.1.0-CR1) release of Quarkus:Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: