GoogleContainerTools/jib-extensions

Support Quarkus fast jar

asodja opened this issue · 3 comments

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.

Oh, I see there is already a pull request: #79.

I think we can resolve this issue once a new version of Quarkus Maven plugin gets released @mpeddada1

@zanmagerl Appreciate your contribution! jib-quarkus-extension-maven v0.1.1 has been released with Quarkus fast jar support.