[ANNOUNCE] Apache Commons Lang Version 3.14.0

2023-11-27 Thread Gary Gregory
The Apache Commons team is pleased to announce Apache Commons Lang Version 3.14.0. Commons Lang is a set of utility functions and reusable components that should be of use in any Java environment. Starting with Commons Lang 3.9, we target Java 8, making use of those features. For advice on upgra

Re: Issue in the Compress library extracting sparse tarballs

2023-11-27 Thread Elric V
On 21/11/2023 21:05, Xudong Yang wrote: java -jar commons-compress-1.25.0.jar ruff-aarch64-apple-darwin.tar Exception in thread "main" java.io.IOException: Truncated TAR archive at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.read(TarArchiveInputStream.java:694)