The GitHub Actions job "Java CI" on 
commons-compress.git/feat/max-file-name-length has failed.
Run started by GitHub user ppkarwasz (triggered by ppkarwasz).

Head commit for run:
8756b7493dd812b9901dd08a0909f09b7abfc95a / Piotr P. Karwasz 
<[email protected]>
fix: replace `readRange` + size check with `IOUtils.toByteArray`**

Simplifies PAX header parsing by using `IOUtils.toByteArray` from Commons IO 
instead of `IOUtils.readRange` followed by a manual size check.

The previous size check was effectively unreachable: oversized PAX key/value 
pairs are validated earlier, and truncated reads are already handled by the 
input stream. This change improves code clarity and test coverage without 
altering behavior.

Report URL: https://github.com/apache/commons-compress/actions/runs/18462651529

With regards,
GitHub Actions via GitBox

Reply via email to