-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
SROAP04005: Could not find schema class in index: java.lang.Void when using rest-client-reactive with Uni<Void> #20152
Comments
@mswiderski thanks for the report :) |
in general it all works but it logs the warning, only when the open api is added |
This seems like a bug, we probably do not treat |
@phillip-kruger issue created smallrye/smallrye-open-api#914 |
@phillip-kruger any chance we will get a new version of the Openapi dependency before next week so we can include it in |
For sure ! I'll release later today |
Great, thanks! |
Describe the bug
When using rest-client-reactive that uses following method on the interface
with OpenAPI extension in the project, following warning is logged
Expected behavior
No warning is logged
Actual behavior
Logged warning
SROAP04005: Could not find schema class in index: java.lang.Void
How to Reproduce?
It can be reproduced with
rest-client-reactive-quickstart
org.acme.rest.client.CountriesService
Output of
uname -a
orver
Darwin MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Output of
java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.2.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven-3.6.3
Additional information
No response
The text was updated successfully, but these errors were encountered: