feat: add KPAR compression options#186
Conversation
34f4de8 to
9914379
Compare
bindings/java/plugin/src/main/java/org/sysand/maven/SysandBuildKParMojo.java
Outdated
Show resolved
Hide resolved
…ndings are incomplete so far Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Co-authored-by: Andrius Pukšta <andrius.puksta@sensmetry.com> Signed-off-by: Jonas Pukšta <146448971+Jonas-Puksta-Sensmetry@users.noreply.github.com> Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
11ecb90 to
5d4829d
Compare
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
bd30101 to
3e794ce
Compare
Signed-off-by: Erik Sundell <erik.sundell+2025@sensmetry.com>
7a6ff9f to
1ce5ab8
Compare
|
@Jonas-Puksta-Sensmetry I haven't really looked at this PR besides the CI failure, but with @andrius-puksta-sensmetry approving review and the commit I pushed to fix a real failure, I think you should merge if you found 1ce5ab8 to be OK! |
Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>
|
@victor-linroth-sensmetry does 1ce5ab8 look okay to you? Should we go for a merge? Eager to reduce the amount of open PRs ;D |
|
I'll see if I have time to look at it later. |
Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>
|
I lack the background to this PR and wasn't part of the discussion leading up to it, sorry for the late input! I'm not looking for a discussion to onboard me, but for a quick self-check that you still think it's good to do this.
|
This is why we by default will support only no compression and
I don't see how this would affect security. It only changes the compression algorithm, metadata AFAIK remains exposed in exactly the same way. For more details/rationale ask Vytautas. |
…odule is conditional on filesystem feature Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Signed-off-by: jonas.puksta.sensmetry <jonas.puksta@sensmetry.com>
Addresses #174.
Add
bzip2,zstd,xz, andppmdKPAR compression methods gated behind feature flagskpar-bzip2,kpar-zstd,kpar-xz, andkpar-ppmdrespectively.