mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
This allows extensions much greater control over the output, including the ability to define new output formats. There are some breaking changes introduced by this commit. Namely: - The 'thin jar' now resides in its own folder, rather than in the target directory - Native image is now produced from a dedicated native jar file, rather than by running native-image on an existing jar - Most Maven/Gradle config has been moved to application.properties. This is still supported for now, but is deprecated - The 'native-image' mojo has been depricated