commons-compress 1.26.0 optional dependency on commons-codec causes runtime failure.

2024-02-22 Thread Andrew Coates
Hi all, I'm seeing a runtime failure using TarArchiveOutputStream when updating to commons-compress 1.26.0. java.lang.NoClassDefFoundError: org/apache/commons/codec/Charsets at org.apache.commons.compress@1.26.0 /org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.(TarArchive

Re: commons-compress 1.26.0 optional dependency on commons-codec causes runtime failure.

2024-02-28 Thread Andrew Coates
Hi all, Is this the wrong place for such a question? If so, would someone be so kind as to let me know how I should find an answer / raise this, please? Thanks, Andy On Thu, Feb 22, 2024 at 12:01 PM Andrew Coates wrote: > Hi all, > > I'm seeing a runtime failure using TarArchi