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

Refine extension search to allow searching on "rest" #39312

Closed
gsmet opened this issue Mar 9, 2024 · 0 comments · Fixed by #39370
Closed

Refine extension search to allow searching on "rest" #39312

gsmet opened this issue Mar 9, 2024 · 0 comments · Fixed by #39370
Assignees
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements
Milestone

Comments

@gsmet
Copy link
Member

gsmet commented Mar 9, 2024

Since we now have an extension called quarkus-rest, when you search for "rest" using the Maven plugin or the CLI, you only find the quarkus-rest extension.

This is a bit inconvenient and while this behavior is nice when you try to install an extension, I think it shouldn't be the behavior when you actually search for extensions.

We need to separate the two.

@gsmet gsmet self-assigned this Mar 9, 2024
@geoand geoand added area/housekeeping Issue type for generalized tasks not related to bugs or enhancements and removed triage/needs-triage labels Mar 11, 2024
gsmet added a commit to gsmet/quarkus that referenced this issue Mar 12, 2024
When looking for "rest", we want all the extensions matching "rest"
returned and not quarkus-rest only.

Fixes quarkusio#39312
gsmet added a commit to gsmet/quarkus that referenced this issue Mar 12, 2024
When looking for "rest", we want all the extensions matching "rest"
returned and not quarkus-rest only.

Fixes quarkusio#39312
@quarkus-bot quarkus-bot bot added this to the 3.9 - main milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants