Support Quarkus fast jar
asodja opened this issue · 3 comments
asodja commented
Quarkus "fast jar" is now default for Quarkus from 1.12.0: https://quarkus.io/blog/quarkus-1-12-0-final-released/#fast-jar-as-default.
Previous packaging is still supported via "legacy-jar" property, but it might be removed in the future.
It would be great if also this extension use fast jar by default.
zanmagerl commented
I think we can resolve this issue once a new version of Quarkus Maven plugin gets released @mpeddada1
mpeddada1 commented
@zanmagerl Appreciate your contribution! jib-quarkus-extension-maven v0.1.1 has been released with Quarkus fast jar support.