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

feat: add dev ui #1036

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

feat: add dev ui #1036

wants to merge 17 commits into from

Conversation

Dudeplayz
Copy link
Collaborator

Implements #33

@quarkus-hilla-bot
Copy link
Contributor

quarkus-hilla-bot bot commented Nov 3, 2024

Format Checker Report

All files are correctly formatted

@Dudeplayz Dudeplayz linked an issue Nov 3, 2024 that may be closed by this pull request
@Dudeplayz Dudeplayz force-pushed the issues/33-add-dev-ui branch from 44c7f5e to e25cc5a Compare November 3, 2024 13:22
Copy link

github-actions bot commented Nov 3, 2024

Test Results

 89 files  ±0   89 suites  ±0   16m 53s ⏱️ -55s
244 tests ±0  237 ✅ ±0   7 💤 ±0  0 ❌ ±0 
393 runs  ±0  380 ✅ ±0  13 💤 ±0  0 ❌ ±0 

Results for commit 57a5949. ± Comparison against base commit c4db60a.

♻️ This comment has been updated with latest results.

Copy link
Owner

@mcollovati mcollovati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, looks excellent!
However, I noticed that methods defined in superclasses annotated with @EndpointExposed are not listed in the UI.
I guess this is because ClassInfo.methods() collects only method declared in the class and do not traverse the hierarchy

@Dudeplayz Dudeplayz force-pushed the issues/33-add-dev-ui branch from d2ae17b to 57a5949 Compare January 12, 2025 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

Add quarkus dev UI
2 participants