Skip to content
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

Closed
Plawn opened this issue Aug 17, 2022 · 2 comments · Fixed by #27413
Closed

Resteasy-reactive void endpoint reported as "Run time writers required" #27338

Plawn opened this issue Aug 17, 2022 · 2 comments · Fixed by #27413
Labels
Milestone

Comments

@Plawn
Copy link

Plawn commented Aug 17, 2022

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?

  1. Create a 2.11.2.Final Quarkus app
  2. Add the resteasy reactive extension
  3. Create an endpoint returning "void"
  4. Go to the dev UI

Output of uname -a or ver

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 or gradlew --version)

maven

Additional information

No response

@Plawn Plawn added the kind/bug Something isn't working label Aug 17, 2022
@Plawn 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
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 22, 2022

/cc @FroMage, @stuartwdouglas

@geoand
Copy link
Contributor

geoand commented Aug 22, 2022

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
@quarkus-bot quarkus-bot bot added this to the 2.13 - main milestone Aug 22, 2022
sheilamjones pushed a commit to sheilamjones/quarkus that referenced this issue Aug 22, 2022
@gsmet gsmet modified the milestones: 2.13 - main, 2.11.3.Final Aug 23, 2022
gsmet pushed a commit to gsmet/quarkus that referenced this issue Aug 23, 2022
gsmet pushed a commit to gsmet/quarkus that referenced this issue Aug 23, 2022
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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants