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

codestart are using legacy properties still #40462

Closed
manofthepeace opened this issue May 5, 2024 · 3 comments
Closed

codestart are using legacy properties still #40462

manofthepeace opened this issue May 5, 2024 · 3 comments
Labels
area/codestarts kind/bug Something isn't working

Comments

@manofthepeace
Copy link
Contributor

Describe the bug

when generating a 3.10 project via code.quarkus.io
the pom.xml still has;
<quarkus.package.type>native</quarkus.package.type>
instead of
<quarkus.native.enabled>true<quarkus.native.enabled>

and the readme.md still has
./mvnw package -Dquarkus.package.type=uber-jar
instead of
./mvnw package -Dquarkus.package.jar.type=uber-jar

I looked at the main branch and the 3.10 branch and it looks fine in terms of the above so unsure why this happens.

Expected behavior

new properties are used

Actual behavior

legacy properties are used

How to Reproduce?

1- go to https://code.quarkus.io/
2- click generate and download the app
3- observe the pom.xml and README.md

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

@manofthepeace manofthepeace added the kind/bug Something isn't working label May 5, 2024
Copy link

quarkus-bot bot commented May 5, 2024

/cc @ia3andy (codestart), @quarkusio/devtools (codestart)

@gastaldi
Copy link
Contributor

gastaldi commented May 6, 2024

This should be hopefully fixed by quarkusio/code.quarkus.io#1374, right @ia3andy ?

@manofthepeace
Copy link
Contributor Author

This seems fixed now. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/codestarts kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants