Class ParallelCommonsCompressArchiveCreator

java.lang.Object
io.quarkus.deployment.pkg.jar.ParallelCommonsCompressArchiveCreator
All Implemented Interfaces:
ArchiveCreator, AutoCloseable

public class ParallelCommonsCompressArchiveCreator extends Object implements ArchiveCreator
This ArchiveCreator may not be used to build Uberjars.

We need the entries to be immutable here, and in the case of Uberjars, we mutate the MANIFEST.MF at the end.

It would probably not be that hard to support it though, by storing the Manifest instance, and allow getting it/setting it again, and adding it first in close().