-
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
Dev UI endpoint list rendering issue with reactive routes #20685
Comments
Although it's definitely a bug that the UI displays this exception, Reactive Routes do not shows up in the list of RESTEasy Reactive endpoints. |
Right, maybe I was confused to whether or not this is a valid case, so RESTeasy reactive endpoints have nothing with reactive routes to do? |
Correct, Reactive Routes (which are being phased out) have nothing to do with RESTEasy Reactive |
Interesting, I didn't know they were being phased out, just been following the reactive routes guide. When can one expect to see more extensive documentation around this? |
Prevent ugly stacktrace in DevUI when no RESTEasy Reactive endpoints exist
Do you mean indicating the deprecation? Or do you have something in mind? Note that reactive routes are getting replaced with RestEasy reactive, but the router api is still valid (actually everything goes through that layer). |
Yes, something about the deprecation. I was kind of liking the reactive route approach so that’s why I ask. |
AFAIK it's not going to disappear but it was put in the maintenance mode. |
Thanks for quick responses @mkouba and @cescoffier , I will leave the extensions out for now in my application since they are not needed for the reactive routes. |
…exist Fixes: quarkusio#20685 (cherry picked from commit d939562)
…exist Fixes: quarkusio#20685 (cherry picked from commit d939562)
Describe the bug
Excerpt from Zulip chat
Hi all, currently when using 2.3.0.Final and reactive endpoint I get a long stack trace when trying to enter the
the dev ui endpoint "q/dev/io.quarkus.quarkus-resteasy-reactive/endpoints". Not sure if this case is supported though.
Below is the stack trace of the result.
Expected behavior
Expected to see list of endpoint for reactive routes.
Actual behavior
How to Reproduce?
Reproducer
Output of
uname -a
orver
No response
Output of
java -version
11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.3.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)7.2
Additional information
Extensions used
The text was updated successfully, but these errors were encountered: