quarkus-quickstarts icon indicating copy to clipboard operation
quarkus-quickstarts copied to clipboard

change legacy properties to the new ones

Open manofthepeace opened this issue 9 months ago • 0 comments

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:

  • [ ] targets the development branch
  • [ ] uses the 999-SNAPSHOT version of Quarkus
  • [ ] has tests (mvn clean test)
  • [ ] works in native (mvn clean package -Pnative)
  • [ ] has integration/native tests (mvn clean verify -Pnative)
  • [ ] makes sure the associated guide must not be updated
  • [ ] links the guide update pull request (if needed)
  • [ ] updates or creates the README.md file (with build and run instructions)
  • [ ] for new quickstart, is located in the directory component-quickstart
  • [ ] for new quickstart, is added to the root pom.xml and README.md

manofthepeace avatar May 05 '24 01:05 manofthepeace