-
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
Resteasy-reactive void endpoint reported as "Run time writers required" #27338
Labels
Milestone
Comments
Plawn
changed the title
Resteasy void endpoint reported as "Run time writers required"
Resteasy-reactive void endpoint reported as "Run time writers required"
Aug 17, 2022
/cc @FroMage, @stuartwdouglas |
Thanks for reporting. #27413 takes care of the issue. |
geoand
added a commit
that referenced
this issue
Aug 22, 2022
Fix misleading DevUI score for void return types
sheilamjones
pushed a commit
to sheilamjones/quarkus
that referenced
this issue
Aug 22, 2022
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Aug 23, 2022
Fixes: quarkusio#27338 (cherry picked from commit e7e2a68)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Aug 23, 2022
Fixes: quarkusio#27338 (cherry picked from commit e7e2a68)
fercomunello
pushed a commit
to fercomunello/quarkus
that referenced
this issue
Aug 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In dev the UI in the reasteasy reactive endpoint scoring part, my "void" 204 controller are shown as "Run time writers required" but the writer can be determined at compile time
Expected behavior
The correct writer is reported in the Dev UI console
Actual behavior
The endpoint is reported "Run time writers required"
How to Reproduce?
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
2.11.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven
Additional information
No response
The text was updated successfully, but these errors were encountered: