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

quarkus plug sync no longer removes plugins provided by extensions #43036

Closed
iocanel opened this issue Sep 5, 2024 · 1 comment · Fixed by #43192
Closed

quarkus plug sync no longer removes plugins provided by extensions #43036

iocanel opened this issue Sep 5, 2024 · 1 comment · Fixed by #43192
Assignees
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) kind/bug Something isn't working
Milestone

Comments

@iocanel
Copy link
Contributor

iocanel commented Sep 5, 2024

Describe the bug

A CLI plugin that is added because via Quarkus extensions is not removed, even when the extension that added it was removed.

Expected behavior

The plugin should be removed as soon as the extension is removed.

Actual behavior

The plugin is not removed.

How to Reproduce?

In a blank project add an extension that provides a cli plugin (e.g. helm), verify that cli plugin is added, then remove the extension and call quarkus plug sync.

quarkus ext add helm
quarkus plug list
quarkus ext remove helm
quarkus plug sync
quarkus plug list

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@iocanel iocanel added the kind/bug Something isn't working label Sep 5, 2024
@geoand geoand added area/cli Related to quarkus cli (not maven/gradle/etc.) and removed triage/needs-triage labels Sep 5, 2024
Copy link

quarkus-bot bot commented Sep 5, 2024

/cc @ebullient (cli), @maxandersen (cli)

@iocanel iocanel self-assigned this Sep 10, 2024
@quarkus-bot quarkus-bot bot added this to the 3.17 - main milestone Oct 16, 2024
@gsmet gsmet modified the milestones: 3.17 - main, 3.16.0 Oct 21, 2024
@gsmet gsmet modified the milestones: 3.16.0, 3.15.2 Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants