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 CLI for extension setting old rest name #43071

Closed
jedla97 opened this issue Sep 6, 2024 · 1 comment · Fixed by #43132
Closed

Quarkus CLI for extension setting old rest name #43071

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

Comments

@jedla97
Copy link
Contributor

jedla97 commented Sep 6, 2024

Describe the bug

When creating extension using Quarkus CLI, the CLI setting the old name for quarkus-rest in integration-tests pom file.

Expected behavior

Setting the dependency to quarkus-rest insted of quarkus-resteasy-reactive

Actual behavior

The Quarkus CLI set quarkus-resteasy-reactive

How to Reproduce?

  1. quarkus create extension extension-abc
  2. cat quarkus-extension-abc/integration-tests/pom.xml | grep -B 5 -A 5 "quarkus-resteasy-reactive"
  3. or just open quarkus-extension-abc/integration-tests/pom.xml

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

main, probably other as well

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

Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)

Additional information

No response

@jedla97 jedla97 added the kind/bug Something isn't working label Sep 6, 2024
@quarkus-bot quarkus-bot bot added the area/cli Related to quarkus cli (not maven/gradle/etc.) label Sep 6, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 6, 2024

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

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