quarkusio / quarkus-quickstarts

Quarkus quickstart code
https://quarkus.io
Apache License 2.0
1.95k stars 1.45k forks source link

change legacy properties to the new ones #1422

Closed manofthepeace closed 3 months ago

manofthepeace commented 5 months ago

I actually haven't tested anything beside my own project with the new property. Building native would throw the following;

[WARNING] [io.quarkus.deployment.configuration] Configuration property 'quarkus.package.type' has been deprecated and replaced by: [quarkus.package.jar.enabled, quarkus.package.jar.type, quarkus.native.enabled, quarkus.native.sources-only]

This is a "replace all"

Check list:

Your pull request:

gsmet commented 3 months ago

As mentioned in the checklist, PRs should target the development branch.

I'm gonna close this one as I have some work in progress that should fix it.

Thanks anyway!