quarkus
quarkus copied to clipboard
Dev UI works weird in 3.22.1
Describe the bug
When I created a new quarkus project with 3.22.1 today, the rest endpoint doesn't show anything in Dev UI. v3.21.4 works properly though.
Expected behavior
The endpoint result should show like
Actual behavior
How to Reproduce?
- Create a new project via quarkus create app hello
- Run a dev mode
- Go to Dev UI
- Navigate to REST > Endpoints
- Select "/hello" URL
Output of uname -a or ver
No response
Output of java -version
openjdk version "24" 2025-03-18
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
/cc @cescoffier (devui), @phillip-kruger (devui)
Mailpit UI has the same issue
If you use the web inspector, do you see any JavaScript error in the console?
I found this error in the debug mode
Thanks @danieloh30, let's wait for @phillip-kruger.
@danieloh30 happy that someone is using Mailpit! Thanks for reporting this issue.
@melloware I love it. I usually use the MailPit for my live demo when I code a tool + RAG :)
@danieloh30 thanks for the catch. There is a PR to fix this now and I marked it to backport so it should be in the next patch release.
Sounds good! Hope the PR will fix the swagger-ui too.
When do you expect to release the next version? I have a live demo next week at Devoxx UK. @phillip-kruger
What do you mean fix the swagger-ui ? What was broken there ? I an not sure when the next release is, maybe @gsmet can help ?
Yeah, when I access the swagger-ui from Dev UI, it's an empty page like Mailpit and REST endpoint.
Ok yes that should be fixed. Basically any non-router (spa of the dev ui) would have been broken
Sounds good!